Changing an image each hour?

Hello Guys,

I have this set so that the transparency of an image is 100 at 7 but I want it to also stay at this state for 8? How do I do this please?

$#Dh#==7?100:0$

Thanks

Simon

So you want it to have a transparency of 100 when the hour is 7 and 8 and in all other cased it should be 0, is this right?

If yes then use this:
$#Dh#==7&&#Dh#==8?100:0$

1 Like

Hi,

Yes, that is correct. I want the image (s) to display for 2 hours each. 1&2, 3&4, 5&6 etc.

Thank you so much for your reply. Very much appreciate.

Simon