MagicMirror Forum

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

    MMM-ModuleScheduler update

    Forum
    2
    11
    127
    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
      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
        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

        Create a working config
        How to add modules

        C 1 Reply Last reply Reply Quote 0
        • C
          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
            sdetweil @Canguingo last edited by

            @Canguingo well, modules are loaded into the

            MagicMirror/modules folder

            so your command will work from there

            Sam

            Create a working config
            How to add modules

            C 1 Reply Last reply Reply Quote 0
            • C
              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
                sdetweil @Canguingo last edited by

                @Canguingo what doesn’t?

                linux is case sensitive…

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

                Sam

                Create a working config
                How to add modules

                C 1 Reply Last reply Reply Quote 0
                • C
                  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
                    sdetweil @Canguingo last edited by

                    @Canguingo did the git pull succeed?

                    Sam

                    Create a working config
                    How to add modules

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

                        Create a working config
                        How to add modules

                        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy