mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Possibility to use the the calendar feed as the source for the weather.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
@@ -337,8 +337,6 @@ var Module = Class.extend({
|
||||
self.suspend();
|
||||
callback();
|
||||
}, options);
|
||||
|
||||
Log.log(options);
|
||||
},
|
||||
|
||||
/* showModule(module, speed, callback)
|
||||
|
Reference in New Issue
Block a user