Hi .. 

I have tried to follow your tutorial but no luck ...

I get data , but no images ... i copy icons , etc ... If i use standar 
forecast web all its working ok , but when i use standar modified webpage , 
i get data but images / colors

I have installed ( weewx 3.8.0 and forecast 3.2.19) .

Maybe config problem? 



El jueves, 24 de noviembre de 2016, 15:05:02 (UTC+1), mwall escribió:
>
> 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