MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    !Update available for MMM-WunderGround module.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    6 Posts 4 Posters 4.5k Views 4 Watching
    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.
    • L Offline
      l8kerjuan
      last edited by

      Can someone give me a heads up on what I need to do when i get this alert on my MM. How do i update to remove message?

      “!Update available for MMM-WunderGround module.”

      Thanks!

      cowboysdudeC 1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer @l8kerjuan
        last edited by

        @l8kerjuan go to your ~/MagicMirror/module/MMM-WunderGround dir and type:

        git pull

        That should pull any update

        then type npm install to make sure there are no changes in dependencies…

        Then restart your mirror :)

        1 Reply Last reply Reply Quote 2
        • R Offline
          Renfield
          last edited by

          How do you disable this kind of alert? I’ve modified the module substantially and don’t want to update it and don’t want to see the update messages.

          Also, where does the code reside that fires off these update checks?

          Thanks,
          Ren

          cowboysdudeC 1 Reply Last reply Reply Quote 0
          • cowboysdudeC Offline
            cowboysdude Module Developer @Renfield
            last edited by

            @Renfield said in !Update available for MMM-WunderGround module.:

            How do you disable this kind of alert? I’ve modified the module substantially and don’t want to update it and don’t want to see the update messages.

            Also, where does the code reside that fires off these update checks?

            Thanks,
            Ren

            Go into your config.js and either // in front of the notification module or delete the entry altogether…

            J 1 Reply Last reply Reply Quote 0
            • J Offline
              Jopyth Moderator @cowboysdude
              last edited by Jopyth

              @Renfield If you would like to disable all update notifications you can do as @cowboysdude has written (remove the updatenotification module).

              Alternatively (edit: if you only want to disable update notifications for the WunderGround module):
              Go to ~/MagicMirror/module/MMM-WunderGround and remove the git remote with the command git remote remove origin. If at any point you want to enable updates, or git pull command again, you can add the remote back with git remote add origin https://github.com/RedNax67/MMM-WunderGround.git.

              Source for the module: https://github.com/MichMich/MagicMirror/tree/master/modules/default/updatenotification

              Helpful sticky: How to troubleshoot

              1 Reply Last reply Reply Quote 3
              • R Offline
                Renfield
                last edited by

                @Jopyth
                Works like a charm. Many thanks to you and @cowboysdude.

                I should probably learn more about Git and create a repo of my own based on RedNax67’s great work. That way I can keep tinkering and learning.

                1 Reply Last reply Reply Quote 2
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy