Throw error when check_config fails

This commit is contained in:
rejas
2020-06-14 11:04:11 +02:00
parent 3b32605b5e
commit c7a88e2f12
2 changed files with 9 additions and 10 deletions

View File

@@ -12,9 +12,7 @@ _This release is scheduled to be released on 2020-07-01._
### Added
- Compliments Module - Add Advice API (https://api.adviceslip.com/) Option
- Added prettier for an even cleaner codebase
- Hide Sunrise/Sunset in Weather module
### Updated
@@ -37,6 +35,7 @@ _This release is scheduled to be released on 2020-07-01._
- Add backward compatibility for old module code in socketclient.js [#1973](https://github.com/MichMich/MagicMirror/issues/1973)
- Support multiple instances of calendar module with different config [#1109](https://github.com/MichMich/MagicMirror/issues/1109)
- Fix the use of "maxNumberOfDays" in the module "weatherforecast" [#2018](https://github.com/MichMich/MagicMirror/issues/2018)
- Throw error when check_config fails [#1928](https://github.com/MichMich/MagicMirror/issues/1928)
## [2.11.0] - 2020-04-01