From cdcdce702de250ce5671ab483105b2a791a53212 Mon Sep 17 00:00:00 2001 From: Malcolm Oakes <37735437+maloakes@users.noreply.github.com> Date: Wed, 3 Apr 2019 15:46:45 +0100 Subject: [PATCH] Changes for UK Met Office weather data provider --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b89b1bc..2e2449d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. +## [2.8.0] - Unreleased + +Added UK Met Office Datapoint feed as a provider in the default weather module. +- added new provider class +- added suncalc.js dependency to calculate sun times (not provided in datapoint feed) +- added "ukunits": temp in degrees C, wind speed in MPH, precipitation in % +- use Feels Like temp from feed if present +- optionally display precipitation in current weather + ## [2.7.1] - 2019-04-02 Fixed `package.json` version number.