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.

    SOLVED After MM upgrade wont start

    Troubleshooting
    2
    6
    308
    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.
    • M
      mayfield last edited by

      Hello everyone

      I upgraded magicmirror from 2.18 to 2.19 using this script and are now getting and error, not sure how to solve this -

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
      

      and now I’m getting this -

      pi@pi:~ $ cd ~ && cd MagicMirror && npm run start
      
      > magicmirror@2.19.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      sh: 1: ./node_modules/.bin/electron: not found
      pi@pi:~/MagicMirror $ 
      
      
      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @mayfield last edited by

        @mayfield I did tests on Bullseye and Buster to upgrade from 2.17 to 2.19 (latest)
        and it worked in both cases…

        the log u sent me shows it worked without error…

        try this

        cd ~/MagicMirror
        npm install electron@17.2.0
        

        then npm start

        Sam

        Create a working config
        How to add modules

        M 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @mayfield last edited by

          @mayfield can u send me the
          installers/upgrade.log

          my same useridat gmail

          Sam

          Create a working config
          How to add modules

          M 1 Reply Last reply Reply Quote 0
          • M
            mayfield @sdetweil last edited by

            @sdetweil OK thanks email sent

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

              @mayfield got it

              Sam

              Create a working config
              How to add modules

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

                @mayfield I did tests on Bullseye and Buster to upgrade from 2.17 to 2.19 (latest)
                and it worked in both cases…

                the log u sent me shows it worked without error…

                try this

                cd ~/MagicMirror
                npm install electron@17.2.0
                

                then npm start

                Sam

                Create a working config
                How to add modules

                M 1 Reply Last reply Reply Quote 0
                • M
                  mayfield @sdetweil last edited by

                  @sdetweil said in After MM upgrade wont start:

                  npm install electron@17.2.0

                  Yes that worked thankyou

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