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.

    Standardmodule "updatenotification"

    Scheduled Pinned Locked Moved Troubleshooting
    13 Posts 6 Posters 7.3k Views 5 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer
      last edited by cowboysdude

      This should be in your config.js file:

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

      If it’s not then you aren’t using the current MM2…

      If you’re not I would suggest you [from a terminal window] type: git pull
      to update your software…

      lolobyteL 1 Reply Last reply Reply Quote 0
      • lolobyteL Offline
        lolobyte @cowboysdude
        last edited by lolobyte

        @cowboysdude

        Hello, i use mm2 v2.1.0.
        The only thing i changed was the position to display the module and the position inside the config. It’s on the 3-rd last position.

                    {
                            "module": "updatenotification",
                            "position": "lower_third",
                            "classes": "small bright",
                            "disabled": false,
                            "$$hashKey": "object:2049"
                    },
                    {
                            "module": "MMM-RSS-FEED",
                      ............... and so on.
        
        strawberry 3.141S 1 Reply Last reply Reply Quote 0
        • lolobyteL Offline
          lolobyte
          last edited by

          Did somebody know how often this module are checking for updates?
          Every hour or every day once?

          yawnsY 1 Reply Last reply Reply Quote 0
          • yawnsY Offline
            yawns Moderator @lolobyte
            last edited by

            @lolobyte said in Standardmodule “updatenotification”:

            Did somebody know how often this module are checking for updates?
            Every hour or every day once?

            The readme says every 10 minutes by default

            1 Reply Last reply Reply Quote 0
            • tosti007T Offline
              tosti007 Module Developer
              last edited by

              The module first takes all the module names and then filters out the modules that are default, not hosted by git or for which git errors.
              It does that only once when the mirror starts.

              After that it does a fetch request and checks how many commits it’s behind for the remaining modules. If this is more than one it shows something on the screen. And lastly it sets a timer for the next loop.

              If there is anything don't hesitate to contact me!
              ProfileSwitcher, TouchNotifications

              1 Reply Last reply Reply Quote 0
              • strawberry 3.141S Offline
                strawberry 3.141 Project Sponsor Module Developer @lolobyte
                last edited by

                @lolobyte i can see the hashkey property, this was a bug on my earlier prototype of the app. can you check when you change some settings for this module through the app if the haskey property is gone?

                Please create a github issue if you need help, so I can keep track

                lolobyteL 1 Reply Last reply Reply Quote 0
                • lolobyteL Offline
                  lolobyte @strawberry 3.141
                  last edited by

                  @strawberry-3.141

                  You mean the haskkey will be removed automatically by the new app or is that my part of the job?

                  strawberry 3.141S 1 Reply Last reply Reply Quote 0
                  • strawberry 3.141S Offline
                    strawberry 3.141 Project Sponsor Module Developer @lolobyte
                    last edited by

                    @lolobyte it should be removed by the app if you change settings of this module on your phone and after that sync it with the mirror, otherwise this bug still persists and i have to recheck it. with the first prototype i wasn’t aware of that this internal reference was saved in the storage to the config in one line i didn’t spot it in the first place.

                    Please create a github issue if you need help, so I can keep track

                    lolobyteL 1 Reply Last reply Reply Quote 0
                    • lolobyteL Offline
                      lolobyte @strawberry 3.141
                      last edited by

                      @strawberry-3.141

                      Ok, i’ll try this lather after i check out my problem with the updatenotification.

                      At first i must find a module witch i use and witch was recently updated. :-(

                      strawberry 3.141S 1 Reply Last reply Reply Quote 0
                      • strawberry 3.141S Offline
                        strawberry 3.141 Project Sponsor Module Developer @lolobyte
                        last edited by strawberry 3.141

                        @lolobyte you can checkout a previous version of a module through git

                        git checkout THECOMMITID

                        for the fuel module you could do this
                        git checkout 7aaac4bd2cc736d0ed3a96a41681e791b95bb77f

                        Please create a github issue if you need help, so I can keep track

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