Belchertown Skin v0.8
poblabs
released this
02 Dec 16:19
·
1357 commits
to master
since this release
Changes
- A lot of metric conversion fixes. A lot.
- More metric conversions fixes.
- Now uses new option
belchertown_root_url
as preferred URL option and falls back tostation_url
for the URL of your weather station. The CSS and JavaScript files are dependant on this setting.- This new setting means you can run your station on a different URL than
station_url
. Thestation_url
can be used to show your station on the weewx.com map. So thebelchertown_root_url
was added in case you did not want that, or if you want to run test sites, offline sites, or have Belchertown on a different folder or site all together than station_url.
- This new setting means you can run your station on a different URL than
- You can now select your own graph order and also can pick from 7 graphs to show in 6 positions. Details on the user guide
- 4 Custom rows now available on index page for you to customize content. Check the user guide for more info on how to use these areas.
- Better fallback method if the earthquake data has no recent earthquakes.
- Added option to change DarkSky language. Use
darksky_lang
in configs. - Add rainfall total line graph to year graphs.
- Show rainRate on day, week, month charts instead of bucket tips. This makes for a much more interesting graph.
- Remove rounding on the rainRate chart
- Added a windy.png icon, which is a clone of wind.png. Sometimes DarkSky wants wind.png and other times windy.png
- Added a Raspberry Pi kiosk page.
- This is handy if you want a 2nd console display using a Raspberry Pi and a 3.5" TFT screen like this one. An example of it in use can be seen here.
- This page also does not have the MQTT timeout, so the Kiosk console display will update forever.
- Other various bug fixes and code optimization.
Install
wget https://github.com/poblabs/weewx-belchertown/archive/weewx-belchertown-0.8.tar.gz
Then run
sudo wee_extension --install weewx-belchertown-0.8.tar.gz
Configure the weewx.conf pre-requisites and restart weewx when done.
Issues?
Please report any issues you find here. This helps me keep track of them.