updatenotification
configurationEXT-Updates
need updatenotification
default module for working
Let's turn on feature for broacast any updates found!
Edit MagicMirror config.js
file and modify updatenotification
module configuration
{
module: "updatenotification",
position: "top_bar",
config: {
sendUpdatesNotifications: true
}
},
EXT-Updates
configurationuse MagicMirror's config.js
file to configure EXT-Updates
{
module: "EXT-Updates",
configDeepMerge: true
},
This is the default configuration if no values are defined
This configuration is the same like sample !
Don't copy and past it, if you don't modify it !
{
module: "EXT-Updates",
config: {
debug: false,
autoUpdate: true,
autoRestart: true,
logToConsole: true,
timeout: 2*60*1000,
welcome: true
}
},
field | description | type | default value |
---|---|---|---|
debug | When you set debug to true , detailed log will be recorded. If you don't want log, set it to false . |
BOOLEAN | false |
autoUpdate | If you want an automated update process, just activate it! | BOOLEAN | true |
autoRestart | Restart MagicMirror after update automatically. | BOOLEAN | true |
logToConsole | This feature is needed for user who don't use PM2 ! Log process and result in console | BOOLEAN | true |
timeout | maximum execution time of an update in ms | NUMBER | 2 * 60 * 1000 |
welcome | Informs MagicMirror² PID process number at startup | BOOLEAN | true |
If you use
pm2
app:EXT-Updates
will detect it automaticaly!