weatherstorm / Sofaskin-CW9009

Sofaskin-CW9009 skin for Weewx is a modified version of the Sofaskin developed by Sven at https://neoground.com/portfolio/neowx/. He no longer supports the original skin. Please see the readme for dependency requirements to use this skin.
http://www.centuryfarmweather.com
MIT License
17 stars 11 forks source link

Cheetahgenerator fails to generate index.html if web_url is not defined #3

Closed KurtJacobson closed 6 years ago

KurtJacobson commented 6 years ago

Traceback:

cheetahgenerator: **** Ignoring template /home/wx/weewx/skins/Sofaskin/index.html.tmpl
cheetahgenerator: **** Reason: cannot find 'web_url' while searching for 'Extras.web_url'

At first glance it does not look like Extras.web_url is absolutely required for generating index.html, so should probably add a #if $Extras.has_key('web_url') were needed.

weatherstorm commented 6 years ago

Thank you. I fixed them.