I have written the following formula to calculate the x position of the sun and it works great! But I do not know how to calculate the y position, I would like it to be at -260 when it is directly in the middle and 0 at sunset or sunrise. Any ideas?
Sun x formula (I feel the gvs names are self explanatory, all time is in seconds): $((gv(timesec) - gv(sunrise))/(gv(sunset) - gv(sunrise)) * 720)$
Basicallly you’d have to have 2 formulas, one if X<360, one if X>=360
<360 : -((260*X)/360)
>=360 : ((260*X)/360)-260
Where X is your own formula ofcourse
Note that this is a lineair rise in Y, while technically speaking it should be more of a parabole, but I think that will be hardly noticeable on your screen
I will when I finish it, right now I am struggling to find art for it, I’m not to sure where to look. Basically the goal is to build a wallpaper that would display the weather and time of day outside. I would make two versions and each would have the option to be animated, a realistic version and a clipart version. But I am struggling to find a good base image for the clipart one, because I want a mountain in the center of it (this would be the one I use so I want to start with this one) if you know a place where I could find images like the one below that would be amazing