I got hung up on this, too. I think there just needs to be a note about 
adding the include statement in the proper file for this to be much easier.

-SR

On Thursday, November 24, 2016 at 6:05:02 AM UTC-8, mwall wrote:
>
> 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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to