Steve, On Sunday, 13 May 2018 12:46:17 UTC+10, Steve2Q wrote: > > Gary..thank you. Not sure which version of the realtime gauge data > extension I have. Cn you tell how to find it? >
Have a look for the RTGD_VERSION variable declaration in rtgd.py, about line 420 after the comments. It is set to the version number. > Another question on a different topic. Where can I find the most recent > version of weewx-forecast-x.x.xx.tgz? The one I downloaded a long time ago > is 3.2.14. Also, is there a description (read walk-through) on how to > implement it? I had tried it once before and never got it to work. > Have a look at the forecasting service <https://github.com/weewx/weewx/wiki/forecasting> entry in the wiki. I believe 3.2.19 is the latest version but could be wrong. Setup is as per the wiki entry though you may find further info in the up front comments in the forecasting .py file. As for the finer details of integrating forecast data into your pages, you will probably find a bit of useful info from Matthew in the forums, particularly the last 18 months or so. Be aware that the forecast service can be very resource intensive, if you do install and use it it is worthwhile monitoring your logs for a bit (bear in mind some forecast data is only updated every few hours) to ensure you are not overloading your system. The thing to watch is the report generation times. 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]. For more options, visit https://groups.google.com/d/optout.
