mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Update CHANGELOG
This commit is contained in:
parent
f93b819ea6
commit
db65ff12d7
@ -25,6 +25,7 @@ _This release is scheduled to be released on 2021-04-01._
|
|||||||
- Fix calendar start function logging inconsistency.
|
- Fix calendar start function logging inconsistency.
|
||||||
- Fix updatenotification start function logging inconsistency.
|
- Fix updatenotification start function logging inconsistency.
|
||||||
- Checks and applies the showDescription setting for the newsfeed module again
|
- 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
|
## [2.15.0] - 2021-04-01
|
||||||
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
/* Magic Mirror Test config default weather
|
/* Magic Mirror Test config default weather
|
||||||
*
|
*
|
||||||
* By fewieden https://github.com/fewieden
|
* By rejas
|
||||||
*
|
|
||||||
* MIT Licensed.
|
* MIT Licensed.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
let config = {
|
let config = {
|
||||||
port: 8080,
|
port: 8080,
|
||||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
|
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user