Accessing data in the forecast database and using it in a report is a little different to accessing observational data in a secondary database. You would likely be best served by accessing the UV index value through use of the ForecastVariables search list extension that is included with the forecasting service/extension. Unfortunately there is not a simple how-to that I can point you to. You will need to do a little reading. Have a look through the forecasting wiki page <https://github.com/weewx/weewx/wiki/forecasting>, in particular the section covering ForecastVariables. You will also find some helpful info in the comments of forecast.py as well as seeing how some of the forecast data is used in the .inc and .tmpl template files included in the forecasting service/extension.
Gary On Sunday, 14 April 2019 19:39:48 UTC+10, vigilancewx wrote: > > Hello > > > > In the forecast database UKMO displays a UV valve > > How can I display that in template? > > > > I know how to save additional data to the Weewx database and can display > it in a template, but the forecast data is in a separate database how do I > display data stored here in say the index template > > > > > > > > > > Thankyou for any help > -- 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]. For more options, visit https://groups.google.com/d/optout.
