Hi, Let's start with the obvious, is forecast.py actually in /home/weewx/bin/user (for a setup.py install) or /usr/share/weewx/user (for .deb, .rpm etc install)? If not, the forecst extension was not installed correctly - go back and install again, preferably using the wee_extension utility, taking note of any errors etc during installation. If forecast.py is where it should be then I suggest you edit weewx.conf, set debug = 1, stop then start weeWX and post a log extract from weeWX start until a couple of archive periods have passed. This will give us some context for your error. For future info, in 9 out of 10 cases posting a log extract rather than a single error message will make it easier for us (and you) to track down and fix the issue.
Gary On Wednesday, 27 September 2017 17:47:15 UTC+10, Damjan Hajsek wrote: > > I have installed forecast plugin and get this error > https://github.com/weewx/weewx/wiki/forecasting > > > forecast_iconic: forecast search list extension is not installed > > > And I have this in skin.conf search_list_extensions = > user.forecast.ForecastVariables > > [CheetahGenerator] > # This section is used by the generator CheetahGenerator, and specifies > # which files are to be generated from which template. > # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii' > encoding = html_entities > search_list_extensions = user.forecast.ForecastVariables > [[SummaryByMonth]] > # Reports that summarize "by month" > [[[NOAA_month]]] > encoding = utf8 > template = NOAA/NOAA-YYYY-MM.txt.tmpl > > [[SummaryByYear]] > # Reports that summarize "by year" > [[[NOAA_year]]] > encoding = utf8 > template = NOAA/NOAA-YYYY.txt.tmpl > > [[ToDate]] > # Reports that show statistics "to date", such as day-to-date, > # week-to-date, month-to-date, etc. > [[[day]]] > template = index.html.tmpl > > [[[week]]] > template = week.html.tmpl > > [[[month]]] > template = month.html.tmpl > > [[[year]]] > template = year.html.tmpl > > [[[RSS]]] > template = RSS/weewx_rss.xml.tmpl > > > > -- 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.
