Setting Belchertown as default skin - uajqq/weewx-belchertown-new GitHub Wiki
This is an example config and may need a little fine-tuning site-per-site.
This config places the default WeeWx skin under its own folder, and Belchertown in the root directory. That way, your site shows the Belchertown skin, with the default skin under /weewx
.
-
Edit
weewx.conf
, then look for[StdReport]
and under it changeHTML_ROOT
to be/var/www/html/weewx
. Note, your HTML directory may be/home/weewx/public_html
, so you'd want/home/weewx/public_html/weewx
. -
Then modify the Belchertown skin options with these minimal updates. Note, you may need to change the path as mentioned above.
[Belchertown](/uajqq/weewx-belchertown-new/wiki/Belchertown)
HTML_ROOT = /var/www/html
skin = Belchertown
-
This is optional, but advised: Delete all contents of the
HTML_ROOT
folder and let Belchertown create an entire new site. This prevents stale duplicate data. -
Restart WeeWx and let it generate the files upon the next archive interval.