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.

    MMM-ModuleScheduler update

    Scheduled Pinned Locked Moved Forum
    11 Posts 2 Posters 3.1k Views 2 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.
    • C Offline
      Canguingo
      last edited by

      Hi there,

      I have updated to the last version of MagicMirror. besides some issues with the weather module (see my other threats) i get a warning to update the MMM-ModuleScheduler module. it is 19 commits behind.

      What? Does this not update auto?

      any suggestions?

      many thanks in advance!

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Canguingo
        last edited by sdetweil

        @Canguingo no updates for mm are automatic

        to update a module. go to it’s folder and type

        git pull
        

        if that is successful, and there is a package.json file, then also do

        npm install
        

        then restart MagicMirror

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          Canguingo @sdetweil
          last edited by

          @sdetweil said in MMM-ModuleScheduler update:

          @Canguingo no updates for mm are automatic

          to update a module. go to it’s folder and type

          git pull
          

          if that is successful, and there is a package.json file, then also do

          npm install
          

          then restart MagicMirror

          Ok! So I type cd mmm-modulescheduler or something like that?
          Sorry I usually follow the instructions very carefully without really knowing what I do.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Canguingo
            last edited by

            @Canguingo well, modules are loaded into the

            MagicMirror/modules folder

            so your command will work from there

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              Canguingo @sdetweil
              last edited by

              @sdetweil said in MMM-ModuleScheduler update:

              @Canguingo well, modules are loaded into the

              MagicMirror/modules folder

              so your command will work from there

              thanks this doesnt work

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Canguingo
                last edited by

                @Canguingo what doesn’t?

                linux is case sensitive…

                cd ~/MagicMirror/modules
                cd modulename
                git pull
                npm install
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  Canguingo @sdetweil
                  last edited by

                  @sdetweil said in MMM-ModuleScheduler update:

                  @Canguingo what doesn’t?

                  linux is case sensitive…

                  cd ~/MagicMirror/modules
                  cd modulename
                  git pull
                  npm install
                  

                  great now i’m 28 commits behind instead of 19 …

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Canguingo
                    last edited by

                    @Canguingo did the git pull succeed?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    C 1 Reply Last reply Reply Quote 0
                    • C Offline
                      Canguingo @sdetweil
                      last edited by

                      @sdetweil said in MMM-ModuleScheduler update:

                      @Canguingo did the git pull succeed?

                      Not really,

                      I went to MagicMirror/modules/MMM-ModuleScheduler and there I did the git pull
                      and the npm install.

                      Then back to root and a sudo reboot.

                      But did not help the issue.

                      I might miss something, a step or something… dunno.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Canguingo
                        last edited by

                        @Canguingo no, I was asking, did the command

                        git pull

                        work.

                        so, go there again and do the git pull and show the results

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        C 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