Skip to content

Releases: mtatsuma/MMM-WeatherChart

v3.7.0

08 Sep 13:56
1e2dc26
Compare
Choose a tag to compare

What's Changed

  • Update OpenWeather API default version by @mtatsuma in #58
  • add openweather v3 API instructions by @hoggatt in #60

New Contributors

Full Changelog: v3.6.1...v3.7.0

v3.6.1

29 Mar 14:19
1a8bf73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

29 Jan 14:54
f672871
Compare
Choose a tag to compare

What's Changed

  • Pull request to enable display of barometric pressure by @stavefan in #49
  • Fix the pressure graph margin by @mtatsuma in #50

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

24 Dec 15:50
a45b235
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.5.0

v3.4.1

27 Feb 04:58
7a874b5
Compare
Choose a tag to compare
  • Add a work around to show icons on the initial loads, which updates the chart on the initial loads with animation and draws the icon images
  • Fix backgroundColor option settings

v3.4.0

26 Jan 13:24
4237718
Compare
Choose a tag to compare
  • Add an option to use large weather icons from OpenWeather

v3.3.0

04 Jan 02:37
78dbe33
Compare
Choose a tag to compare
  • Add datalabelsRoundDecimalPlace option to Enable to select the decimal place to which data labels on the charts are rounded.

v3.2.0

09 Nov 14:27
b8a17e7
Compare
Choose a tag to compare
  • Enable to set margin between chart lines based on the chart height, font size and offset of data labels to avoid overlapping line and text.
  • The config option "height" and "width" must be specified in px from this release.

v3.1.0

14 Aug 14:09
b3272f9
Compare
Choose a tag to compare
  • Bug fix to avoid cutting off the datalabels when showIcon is false
  • Add an option to change data label offset

v3.0.0

02 Jul 13:35
7767384
Compare
Choose a tag to compare
  • Added fontWeight option to set the font weight of characters in the chart.
  • iconWidth, iconHeight options were removed because those option does not work for v3.x Chart.js
  • Added datalabelsDisplay and set 'auto' by default to avoid the datalabels overrapping each other.
  • Use v3.x version of Chart.js and v2.x version of its datalabels plugin. v2.x of Chart.js are no longer available for this module.
  • Hide datalabels when you set showZeroRain/Snow as false and the rain/snow volume is zero.