From db65ff12d7bd79b748a9949456e193c1948d3c81 Mon Sep 17 00:00:00 2001 From: rejas Date: Sun, 11 Apr 2021 22:43:47 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + tests/configs/modules/weather/forecastweather_units.js | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f49e8001..42f73049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ _This release is scheduled to be released on 2021-04-01._ - Fix calendar start function logging inconsistency. - Fix updatenotification start function logging inconsistency. - Checks and applies the showDescription setting for the newsfeed module again +- Fix tests in weather module and add one for decimalPoint in forecast ## [2.15.0] - 2021-04-01 diff --git a/tests/configs/modules/weather/forecastweather_units.js b/tests/configs/modules/weather/forecastweather_units.js index c22335f4..9d1a54ff 100644 --- a/tests/configs/modules/weather/forecastweather_units.js +++ b/tests/configs/modules/weather/forecastweather_units.js @@ -1,10 +1,8 @@ /* Magic Mirror Test config default weather * - * By fewieden https://github.com/fewieden - * + * By rejas * MIT Licensed. */ - let config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],