If you want to use the Zambretti forecast text in the gauge-data.txt template you will need to install the WeeWX forecast extension <https://github.com/matthewwall/weewx-forecast>. This extension has some issues, mostly with weather services such as WU (changed API) and DarkSky(now defunct) etc, but as far as I know the Zambretti forecast still works. If it doesn't work under WeeWX v4 or v5 you should try one of the forks. This one <https://github.com/chaunceygardiner/weewx-forecast> should work.
Once installed you need to set the Zambretti forecast to work, there is little on Zambretti in the extension documentation, but if you read the comments in forecast.py <https://github.com/matthewwall/weewx-forecast/blob/master/bin/user/forecast.py#L89> it tells you what needs to go into the [Forecast] [[Zambretti]] stanza (from memory you can get by with just telling it you hemisphere). You then need to make the forecast variable available in your gauge-data.txt template by adding search_list_extensions = user.forecast.ForecastVariables to your SteelSeries skin config file, again this is covered in the comments in forecast.py <https://github.com/matthewwall/weewx-forecast/blob/master/bin/user/forecast.py#L264> . You will need to restart WeeWX after installing and configuring the forecast extension. I do not use the gauge-data.txt template or the forecast extension, but if they above do not work they should get you close. If you need to troubleshoot first confirm the Zambretti forecast is working and the forecast database is being populated, then look at whether the gauge-data.txt template is obtaining the Zambretti forecast text. Gary -- 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/8a64f4c5-373f-4ead-bf92-1ec8de8a77f7n%40googlegroups.com.
