• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 module ..." appears but I don't want to update

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 4 Posters 692 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.
  • S Offline
    SirVer
    last edited by Dec 23, 2019, 10:31 AM

    On the top center of my display appears the text from the topic. I don’t want to update the module because I did my own modifications on it. So is it possible to remove this without doing any update?

    F 1 Reply Last reply Dec 23, 2019, 10:56 AM Reply Quote 0
    • F Offline
      Fozi Project Sponsor @SirVer
      last edited by Dec 23, 2019, 10:56 AM

      @SirVer
      I’d see two options:

      1. Disable the update notifikation by inserting
      disabled: true, 
      

      in the module config

      {
      module: "updatenotification",
      disabled: true, 
      position: "top_bar"
      },
      

      But then all update notifications will be disabled.

      1. You fork the module into your own github repo, apply the changes you made, and install the module from your own repo. This might require to make also adoptions in the code for references, which point into the original repo.
        But then you will not have automatically update notifications, if the original module has been updated.

      What I do is to document my changes in my private repo and to apply them if the module gets updated. That’s for me the easiest and quickest way.

      HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

      1 Reply Last reply Reply Quote 1
      • B Online
        BKeyport Module Developer
        last edited by Dec 23, 2019, 12:19 PM

        really, option 2 here is the only way to solve it that makes sense. Always fork before making changes.

        The "E" in "Javascript" stands for "Easy"

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil
          last edited by Dec 23, 2019, 12:43 PM

          I’m in favor of option 1… you don’t HAVE to suffer thru having the potential updates displayed, and you don’t have to take the changes either…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            2/4
            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