diff --git a/CHANGELOG.md b/CHANGELOG.md index efdd1aac..bcb7b9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Module API: Add Visibility locking to module system. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#visibility-locking) for more information. - Module API: Method to overwrite the module's header. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#getheader) for more information. - Module API: Option to define the minimumn MagicMirror version to run a module. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#requiresversion) for more information. -- Calendar module now broadcasts the event list to all other modules using the notification system. [See documentation](https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar) for more information. +- Calendar module now broadcasts the event list to all other modules using the notification system. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar) for more information. +- Possibility to use the the calendar feed as the source for the weather (currentweather & weatherforecast) location data. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weatherforecast) for more information. ### Updated - Modified translations for Frysk. diff --git a/js/main.js b/js/main.js index a8572c6a..e97f3e10 100644 --- a/js/main.js +++ b/js/main.js @@ -179,7 +179,7 @@ var MM = (function() { // set lockString if set in options. if (options.lockString) { - Log.log("Has lockstring: " + options.lockString); + // Log.log("Has lockstring: " + options.lockString); if (module.lockStrings.indexOf(options.lockString) === -1) { module.lockStrings.push(options.lockString); } diff --git a/js/module.js b/js/module.js index 397d4799..4815895e 100644 --- a/js/module.js +++ b/js/module.js @@ -337,8 +337,6 @@ var Module = Class.extend({ self.suspend(); callback(); }, options); - - Log.log(options); }, /* showModule(module, speed, callback) diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 3df88173..067dce54 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -35,19 +35,20 @@ The following properties can be configured:
-location
Amsterdam,Netherlands
- New York
+ 'Amsterdam,Netherlands'
+ New York
location
and locationID
are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.
locationID
1234567
-
+
location
and locationID
are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.
'weather'
appendLocationNameToHeader
true
, the returned location name will be appended to the header of the module, if the header is enabled. This is mainly intresting when using calender based weather.true
+ calendarClass
'calendar'
+ iconTable
location
Amsterdam,Netherlands
- New York
+ 'Amsterdam,Netherlands'
+ New York
location
and locationID
are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.
locationID
1234567
-
+
location
and locationID
are both not set, the location will be based on the information provided by the calendar module. The first upcoming event with location data will be used.
2000
(2 seconds)
lang
'forecast/daily'
appendLocationNameToHeader
true
, the returned location name will be appended to the header of the module, if the header is enabled. This is mainly intresting when using calender based weather.true
+ calendarClass
'calendar'
+ iconTable