Watch face for outdoor use.
I started using a bit more into color combinations and tweaked a lot the color pallets for this face.
What do you think about it.
Okay…
This is a lot of colours…
I am not sure wether i like that or not.
But the changing Informations are definitly great!
Must try that next time on a new watchface… but i have no clue how to realize it at the moment …
Help would be thankful appreciated.
Greetings!
Hi, thank you for opinion,
I did changing informations :
day
transparency
$(#Ds#-(21*(floor(#Ds#/21))))>=0&&(#Ds#-(21*(floor(#Ds#/21))))<6?100:0$
steps
transparency:
$(#Ds#-(21*(floor(#Ds#/21))))>=6&&(#Ds#-(21*(floor(#Ds#/21))))<11?100:0$
calories
transparency
$(#Ds#-(21*(floor(#Ds#/21))))>=11&&(#Ds#-(21*(floor(#Ds#/21))))<21?100:0$
if you have still question, I will explain it
Thank you very much, i will try out later!
At the moment we chill out in the garden. Its a nice sunny day here.
Greetings,
Phantasico
Hi, @rarest
Its working fine but i must confess that i don´t really understand how it works?
What if i would shorten the display intervals and what if i would like to change between 4 Values?
Questions over questions…
I tried to change the 21 value to 15 with <5,<10,<15 but its not working …
What to do?
Biiiiiig Question-mark!
Hi
$(#Ds#-(21*(floor(#Ds#/21))))>=0&&(#Ds#-(21*(floor(#Ds#/21))))<6?100:0$
the procedure counts up the seconds from 0 to 21
the layer is visible from 0 to 5 second
if you want a little less time, exchange all 21 for your own time.
example
$(#Ds#-(15*(floor(#Ds#/15))))>=6&&(#Ds#-(15*(floor(#Ds#/15))))<11?100:0$
now it counts up the seconds from 0 to 15
the layer will be visible from 6 to 10 seconds, then it will be invisible
I made a quick example, see this
Hmmm…
The example seems to be gone. Error 404…
But - i understood now from the text example how it works and i am now able to set it up for myself.
Thanks a lot ! That´s why i love this community!
Greetings and a nice evening,
Phantasico
Good stuff. I’ll just be bookmarking this for another day for sure.