Merge branch 'develop' of https://github.com/MichMich/MagicMirror into contribute

This commit is contained in:
earlman 2021-04-04 11:55:03 -05:00
commit e16986cf71
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ Special thanks to the following contributors: @EdgardosReis, @MystaraTheGreat, @
- Fix calendar time/date adjustment when time with GMT offset is different day (#2488).
- Fix calendar daylight savings offset calculation if recurring FULL DAY start date before 2007 (#2483).
- Fix newsreaders template, for wrong test for nowrap in 2 places (should be if not).
- Fix calendar start function logging inconsistency
## [2.14.0] - 2021-01-01

View File

@ -84,7 +84,7 @@ Module.register("calendar", {
// Override start method.
start: function () {
Log.log("Starting module: " + this.name);
Log.info("Starting module: " + this.name);
// Set locale.
moment.updateLocale(config.language, this.getLocaleSpecification(config.timeFormat));