• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Blank screen after updating tonight...

Scheduled Pinned Locked Moved Unsolved Troubleshooting
17 Posts 5 Posters 5.9k Views 5 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.
  • U Offline
    uatuba
    last edited by Apr 2, 2019, 4:41 AM

    I just updated my MagicMirror, and I now get a blank screen. There is only one instance running, and when I stop and start the process through pm2, I get the desktop and the blank screen again, respectively.

    I used:

    git pull

    and received a message about package-lock.json needing to be stashed. I backed it up, then used:

    git reset --hard
    git pull
    npm install

    Immediately upon reboot, I received a blank screen. I also copied package-lock.bak to package-lock.json, and I still get the blank screen. I’m running both pihole and MagicMirror. Any assistance would be greatly appreciated.

    1 Reply Last reply Reply Quote 0
    • U Offline
      uatuba
      last edited by Apr 2, 2019, 5:18 AM

      UPDATE: It’s the PIR-Sensor Module which isn’t working. When I delete it from the config file, everything works great. When I add it back, the screen is completely blank. It’s the same config that was working before the update.

      1 Reply Last reply Reply Quote 0
      • N Offline
        nakedrabbit
        last edited by Apr 2, 2019, 7:32 AM

        Mine also not working on RPi3, and removing the exact same plugin does not remedy the situation. Sample config does make it behave, but it seems like there might be another plugin issue?

        I’m running (or used to run)

        Remote Control
        DarkSky Forecast
        Network Scanner
        Volumio Playing
        Roomba
        Notification Trigger
        Hotword
        Assistant Mk2
        Buttons
        and PIR sensor.

        I upgraded because Electron was leaking or whatever it does to slow to a crawl, and slushing back to a previous Electron had not fixed the problem. Too tired to try them all one at a time right now, but I guess I’ll go to it tomorrow.

        1 Reply Last reply Reply Quote 0
        • I Offline
          ines
          last edited by Apr 2, 2019, 2:00 PM

          I have faced the same problem , any solution ?

          1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil
            last edited by sdetweil Apr 2, 2019, 2:06 PM Apr 2, 2019, 2:04 PM

            use ctrl-shift-i to open the developers window and select the console tab, scroll around to see any errors, (red text)

            also, if you updated, u generally need to re-run npm install in every module that has a package,json file.
            The Hotword and Assistant will need electron-rebuild more than likely

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • I Offline
              ines
              last edited by Apr 2, 2019, 2:12 PM

              thank you , i make the npm install in every module with package.json but he doesn’t work

              S 1 Reply Last reply Apr 2, 2019, 2:19 PM Reply Quote 0
              • S Away
                sdetweil @ines
                last edited by Apr 2, 2019, 2:19 PM

                @ines ok, we need to see the error… open the developers window

                how do you start MM, with PM2, or something else…

                the pm2.log might help too if used

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • I Offline
                  ines
                  last edited by Apr 2, 2019, 2:21 PM

                  WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/electron-v3.0-linux-arm/snowboy.node’

                  this the error that i ve faced after the new update

                  S 1 Reply Last reply Apr 2, 2019, 2:24 PM Reply Quote 0
                  • S Away
                    sdetweil @ines
                    last edited by Apr 2, 2019, 2:24 PM

                    @ines ok, you need to follow the instructions in hotword for the electron-rebuild

                    But maybe in kiosk mode, you may meet some error like this;
                    
                    Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/electron-v2.0-linux-arm/snowboy.node'
                    In that case, you need to rebuild some binaries to match with Electron version.
                    
                    cd ~/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
                    npm install --save-dev electron-rebuild
                    npm install nan
                    ./node_modules/.bin/electron-rebuild   # It could takes dozens sec.
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Apr 2, 2019, 2:26 PM Reply Quote 0
                    • S Away
                      sdetweil @sdetweil
                      last edited by sdetweil Apr 2, 2019, 2:27 PM Apr 2, 2019, 2:26 PM

                      note that you will have the same problem in Assistant too

                      see

                      https://forum.magicmirror.builders/topic/10189/mmm-assistantmk2-breaks-with-mm-v2-7-0

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      T N 2 Replies Last reply Apr 2, 2019, 3:05 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        5/17
                        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