Cannot deactivate EXT-Screen notification
-
Hello,
I am trying to deactivate the “Screen activated” notification when reactivating the Screen with my PIR.
Unfortunately, the following settings don’t work:{
module: “EXT-UpdateNotification”,
position: “top_bar”,
configDeepMerge: true,
config: {
ignoreModules: [“EXT-Screen”, “EXT-Pir”],
notification: {
useTelegramBot: false,
sendReady: false,
useCallback: false,
},
update: {
usePM2: true,
PM2Name: “mm.sh”,
logToConsole: false,
}
}Thanks for your help
Voltfest -
EXT-UpdateNotification is for auto-updating (like git pull, npm install, npm run update, …)
So it’s really not there …
ByignoreModules: [“EXT-Screen”, “EXT-Pir”],
this plugins wil ignore totaly ANY Not update of this couple of module automaticaly (I think it’s really not that search)for solving: Try to Add
EXT-Screen
in ignore list of EXT-Alert -
Ahh that explains everything, thanks a lot!
-
As I say many time (So many for me…): just read wiki
Note:
- You have the name of the EXT plugins on the right of the popup
- Don’t add EXT-Pir in ignore list of EXT-Alert because it’s a sensible module for displaying pir error (on new version of magic mirror for exemple)
- You have the name of the EXT plugins on the right of the popup
-
Yes, I think i got confused with the notification in its name. Thanks again, there is no reason not to update all modules for me
-
bugsounet