MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Notification help

    General Discussion
    2
    7
    164
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Ray last edited by

      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 wrong

      module: "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 mirror

      So I hope someone can help

      S 2 Replies Last reply Reply Quote 0
      • S
        sdetweil @Ray last edited by

        @ray said in Notification help:

        “MMM-mymodule”

        exact case spelling, yes?

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • S
          sdetweil @Ray last edited by sdetweil

          @ray oops…

          gotta have the config:{} block to pass info to module

          config: { 
          
             ignoreModules: ["MMM-mymodule"]
          }
          

          Sam

          Create a working config
          How to add modules

          R 2 Replies Last reply Reply Quote 0
          • R
            Ray @sdetweil last edited by

            @sdetweil ooooo ok I see it now. I can’t believe I missed that
            thanks for helping a blind man😆

            1 Reply Last reply Reply Quote 0
            • R
              Ray @sdetweil last edited by

              @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

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @Ray last edited by sdetweil

                @ray here are the settings for a module OUTSIDE the config:{}
                https://docs.magicmirror.builders/modules/configuration.html#module-configuration

                disabled:true means that module will not be used in this startup

                Sam

                Create a working config
                How to add modules

                R 1 Reply Last reply Reply Quote 0
                • R
                  Ray @sdetweil last edited by

                  @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

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy