Not understanding what you're trying to accomplish with such skeletal 
wording.

There's no "best".  Whatever gets you the result you want is best.

On Sunday, July 5, 2026 at 7:36:22 AM UTC-7 DR wrote:

> 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/95ceb08e-1183-4ea9-931f-01527fd125d3n%40googlegroups.com.

Reply via email to