MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Standardmodule "updatenotification"

    Troubleshooting
    6
    13
    4585
    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.
    • lolobyte
      lolobyte last edited by

      @MichMich
      Why is this module not mentioned in your description on MM2 website?
      https://github.com/MichMich/MagicMirror

      @all
      Can somebody explain me how this module work and why it does’t run in my configuration? 15 other Modules running like a oiled machine!

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

        lolobyte 1 Reply Last reply Reply Quote 0
        • lolobyte
          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.141 1 Reply Last reply Reply Quote 0
          • lolobyte
            lolobyte last edited by

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

            yawns 1 Reply Last reply Reply Quote 0
            • yawns
              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
              • tosti007
                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.141
                  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

                  lolobyte 1 Reply Last reply Reply Quote 0
                  • lolobyte
                    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.141 1 Reply Last reply Reply Quote 0
                    • strawberry 3.141
                      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

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