Is there an ideal or best place to insert this code for generating the data?


The table display portion is obvious to me, but wonder where this is best inserted? Thanks.  Dale


On 1/17/2025 8:19 AM, Tom Keffer wrote:
The standard "Seasons" skin already includes that. It's implemented using the following, *which you can put in your skin*. You need pyephem for it to work.

   ## For the change in daylight, pick a string to indicate whether it is more 
or
   ## less than yesterday:
   #set $sun_visible_change = $almanac.sun.visible_change
   #if $sun_visible_change.raw < 0
     #set $change_str = $gettext("less than yesterday")
   #else
     #set $change_str = $gettext("more than yesterday")
   #end if
#end if

--
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/45539cf0-37ba-4368-9baa-f6cdbf2348e1%40gmail.com.

Reply via email to