mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user