mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Adding support for ignoring update check for certain modules
This commit is contained in:
@@ -3,6 +3,7 @@ Module.register("updatenotification", {
|
||||
defaults: {
|
||||
updateInterval: 10 * 60 * 1000, // every 10 minutes
|
||||
refreshInterval: 24 * 60 * 60 * 1000, // one day
|
||||
ignoreModules: []
|
||||
},
|
||||
|
||||
suspended: false,
|
||||
|
Reference in New Issue
Block a user