Image for before and after sunset

How can i insert an image for before and after sunset?
Thank you!

1 Like

If you check the Tags you will see plenty for sunrise sunset. Hrs and minutes seperatly. That is the only way to do it. #DISDAYTIME# reports true or False. 1 or 0. Chose the longer Tags they are more reliable.
If you just wanted something an hour before sunrise you would use the hrs tag and just make a conditional minus 1 to switch it on and another to switch it of a sunrise. You could use #DISDAYTIME# for that.
I can not Help more than that as I am on my mobile right now.
Get back if this advice is no use to you. We can sort it soon.

1 Like

Here are the formulas:

Text: #WSUNRISE24#
Opacity: $#DISDAYTIME#=true?0:100$

Text: #WSUNSET24#
Opacity: $#DISDAYTIME#=true?100:0$

How to insert an image:
add element - click on IMAGE - select image from your computer

If you want you can insert an icon, icon should be white so you can change the color of it.

If you want to complicate things and add picture before and after sunset (that’s what you asked) then what russellcresser said.

2 Likes

This is actually a good Topic Title but I am not making a complicated test till @pradodesign gets back . I have done it before for others and wasted my time . Or we could just wait and see if the Cavalry turn up .
Well done @masterboyhr kick starting it with the Good one .
I have a grunt version of that that works on old watches developed by Peter . I don’t want to Invoke / Provoke him he will probably turn up any way he is good at this stuff.

2 Likes

pradodesign asked a question that isn’t clear, I’m not sure how to answer.

1 Like

Yeah that is always the issue. When we have established what is required the Cavalry Arrive :::)))

1 Like

Thank you, i think your formula might work :slight_smile:

1 Like

Of course, if you are adding only images you only need:

Opacity: $#DISDAYTIME#=true?0:100$

and

Opacity: $#DISDAYTIME#=true?100:0$

2 Likes