Display changes in Dim mode

I am wondering if I need to add another expression on the settings I have.

In the dim mode I have text that I want to have change every hour. I am currently using the following code

((sin(#DKZ#!=1))*1+1)100

in the Facer app/developer everything seems to work, but when I have it live on my watch every text is showing up at the same time in the dim mode

is there another setting I need to have for the dim mode?

How many different things is it going to say? in other words how many changes in one cycle?

I have 1 every hour (1-12)

I don’t know if this is the best way to do it but here is what I would do.
Put this string into the transparency field for each of the 12 layers.
$#Dh#=1?100:0$
$#Dh#=2?100:0$
$#Dh#=3?100:0$
etc.

1 Like

Thank YOU!! That worked!!

Awesome, I’m glad I could help. Happy facing.
~Orakix

1 Like