Seconds written in Text

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):

3 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

Hello again, sorry to dig this one up, but someone asked me if this would be possible in German also

1 Like

Yes, but there are no tags for that, so you would have to use a normal text field with the code below. German has special characters which may be an issue

You may want to change the “ö” to “oe” and the “ü” to “ue” in the code below if it does not display those characters. I have refrained from using “ß” and replaced it with “ss” for that same reason.

And then, in German the numbers are a lot longer, so you’ll have to make space…

Hours:
$(#Dh#)==1?ein:$$(#Dh#)==2?zwei:$$(#Dh#)==3?drei:$$(#Dh#)==4?vier:$$(#Dh#)==5?fünf:$$(#Dh#)==6?sechs:$$(#Dh#)==7?sieben:$$(#Dh#)==8?acht:$$(#Dh#)==9?neun:$$(#Dh#)==10?zehn:$$(#Dh#)==11?elf:$$(#Dh#)==12?zwölf:$ uhr

Minutes:
$(#Dm#)==1?eins:$$(#Dm#)==2?zwei:$$(#Dm#)==3?drei:$$(#Dm#)==4?vier:$$(#Dm#)==5?fünf:$$(#Dm#)==6?sechs:$$(#Dm#)==7?sieben:$$(#Dm#)==8?acht:$$(#Dm#)==9?neun:$$(#Dm#)==10?zehn:$$(#Dm#)==11?elf:$$(#Dm#)==12?zwölf:$$(#Dm#)==13?dreizehn:$$(#Dm#)==14?vierzehn:$$(#Dm#)==15?fünfzehn:$$(#Dm#)==16?sechzehn:$$(#Dm#)==17?siebzehn:$$(#Dm#)==18?achtzehn:$$(#Dm#)==19?neunzehn:$$(#Dm#)==20?zwanzig:$$(#Dm#)==21?einundzwanzig:$$(#Dm#)==22?zweiundzwanzig:$$(#Dm#)==23?dreiundzwanzig:$$(#Dm#)==24?vierundzwanzig:$$(#Dm#)==25?fünfundzwanzig:$$(#Dm#)==26?sechsundzwanzig:$$(#Dm#)==27?siebenundzwanzig:$$(#Dm#)==28?achtundzwanzig:$$(#Dm#)==29?neunundzwanzig:$$(#Dm#)==30?dreissig:$$(#Dm#)==31?einunddreisig:$$(#Dm#)==32?zweiunddreisig:$$(#Dm#)==33?dreiunddreisig:$$(#Dm#)==34?vierunddreisig:$$(#Dm#)==35?fünfunddreisig:$$(#Dm#)==36?sechsunddreisig:$$(#Dm#)==37?siebenunddreisig:$$(#Dm#)==38?achtunddreisig:$$(#Dm#)==39?neununddreisig:$$(#Dm#)==40?vierzig:$$(#Dm#)==41?einundvierzig:$$(#Dm#)==42?zweiundvierzig:$$(#Dm#)==43?dreiundvierzig:$$(#Dm#)==44?vierundvierzig:$$(#Dm#)==45?fünfundvierzig:$$(#Dm#)==46?sechsundvierzig:$$(#Dm#)==47?siebenundvierzig:$$(#Dm#)==48?achtundvierzig:$$(#Dm#)==49?neunundvierzig:$$(#Dm#)==50?fünfzig:$$(#Dm#)==51?einundfünfzig:$$(#Dm#)==52?zweiundfünfzig:$$(#Dm#)==53?dreiundfünfzig:$$(#Dm#)==54?vierundfünfzig:$$(#Dm#)==55?fünfundfünfzig:$$(#Dm#)==56?sechsundfünfzig:$$(#Dm#)==57?siebenundfünfzig:$$(#Dm#)==58?achtundfünfzig:$$(#Dm#)==59?neunundfünfzig:$$(#Dm#)==0?null:$

5 Likes

Nice one, Tom! Back in the day we used sprite sheet offsetting for that. I believe you can do something similar in Facer, using a large image and a mask.

1 Like

thank you , will give it a try in a bit

1 Like
1 Like

Yes, seen it. Well done!

3 Likes

Hi Tom Vannas. Sorry for the intrusion, but do you have this “Robot” you use on your profile, another model, or any other model that you could allow me to use on a screen? Here in Brazil, next month is Children’s Day, and I’m not making any profit, I just wanted to put something like this up. Thank you in advance! Christian

1 Like

I’ll message you directly…

2 Likes

1000011038

3 Likes

Good to see you my friend :grinning:

1 Like