hi marc,
this is how to insert the forecast table into the standard report:
1) copy the icons and table template to the standard skin
cp -r skins/forecast/icons skins/Standard
cp skins/forecast/forecast_table.inc skins/Standard
2) modify skin.conf for the standard report. add the following to the
sections already in skin.conf (the ... indicates existing parameters):
[Extras]
...
[[forecast_table_settings]]
forecast_source = WU
num_periods = 84
[CheetahGenerator]
search_list_extensions = user.forecast.ForecastVariables
...
[CopyGenerator]
copy_once = ..., icons/*.png
3) include the table in one of the template files. for example, put this
in skins/Standard/index.html.tmpl:
#include "forecast_table.inc"
that should do it!
if things do not work as you expect, take a look at the log.
m
--
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.