--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/968a02fe-6806-4141-a0aa-594a79b332e6n%40googlegroups.com.
Ah Yesss, perfect !
#for $day in $year.days
$day.dateTime.format("%d/%m/%Y");$almanac(almanac_time=$day.dateTime.raw, horizon=-6).sun(use_center=1).rise;$almanac(almanac_time=$day.dateTime.raw, horizon=-6).sun(use_center=1).set
#end for
I'm starting to apprehend language (I was gone in a loop for
Each)
However, the result takes into account the time zone but also
summer / winter hours. Is it possible to have that in UTC 0?
And how to choose another year?
Thank you again, it's great for my automatons!
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/RX9r8kX_oN4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEBNq9GKZBqvGCmuph%3DMxWTOibyRnUf6xzy3pOnhKzyF0g%40mail.gmail.com.
#for $day in $year(years_ago=1).days $day.dateTime.format("%d/%m/%Y");$almanac(almanac_time=$day.dateTime.raw, horizon=-6).sun(use_center=1).rise;$almanac(almanac_time=$day.dateTime.raw, horizon=-6).sun(use_center=1).set #end for
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/61f11b22-1cbc-117b-f0ef-658c8808b17c%40gmail.com.