R schrieb am Freitag, 27. Februar 2026 um 20:49:22 UTC+1: The problem is not using an Almanac object but rather instantiating one. The Almanac signature has changed and backwards compatibility has not been retained. Existing code that instantiates an Almanac object with explicitly set moon_phases, eg
my_almanac = Almanac(time_ts=ts, lat=lat, lon=lon, moon_phases=my_moon_phases) now throws an error because the moon_phases parameter no longer exists in the Almanac signature. To address your problem I sent a PR <https://github.com/weewx/weewx/pull/1069>. It provides backward compatibility. Please note that it is up to Tom to accept or not accept that PR. -- 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/a9237f10-6182-4484-8513-ea7ac4576888n%40googlegroups.com.
