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 <d...@suiattle.org> 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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/04F92F2B-D8D4-4773-844E-2600E2EE8CAC%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/FBD81FA3-51B6-43B0-9135-C1E5B1128941%40johnkline.com.

Reply via email to