--
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/935f39d9-c6fe-4ef4-ba98-7b3217348521%40googlegroups.com.
A tag like $almanac.moon.next_transit returns an object of type ValueHelper, not a floating point number. ValueHelpers contain not only the floating point number, but also formatting and labeling information. To get the embedded number, use the ".raw" suffix. See the section Formatting options in the Customizing Guide. Your expression becomes (NOT TESTED):$almanac(date=($almanac.moon.next_transit.raw)).moon.alt-tk
On Fri, Sep 20, 2019 at 4:38 AM Bernhard Walser <bwal...@gmail.com> wrote:
--HelloI want to write a code witch calculatetes the difference between, the moon altiude at transit today, and altitude at transit yesterday.this would give me the "übergehende Mond" or "untergehende Mond".a code like this don't work:$almanac(date=($almanac.moon.next_transit)).moon.alt
$almanac(date=($almanac.moon.previous_transit)).moon.altit seems i cant manipulate the time of the ethem observer.
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...@googlegroups.com.
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/b03248c4-9a3d-4dd2-831e-c7ba40944349%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/b03248c4-9a3d-4dd2-831e-c7ba40944349%40googlegroups.com.
$almanac(almanac_time=($almanac.moon.next_transit.raw)).moon.alt
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/a4dace3a-3d16-4636-a33b-d27babab97e0%40googlegroups.com.