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.

    MM won't start up after upgrading to 2.27

    Scheduled Pinned Locked Moved Solved Troubleshooting
    11 Posts 2 Posters 808 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.
    • N Offline
      nobbie35 @sdetweil
      last edited by

      @sdetweil I didn’t realize that you have to reinstall all of the modules after an install I’ve been running MM for over a year and have upgraded before like this and never had to npm install each of the modules again… I’ll go back and reinstall all of them just incase and report back

      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @nobbie35
        last edited by

        @nobbie35 if you use my upgrade script I handle this for you

        see
        https://github.com/sdetweil/MagicMirror_scripts

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @nobbie35 yes, but what happens is always subject to change…

          so looking at the messages tells you a module had trouble finding a library

          which should lead you back to npm install for that module

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          N 1 Reply Last reply Reply Quote 0
          • N Offline
            nobbie35 @sdetweil
            last edited by

            @sdetweil I npm installed the Google Tasks module and its still throwing the same error

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

              @nobbie35 where did you do the npm install, what folder were you in?

              I see the problem

              the module doesn’t have a package.json file, so the loaded module is considered a security risk and is removed

              do
              npm init -y
              then
              npm install googleapis

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              N 1 Reply Last reply Reply Quote 0
              • N Offline
                nobbie35 @sdetweil
                last edited by

                @sdetweil Thank you… that was the issue

                1 Reply Last reply Reply Quote 0
                • N nobbie35 has marked this topic as solved on
                • 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