I would like to set opacity to 100 during day, to 0 during night.
I wanted to use the sunset and sunrise times, but I would have to do some embedded conditionals like:
$(#Dk#>#WRH#||(#Dk#==#WRH#&&#Dm#>=#WRm#))– that is: after sunrise && (#Dk#<#WSH#||(#Dk#==#WSH#&&#Dm#<=#WSm#))– that is: before sunset ?100:0$
I have just started using this expression for day/night
as opposed to slightly more complicated one I have been using, but it seems that once the day cycles through it does not go back to “DAYTIME” visible the next day. It is doing this for both creator and in the preview page, I have have not put this face on my watch yet.
Is this a creator issue or did I do something or miss something?
That is the way Facer has the backbone of the Facer Creator and the Preview page written. It will ONLY work on today’s date. If you have it set for yesterday or tomorrow the day/night conditional will not function. In creator just set the “Time Machine” to 8:00 and switch between AM and PM and that will test the function of the $#DISDAYTIME#==true?100:0$ and $#DISDAYTIME#==false?100:0$ conditionals.