Make image appear only at a set time each day?`

Hey there. I’m trying to make an image appear only at a set time during the day, for 1 minute only. Is there any way I can do this? It’s not exactly critical to the design, but it would be pretty cool to have. I’ve googled as much as I can and nothing quite fits as far as I can tell.

1 Like

Welcome @jacobfreeman000

This shows for a minute after 10 : 10 am .

Put it in the opacity Field of an Image or TEXT .

$((#DH#*60)+#Dm#)=(10*60)+10?100:0$

Good luck .

2 Likes

what do i change in that to make the time something else? i dont quite understand, im very new to this lol. like if i wanted it to show at 3:30, what would i change in that to do that?

2 Likes

Oh nevermind, I think I got it!! Thank you so so so much!!

2 Likes

$((#DH#*60)+#Dm#)=(3*60)+30?100:0$

2 Likes

Hi, you can insert your image as new element. In its opacity field instead default 100 write expression like Russell wrote, or like this:
$#DH#==3&&#Dm#==30?100:0$

4 Likes

Well done guys @russellcresser and @petruuccios :+1:

1 Like