I am working on a watchface that will change background based on day/night.
I used #DISDAYTIME# and a condition $#DISDAYTIME#==0?“0”:“100”$ to change Transparency of certain elements.
It’s working in the editor, but when I load it on to my watch - Sony Smartwatch 3, the text (value of #DISDAYTIME#) is correct but all layers are invisible like if it was giving back always “true”.
And yes I tried:
$#DISDAYTIME#==false?“0”:“100”$ (same effect)
$#DISDAYTIME#==“0”?“0”:“100”$ (don’t work at all)
$#DISDAYTIME#==“false”?“0”:“100”$ (don’t work at all)