Seconds written in Text

[quote=“mrantisocialguy, post:6, topic:60307”]

Im sure this will be absolutely worth it … im already at 30 lmao :rofl::joy::rofl:

2 Likes

mrantisocialguy is always extremely helpful :grinning:

2 Likes

How about using a single text field with an if/then statement like the following…

This goes in the text field.
$(#Ds#)==1?ONE:$$(#Ds#)==2?TWO:$$(#Ds#)==3?THREE:$ …and so on to 60.

I don’t know if you can fit all that in one text field, but if not just split it into two or how ever many you need and continue this text displaying logic, making the appropriate text visible when needed. This works ok on my TicWatch. Wear OS.

PS.
Look at my watch face “Steely Multifunctional”, the world cities field. inspection mode is on.

1 Like

PSS…
Here is the entire statement…

$(#Ds#)==1?ONE:$$(#Ds#)==2?TWO:$$(#Ds#)==3?THREE:$$(#Ds#)==4?FOUR:$$(#Ds#)==5?FIVE:$$(#Ds#)==6?SIX:$$(#Ds#)==7?SEVEN:$$(#Ds#)==8?EIGHT:$$(#Ds#)==9?NINE:$$(#Ds#)==10?TEN:$$(#Ds#)==11?ELEVEN:$$(#Ds#)==12?TWELVE:$$(#Ds#)==13?THIRTEEN:$$(#Ds#)==14?FOURTEEN:$$(#Ds#)==15?FIFTEEN:$$(#Ds#)==16?SIXTEEN:$$(#Ds#)==17?SEVENTEEN:$$(#Ds#)==18?EIGHTEEN:$$(#Ds#)==19?NINETEEN:$$(#Ds#)==20?TWENTY:$$(#Ds#)==21?TWENTYONE:$$(#Ds#)==22?TWENTYTWO:$$(#Ds#)==23?TWENTYTHREE:$$(#Ds#)==24?TWENTYFOUR:$$(#Ds#)==25?TWENTYFIVE:$$(#Ds#)==26?TWENTYSIX:$$(#Ds#)==27?TWENTYSEVEN:$$(#Ds#)==28?TWENTYEIGHT:$$(#Ds#)==29?TWENTYNINE:$$(#Ds#)==30?THIRTY:$$(#Ds#)==31?THIRTYONE:$$(#Ds#)==32?THIRTYTWO:$$(#Ds#)==33?THIRTYTHREE:$$(#Ds#)==34?THIRTYFOUR:$$(#Ds#)==35?THIRTYFIVE:$$(#Ds#)==36?THIRTYSIX:$$(#Ds#)==37?THIRTYSEVEN:$$(#Ds#)==38?THIRTYEIGHT:$$(#Ds#)==39?THIRTYNINE:$$(#Ds#)==40?FORTY:$$(#Ds#)==41?FORTYONE:$$(#Ds#)==42?FORTYTWO:$$(#Ds#)==43?FORTYTHREE:$$(#Ds#)==44?FORTYFOUR:$$(#Ds#)==45?FORTYFIVE:$$(#Ds#)==46?FORTYSIX:$$(#Ds#)==47?FORTYSEVEN:$$(#Ds#)==48?FORTYEIGHT:$$(#Ds#)==49?FORTYNINE:$$(#Ds#)==50?FIFTY:$$(#Ds#)==51?FIFTYONE:$$(#Ds#)==52?FIFTYTWO:$$(#Ds#)==53?FIFTYTHREE:$$(#Ds#)==54?FIFTYFOUR:$$(#Ds#)==55?FIFTYFIVE:$$(#Ds#)==56?FIFTYSIX:$$(#Ds#)==57?FIFTYSEVEN:$$(#Ds#)==58?FIFTYEIGHT:$$(#Ds#)==59?FIFTYNINE:$$(#Ds#)==0?ZERO:$

Just copy paste into your text field.

The number words themselves, do not have to be upper case. I just did it that way here. They also do not have to be in any particular order, as the whole statement is evaluated each cycle.

3 Likes

Try this for the hours/minutes text:

#DhT# $(#Dm#)<=9?oh #DmT#:#DmT#$

2 Likes

Thank you all so much for the awesome help :kissing_heart::kissing_heart::kissing_heart::kissing_heart:

1 Like

This is excellent, thanks for sharing rmcewen63 :+1:

1 Like

Hi all,
I understand this is an old thread but its the closest one I can find to my issue!

I am using the Free version of Facer Creator and really want to see the seconds counting up.

Currently I have the Hour number top centre, Minute number bottom centre, and the seconds counting up just right of centre.
I cannot seem to get the seconds to work though.

I have tried using a Digital Time element and deleting the Hours and Minutes from it, to no avail.
I have tried using Tags like "#Ds# or #DsZ# or #DUs#. All of which will turn into a number when the 2nd ‘#’ is typed, but they just remain at that number.

I have checked the preview and also sent it to my watch and it does not work.

I am using facer creator on a laptop via FireFox.
I have a Pixel Watch 2.

Everything works but the seconds!

Hope you wonderfully helpful people can help me too!

1 Like

If you could show you watch (does not have to be published yet) and open inspection, then we can have a look at it and try to help.

2 Likes

Are you typing the tag into a textbox on your watchface? Tags should be inserted in the panel on the right of creator.

3 Likes

Here’s everything on one line thanks to @petruuccios

2 Likes

Forgot the link !Speaking clock?

2 Likes

Thank you! This was the missing link for me. I really appreciate your response, it is all working now.
I have come across some very helpful tag lists on here and reddit, this community is fantastic :slight_smile:

Here is a link if you wanted to see what I’ve been up to. Quickly learning that there is a limitation to the amount of elements before you break your watch face haha I’ve stripped back the elements a lot. I used to have weather, steps, bpm etc. But for the look I wanted I had to lose them.
Hope it loads ok for you

2 Likes

I also now seem to not be able to get it back to where it was absolutely solid. I have deleted many elements and it wont load properly either on desktop or app…
I had more elements working perfectly fine previously. Now stripped back it is dicey as…

Dim mode

1 Like

Hey Panda,

Thanks for your response both here and on reddit.
I posted both images on purpose to show what both watch faces should look like. It is the same watch face, one in dim mode, the other not.
I am asking the community if they see the same watch faces when they go to inspect the watch as i am experiencing instability and I am unsure why.

Thanks for giving the post some attention though!

1 Like

OK cool, you got it sorted.
This thread got me going… work in progress (inspection open):

2 Likes

I see the same Face if I go to Inspection :+1:
Nice work there @tom.vannes :slightly_smiling_face:

2 Likes

Thanks :blush:

1 Like