MagicMirror Forum

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

    UNSOLVED !Update available for MMM-WunderGround module.

    Troubleshooting
    4
    6
    3862
    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
      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!

      cowboysdude 1 Reply Last reply Reply Quote 0
      • cowboysdude
        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
          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

          cowboysdude 1 Reply Last reply Reply Quote 0
          • cowboysdude
            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
              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
                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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy