Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 17:52
· 200 commits to 2.x since this release
  • Breaking change: Refactored Search list extensions into two modules (weewx_wdc and weewx_wdc_forecast), see updated skin.conf. [GH-21]
  • Added classic layout, preview here: https://weewx-hbt.de/classic [GH-12]
  • More customisation via skin.conf: diagram height, digram aggregate_type, Time formats, some basic diagram options like line width or point size (please see the readme for more information) [GH-17]
  • windDir ordinals display support, new chart type: windRose [GH-27]
  • Some Frontend JavaScript optimization resulting in smaller files and better performance [GH-1]

Update instructions

  1. Uninstall weewx-wdc: wee_extension --uninstall=weewx-wdc
  2. Delete all generated files: rm -rf /var/www/html (or whatever your output directory may be)
  3. Install weewx-wdc version 2.0.0
    1. Download
    2. Create a new folder and unzip to that folder
    3. Install the extension: wee_extension --install=path/to/weewx-wdc
  4. Update and review the skin.conf with many new customization possibilities
  5. Restart weewx: weewx restart
  6. Wait for the next report cycle or run wee_reports

For more info about installing and uninstalling extensions in weewx, see https://www.weewx.com/docs/utilities.htm#wee_extension_utility.

What's Changed

Full Changelog: v1.3.3...v2.0.0