On Monday, January 16, 2017 at 12:28:36 PM UTC-5, Joe Brockway wrote:
>
> I am running weewx 3.6.1, exfoliation .40 and forecast 3.2.9.
>
> The forecast page displays: "forecast_table: forecast search list 
> extension is not installed".
>

you need to add the ForecastVariables search list extension to your 
exfoliation skin.conf:

[CheetahGenerator]
    search_list_extensions = user.forecast.ForecastVariables

you will also have to add the forecast icons to the copy list in your 
exfoliation skin.conf:

[CopyGenerator]
    copy_once = ..., icons/*.png

you will also have to copy the forecast icons to the exfoliation skin:

cp -rp skins/forecast/icons skins/exfoliation

sorry about all the extra steps - we'll have to figure out some way to 
automatically integrate interdependent extensions.


 Would anyone be able to give a starting place to trouble shoot this?
>
>
> This is the most information I have seen that relates to the forecast. I 
> did edit out several of the # in the forecast.html.tmpl. It appeared  that 
> all the lines in the forecast.html.tmpl were commented out.
>

in a cheetah template, the # character is not a comment.  a comment is ##

when you removed the # characters you broke the template.

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.

Reply via email to