Read the statement by Michael Teeuw here.
Notification help
-
So I’m trying to stop the notification alert for a Pacific module.
So when I follow the instructions on magic mirror website. It doesn’t seem to work. So here’s the configuration just in case I’m doing it wrongmodule: "updatenotification", position: "top_center", ignoreModules: ["MMM-mymodule"] },
So if I’m doing something wrong. I don’t know what it is.
This module is not part of the default modules of magic mirrorSo I hope someone can help
-
-
@ray oops…
gotta have the config:{} block to pass info to module
config: { ignoreModules: ["MMM-mymodule"] }
-
@sdetweil ooooo ok I see it now. I can’t believe I missed that
thanks for helping a blind man:grinning_squinting_face: -
@sdetweil Under the Pacific module in the config.js
I heard there was something I can add their that would do the same thing. Is that true
where you would just enter disable true or false -
@ray here are the settings for a module OUTSIDE the config:{}
https://docs.magicmirror.builders/modules/configuration.html#module-configurationdisabled:true means that module will not be used in this startup
-
@sdetweil okay I understand. I thought it was something else I thought you could add notification somehow and disable it that way
But it’s working now. I appreciate your help