I could not quite understand your question, but it sounds like you are
getting something like this:
Total daylight 15 hours, 38 minutes, 35 seconds
$sun_visible_change.long_form
Instead of this:
Total daylight 15 hours, 38 minutes, 35 seconds
0 minutes, 48 seconds less than yesterday
Is that correct?
If so, you are missing the definition for $sun_visible_change. Make sure
you have the full file celestial.inc. Up at the top it should have
## 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
Is it missing?
Also, make sure you have the module ephem installed.
-tk
On Sun, Jul 2, 2023 at 2:50 AM Vetti52 <[email protected]> wrote:
> According to the upgrade guide, the format of the delta time string, such
> as in celestial,inc should read, which does result in the correct
> long_form, but after the new line the text is shown as
> „$sun_visible_change….“ istead of it‘S value. What did I miss here?
> <td class="label">$gettext("Total daylight")</td> <td
> class="data">$almanac.sun.visible.long_form<br/>$sun_visible_change
> .long_form $change_str</td>
>
> Thanks
> Peter
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/weewx-user/e45deba8-a12b-4ef7-a9ae-1eff406e3c88n%40googlegroups.com
> <https://groups.google.com/d/msgid/weewx-user/e45deba8-a12b-4ef7-a9ae-1eff406e3c88n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
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 on the web visit
https://groups.google.com/d/msgid/weewx-user/CAPq0zEC_0Lc%3Def5FGJ_nfb3GWA66YF2xWpU-gs0qqkQME8sqFA%40mail.gmail.com.