John, Bingo, I should have seen that myself! Many thanks.
> On 27 Mar, 2025, at 18:54, 'John Kline' via weewx-user > <[email protected]> wrote: > > I don’t use Betchlertown, but from your error, I wonder if you’ve added the > search list extension for the forecast variables to the CheetahGenerator > section of the Betchlertown report. > > search_list_extensions = user.forecast.ForecastVariables > >> On Mar 27, 2025, at 12:28 PM, Dan Hinckley <[email protected]> wrote: >> >> I have the Forecast extension installed (forecast 3.4.0b12) and it works >> fine. The index.html page that display the many Forecast display options >> works, including the Tides forecast. >> >> In tides.html.tmpl, I find >> >>> #if $varExists('forecast') >>> >>> <h1>Tides</h1> >>> <p> >>> #set $tides = $forecast.xtides >>> #if len($tides) > 0 >>> #for $tide in $tides >>> $tide.event_ts $tide.hilo $tide.offset<br/> >>> #end for >>> #else >>> Tide forecast is not available. >>> #end if >> >> When I add this to the Belchertown index_hook_after_station_info.inc, it >> reports that the forecast variable is not available. >> >> In Weewx.conf >> [Engine] >> [[Services]] I have >> >> archive_services = weewx.engine.StdArchive, >> user.forecast.ZambrettiForecast, user.forecast.NWSForecast, >> user.forecast.WUForecast, user.forecast.OWMForecast, >> user.forecast.UKMOForecast, user.forecast.AerisForecast, >> user.forecast.WWOForecast, user.forecast.DSForecast, >> user.forecast.XTideForecast >> >> Can someone point me to what I have missed in the setup/configuration here? >> >> WeeWx 4.10.2 >> Raspian Desktop >> Intel NUC 5 >> >> -- >> 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] >> <mailto:[email protected]>. >> To view this discussion visit >> https://groups.google.com/d/msgid/weewx-user/04F92F2B-D8D4-4773-844E-2600E2EE8CAC%40suiattle.org >> >> <https://groups.google.com/d/msgid/weewx-user/04F92F2B-D8D4-4773-844E-2600E2EE8CAC%40suiattle.org?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] > <mailto:[email protected]>. > To view this discussion visit > https://groups.google.com/d/msgid/weewx-user/FBD81FA3-51B6-43B0-9135-C1E5B1128941%40johnkline.com > > <https://groups.google.com/d/msgid/weewx-user/FBD81FA3-51B6-43B0-9135-C1E5B1128941%40johnkline.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 visit https://groups.google.com/d/msgid/weewx-user/AB65DD88-FEF2-4988-91F9-B834E9DD0A30%40gmail.com.
