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

This is then used in a table:

<tr>
  <td class="label">$gettext("Total daylight")</td>
  <td 
class="data">$almanac.sun.visible.long_form<br/>$sun_visible_change.long_form
$change_str</td>
</tr>



On Fri, Jan 17, 2025 at 5:24 AM Dan Hinckley <d...@suiattle.org> wrote:

> Before I try to cook it up myself, has anyone developed a way to show how
> much longer/shorter today is than the previous day?
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/weewx-user/D3805510-28BD-4F30-8837-52699E65F64B%40suiattle.org
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zED0%2BY7cA3drzuP8U%2BpzVCfPuh7EGoqR-FGi1VF6AK9ycQ%40mail.gmail.com.

Reply via email to