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.

    So ... to update MagicMirror I would ... ??

    Scheduled Pinned Locked Moved Troubleshooting
    54 Posts 12 Posters 46.6k Views 10 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.
    • MichMichM Offline
      MichMich
      last edited by

      I’ve released an update: https://github.com/MichMich/MagicMirror/releases/tag/v2.3.1

      C 1 Reply Last reply Reply Quote 0
      • E Offline
        E3V3A
        last edited by

        Just to say it…
        It seem that many people having problems, are running something out dated.
        Either: nodejs, npm, or pm2.

        Because of the incredible dependency chain involved for node packages, I can only assume that using a newer versions of one package, will also require a newer version of the package depending on it, and possibly vice versa. Of course when things are working, it all beautiful, but it seem very easy that it doesn’t.

        "Everything I do (here) is for free – altruism is the way!"
        MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

        1 Reply Last reply Reply Quote 0
        • C Offline
          Charley Module Developer
          last edited by

          Just updated the new repo.

          It’s alive again.

          Thanks great job

          MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

          1 Reply Last reply Reply Quote 0
          • C Offline
            chef @MichMich
            last edited by

            @MichMich Thanks very much for the easter gift!

            1 Reply Last reply Reply Quote 0
            • R Offline
              Richard238
              last edited by

              Installed MM2.3.1, still got black screen
              Installed earlier version electron, still got black screen.

              Shutdown and restarted.

              Now nothing on :8080 either :(

              MichMichM S 2 Replies Last reply Reply Quote 0
              • MichMichM Offline
                MichMich @Richard238
                last edited by

                @Richard238 Please share the steps you took to upgrade and the log files which shows errors.

                R 1 Reply Last reply Reply Quote 0
                • S Offline
                  surger13 Project Sponsor @Richard238
                  last edited by

                  @Richard238 said in So ... to update MagicMirror I would ... ??:

                  Installed MM2.3.1, still got black screen
                  Installed earlier version electron, still got black screen.

                  Shutdown and restarted.

                  Now nothing on :8080 either :(

                  Same with me. I was not at home over Easter, had switched off the raspberry 3 days. Launched yesterday and just a black screen. :(
                  After that I read this with the new update and executed it, unfortunately without any changes. The downgrade of electron described above also brought no change. Still a black screen and no display via ip:8080.

                  1 Reply Last reply Reply Quote 0
                  • R Offline
                    Richard238 @MichMich
                    last edited by

                    @MichMich said in So ... to update MagicMirror I would ... ??:

                    @Richard238 Please share the steps you took to upgrade and the log files which shows errors.

                    I followed the usual update routine.
                    I don’t have any logs, as I’ve restored MM from an earlier SD card backup.

                    MM working OK everywhere, it’s just telling me I’m 150 commits out-of-date.
                    I’ll live with that until the electron black screen issue is resolved.

                    MichMichM R 2 Replies Last reply Reply Quote 0
                    • MichMichM Offline
                      MichMich @Richard238
                      last edited by

                      I’ll live with that until the electron black screen issue is resolved.

                      It is resolved in V2.3.1

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        surger13 Project Sponsor
                        last edited by

                        Hello,
                        I can’t get it to work anymore. :-(
                        have meanwhile updated the Raspi including firmware. MagicMirror directory renamed and reinstalled.
                        After booting only a black screen.

                        Does that mean anything to anyone?

                        pi@ftpi:~/MagicMirror $ npm start
                        
                        > magicmirror@2.3.1 start /home/pi/MagicMirror
                        > sh run-start.sh
                        
                        
                        npm ERR! Linux 4.14.32-v7+
                        npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
                        npm ERR! node v6.14.1
                        npm ERR! npm  v3.10.10
                        npm ERR! code ELIFECYCLE
                        npm ERR! magicmirror@2.3.1 start: `sh run-start.sh`
                        npm ERR! Exit status 1
                        npm ERR!
                        npm ERR! Failed at the magicmirror@2.3.1 start script 'sh run-start.sh'.
                        npm ERR! Make sure you have the latest version of node.js and npm installed.
                        npm ERR! If you do, this is most likely a problem with the magicmirror package,
                        npm ERR! not with npm itself.
                        npm ERR! Tell the author that this fails on your system:
                        npm ERR!     sh run-start.sh
                        npm ERR! You can get information on how to open an issue for this project with:
                        npm ERR!     npm bugs magicmirror
                        npm ERR! Or if that isn't available, you can get their info via:
                        npm ERR!     npm owner ls magicmirror
                        npm ERR! There is likely additional logging output above.
                        
                        npm ERR! Please include the following file with any support request:
                        npm ERR!     /home/pi/MagicMirror/npm-debug.log
                        pi@ftpi:~/MagicMirror $
                        
                        
                        E 1 Reply Last reply Reply Quote 0
                        • E Offline
                          E3V3A @surger13
                          last edited by

                          @surger13 Did you read the text?
                          Make sure you have the latest version of node.js and npm installed.
                          – That’s exactly what it means.

                          "Everything I do (here) is for free – altruism is the way!"
                          MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            surger13 Project Sponsor @E3V3A
                            last edited by

                            @E3V3A
                            I thought I tried both. But it doesn’t matter now, I’ve redone everything. It’s back on now. Thanks for your help.

                            1 Reply Last reply Reply Quote 0
                            • R Offline
                              Richard238 @Richard238
                              last edited by

                              @richard238 said in So ... to update MagicMirror I would ... ??:

                              @MichMich said in So ... to update MagicMirror I would ... ??:

                              @Richard238 Please share the steps you took to upgrade and the log files which shows errors.

                              I followed the usual update routine.
                              I don’t have any logs, as I’ve restored MM from an earlier SD card backup.

                              MM working OK everywhere, it’s just telling me I’m 150 commits out-of-date.
                              I’ll live with that until the electron black screen issue is resolved.

                              Found the error logs from a backup I forgot I’d taken:

                              [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines option)
                              /home/pi/.pm2/logs/mm-error-0.log last 15 lines:
                              0|mm       |     at Function.Module._load (module.js:424:3)
                              0|mm       |     at Module.require (module.js:483:17)
                              0|mm       |     at require (internal/module.js:20:19)
                              0|mm       |     at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:81:44)
                              0|mm       | Error: Module version mismatch. Expected 50, got 57.
                              0|mm       |     at Error (native)
                              0|mm       |     at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
                              0|mm       |     at Object.Module._extensions..node (module.js:583:18)
                              0|mm       |     at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:173:20)
                              0|mm       |     at Module.load (module.js:473:32)
                              0|mm       |     at tryModuleLoad (module.js:432:12)
                              0|mm       |     at Function.Module._load (module.js:424:3)
                              0|mm       |     at Module.require (module.js:483:17)
                              0|mm       |     at require (internal/module.js:20:19)
                              0|mm       |     at bindings (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/bindings/bindings.js:81:44)
                              
                              
                              /home/pi/.pm2/logs/mm-out-0.log last 15 lines:
                              0|mm       | Initializing new module helper ...
                              0|mm       | Module helper loaded: MMM-MyTemps
                              0|mm       | Initializing new module helper ...
                              0|mm       | Module helper loaded: updatenotification
                              0|mm       | No helper found for module: clock.
                              0|mm       | Initializing new module helper ...
                              0|mm       | Module helper loaded: calendar
                              0|mm       | No helper found for module: compliments.
                              0|mm       | No helper found for module: currentweather.
                              0|mm       | No helper found for module: weatherforecast.
                              0|mm       | No helper found for module: MMM-doomsDay.
                              0|mm       | Whoops! There was an uncaught exception...
                              0|mm       | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                              0|mm       | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                              0|mm       | Launching application.
                              

                              I hope that helps find what’s wrong, and how to fix it.

                              Thanks!

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                bitfit2020
                                last edited by

                                Dude -

                                My magicmirrior is DEAD !!! HELP !!! HELP !!!

                                This is STILL an issue … had the BLACK SCREEN after the npm pull && install npm

                                Now the mirror does not even start and I get a Javascript error !!!
                                I also got the 4 vulnerabilities (1 low, 2 high, 1 critical) after the install
                                2021-01-24-111621_1920x1080_scrot.png

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

                                  @chef use my upgrade script
                                  see here

                                  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
                                  • B Offline
                                    bitfit2020
                                    last edited by

                                    U da man!!! I’m back on the playground :) Thanks.

                                    1 Reply Last reply Reply Quote 0
                                    • B Offline
                                      bitfit2020
                                      last edited by

                                      Must be some of my modules but with your default config mirror works but with my config I get a BLACK SCREEN.

                                      BTW, I did not upgrade (was a bit worried)… not sure if should do that !

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

                                        @bitfit2020 it gives u that control

                                        but glad u got it working

                                        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 @bitfit2020
                                          last edited by sdetweil

                                          @bitfit2020 i dont have a config in any of my scripts

                                          i used the sample doing install,
                                          config.js for upgrade
                                          and no confug for the screen saver and pm2 scripts at the end

                                          upgrade does what u are supposed to do manually, but breaks running systems with lots of none-base modules

                                          upgrade tries to detect and fix the breakage

                                          run 1st time it will just check if its possible upgrade would work

                                          second time with ‘apply’ parm will do the upgrade process. a log is kept of the process

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          • 1
                                          • 2
                                          • 3
                                          • 3 / 3
                                          • 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