• 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.

MMM-PIR-Sensor - White Screen

Scheduled Pinned Locked Moved Troubleshooting
90 Posts 24 Posters 124.9k Views 25 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.
  • B Offline
    bibi @strawberry 3.141
    last edited by bibi Oct 26, 2016, 8:07 PM Oct 26, 2016, 8:04 PM

    @strawberry-3.141 yeah! thx a lot. at least i can see this white screen now :p :))) have to figure out how to solve this… Only if it’s realllllly really obvious for you/someone, i post my log file. (sorry to ask so much) otherwise not prob, i will reinstall the PIR module…

    [TAILING] Tailing last 10 lines for [mm] process (change the value with --lines option)
    /home/pi/.pm2/logs/mm-error-0.log last 10 lines:
    0|mm       |     at Error (native)
    0|mm       |     at process.module.(anonymous function) [as dlopen]     (ELECTRON_ASAR.js:168:20)
    0|mm       |     at Object.Module._extensions..node (module.js:583:18)
    0|mm       |     at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:168: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:76:44)
    
     /home/pi/.pm2/logs/mm-out-0.log last 10 lines:
     0|mm       | No helper found for module: clock.
     0|mm       | Initializing new module helper ...
     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       | Initializing new module helper ...
     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.
    
    1 Reply Last reply Reply Quote 0
    • B Offline
      bibi
      last edited by Oct 26, 2016, 8:53 PM

      Ok the problem it’s solved! except the screen is turning on and off in a very strange way… have to figure out why.

      For those you would get the same issue as me, what i did after fixing my config file was:

      1. sudo apt-get update & upgrade & reboot,
      2. go in MMM-PIR-Sensor folder in modules folder and run npm install there
        3.sudo reboot
        cheers
      1 Reply Last reply Reply Quote 0
      • M Offline
        Medo
        last edited by Medo Dec 29, 2016, 10:00 AM Dec 29, 2016, 9:55 AM

        Also had the “white screen” problem. I installed a complete new Raspian (with PIXEL), a new MagicMirror - including node.js in version 7.3.0
        As soon as i tried to get the MMM-Pir-Sensor working, it failed (with an white screen). Heres, how i solved my problem.

        At first: Theres no need to downgrade the node (i tried this too, and had no luck)

        I figured out, that my problem was an MMM-PIR-Sensor installation error i did not recognized at the beginning. When i tried “npm install” i got something like this (an error):

        "gyp WARN EACCES user “root” does not have permission to access the dev dir “/root/.node-gyp/5.12.0”

        I figured out, that there are two ways of solving this:

        1. CHOWN the directory the install procedure tries to install
        2. use “npm install --unsafe-perm”

        Im aware that option two is not the “elegant” way, but it solved my problem (and i did not have to change directory permissions).

        I removed all files and git the files again (like described some lines above from banglee) and then just use “npm install --unsafe-perm”

        The “–unsafe-perm” option was the key to my problem…

        Z 1 Reply Last reply Jan 2, 2017, 9:31 AM Reply Quote 0
        • Z Offline
          zichao92 @Medo
          last edited by paviro Jan 12, 2017, 10:20 PM Jan 2, 2017, 9:31 AM

          Hi @Medo ,
          I have gotten the white screen problem as well and my raspberry pi configuration is similar to yours ( running on PIXEL with the latest nodejs).

          However, upon using option 2 from your solution. I have obtained this error :

          npm ERR! Linux 4.4.38-v7+
          npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--unsafe-perm"
          npm ERR! node v7.3.0
          npm ERR! npm  v3.10.10
          npm ERR! code ELIFECYCLE
          npm ERR! Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall: `electron-rebuild -e                                                                                                                                                              ../../node_modules/electron-prebuilt`
          npm ERR! Exit status 255
          npm ERR!
          npm ERR! Failed at the Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall script '                                                                                                                                                             electron-rebuild -e ../../node_modules/electron-prebuilt'.
          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 Magic-Mirror-Module-P                                                                                                                                                             IR-Sensor package,
          npm ERR! not with npm itself.
          npm ERR! Tell the author that this fails on your system:
          npm ERR!     electron-rebuild -e ../../node_modules/electron-prebuilt
          npm ERR! You can get information on how to open an issue for this project with:
          npm ERR!     npm bugs Magic-Mirror-Module-PIR-Sensor
          npm ERR! Or if that isn't available, you can get their info via:
          npm ERR!     npm owner ls Magic-Mirror-Module-PIR-Sensor
          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/modules/MMM-PIR-Sensor/npm-debug.log
          

          Does anyone have solution to this?


          Note from admin: Please use Markdown on code snippets for easier reading!

          M 1 Reply Last reply Jan 2, 2017, 10:22 AM Reply Quote 0
          • M Offline
            Medo @zichao92
            last edited by paviro Jan 12, 2017, 10:20 PM Jan 2, 2017, 10:22 AM

            @zichao92

            First things that come to my mind:

            • maybe a “sudo” is missing? Like sudo npm install --unsafe-perm?
            • are you executing this from the MMM-PIR-Sensor directory ?
            Z C 2 Replies Last reply Jan 2, 2017, 11:22 AM Reply Quote 0
            • Z Offline
              zichao92 @Medo
              last edited by paviro Jan 12, 2017, 10:21 PM Jan 2, 2017, 11:22 AM

              Hi @Medo, Thanks for the reply.
              1.) I tried this method and it gives an output of the following error.

              pi@raspi:~/MagicMirror/modules/MMM-PIR-Sensor $ sudo npm install --unsafe-perm
              npm WARN prefer global npm@3.10.10 should be installed with -g
              > epoll@0.1.20 install /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll
              > node-gyp rebuild
              make: Entering directory '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build'
                CXX(target) Release/obj.target/epoll/src/epoll.o
                SOLINK_MODULE(target) Release/obj.target/epoll.node
                COPY Release/epoll.node
              make: Leaving directory '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build'
              > nslog@3.0.0 install /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/nslog
              > node-gyp rebuild
              make: Entering directory '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/nslog/build'
                CXX(target) Release/obj.target/nslog/src/main.o
                CXX(target) Release/obj.target/nslog/src/nslog_linux.o
                SOLINK_MODULE(target) Release/obj.target/nslog.node
                COPY Release/nslog.node
              make: Leaving directory '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/nslog/build'
              > Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall /home/pi/MagicMirror/modules/MMM-PIR-Sensor
              > electron-rebuild -e ../../node_modules/electron-prebuilt
              Unable to find electron-prebuilt's version number, either install it or specify an explicit version
              npm ERR! Linux 4.4.38-v7+
              npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--unsafe-perm"
              npm ERR! node v7.3.0
              npm ERR! npm  v3.10.10
              npm ERR! code ELIFECYCLE
              npm ERR! Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall: `electron-rebuild -e ../../node_modules/electron-prebuilt`
              npm ERR! Exit status 255
              npm ERR!
              npm ERR! Failed at the Magic-Mirror-Module-PIR-Sensor@1.1.0 postinstall script 'electron-rebuild -e ../../node_modules/electron-prebuilt'.
              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 Magic-Mirror-Module-PIR-Sensor package,
              npm ERR! not with npm itself.
              npm ERR! Tell the author that this fails on your system:
              npm ERR!     electron-rebuild -e ../../node_modules/electron-prebuilt
              npm ERR! You can get information on how to open an issue for this project with:
              npm ERR!     npm bugs Magic-Mirror-Module-PIR-Sensor
              npm ERR! Or if that isn't available, you can get their info via:
              npm ERR!     npm owner ls Magic-Mirror-Module-PIR-Sensor
              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/modules/MMM-PIR-Sensor/npm-debug.log
              
              1. Yea it’s in the file directory ( MagicMirror/modules/MMM-PIR_Sensor )

              Note from admin: Please use Markdown on code snippets for easier reading!

              M 1 Reply Last reply Jan 2, 2017, 11:39 AM Reply Quote 0
              • M Offline
                Medo @zichao92
                last edited by paviro Jan 12, 2017, 10:22 PM Jan 2, 2017, 11:39 AM

                @zichao92
                What i also did, was a complete reinstall of the PIR-Sensor

                I followed the steps, “Banglee” described some lines above:

                ok so lets go step by step:
                cd ~/MagicMirror/modules/

                now we will remove the PIR folder:
                rm -rf MMM-PIR-Sensor

                and from here, we’re going to reinstall the MMM-PIR-Sensor modul:

                git clone https://github.com/paviro/MMM-PIR-Sensor.git
                cd MMM-PIR-Sensor
                

                run the following cmd here:
                npm install and wait, this can take a few minutes.

                Now you’ll have to add pi to gpio
                sudo useradd -g pi gpio

                and reboot your Raspi:
                sudo reboot

                Sorry, no further ideas so far (maybe you can open a PIR-Sensor troubleshooting thread)?


                Note from admin: Please use Markdown on code snippets for easier reading!

                Z 1 Reply Last reply Jan 7, 2017, 12:50 PM Reply Quote 0
                • Z Offline
                  zichao92 @Medo
                  last edited by Jan 7, 2017, 12:50 PM

                  Hi @Medo ,
                  I managed to get it working in an ugly way. Doesnt matter, it works. Thanks for your help!

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    jwhittaker
                    last edited by jwhittaker Jan 8, 2017, 8:01 PM Jan 8, 2017, 7:29 PM

                    I’m having nothing but trouble with this. I’ve tried all the tips on here but still get a white screen.

                    @zichao92 What was the ugly way and how did you manage to get it working please?

                    This is the error I get:

                    > electron js/electron.js
                    
                    >Starting MagicMirror: v2.1.0
                    Loading config ...
                    Loading module helpers ...
                    WARNING! Could not load config file. Starting with default configuration. Error found: Error: Could not locate the bindings file. Tried:
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/default/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/compiled/6.5.0/linux/arm/epoll.node
                    Loading module helpers ...
                    App threw an error during load
                    Error: Could not locate the bindings file. Tried:
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/default/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/compiled/6.5.0/linux/arm/epoll.node
                        at bindings (/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/bindings/bindings.js:88:9)
                        at Object.<anonymous> (/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/epoll.js:1:116)
                        at Module._compile (module.js:556:32)
                        at Object.Module._extensions..js (module.js:565:10)
                        at Module.load (module.js:473:32)
                        at tryModuleLoad (module.js:432:12)
                        at Function.Module._load (module.js:424:3)
                        at Module.require (module.js:483:17)
                        at require (internal/module.js:20:19)
                        at Object.<anonymous> (/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/onoff/onoff.js:4:11)
                    Whoops! There was an uncaught exception...
                    { Error: Could not locate the bindings file. Tried:
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Debug/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Release/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/default/epoll.node
                     → /home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/compiled/6.5.0/linux/arm/epoll.node
                        at bindings (/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/bindings/bindings.js:88:9)
                        at Object.<anonymous> (/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/epoll.js:1:116)
                        at Module._compile (module.js:556:32)
                        at Object.Module._extensions..js (module.js:565:10)
                        at Module.load (module.js:473:32)
                        at tryModuleLoad (module.js:432:12)
                        at Function.Module._load (module.js:424:3)
                        at Module.require (module.js:483:17)
                        at require (internal/module.js:20:19)
                        at Object.<anonymous> (/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/onoff/onoff.js:4:11)
                      tries: 
                       [ '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Debug/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Debug/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Debug/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/out/Release/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/Release/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/build/default/epoll.node',
                         '/home/pi/MagicMirror/modules/default/MMM-PIR-Sensor/node_modules/epoll/compiled/6.5.0/linux/arm/epoll.node' ] }
                    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
                    Launching application.```
                    Z 1 Reply Last reply Jan 9, 2017, 2:27 PM Reply Quote 0
                    • Z Offline
                      zichao92 @jwhittaker
                      last edited by Jan 9, 2017, 2:27 PM

                      Hi @jwhittaker ,
                      Previously i had a working node_modules that Ive installed through npm install ( Cant rmb how i got it but i managed to create a back up copy of it). Subsequently when I tried to use npm install on a new raspberry pi, it didnt work as intended.

                      What i did was instead of using npm install, I bypassed it by inserting the node_module that i previously salvaged and it worked for some reasons.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 7 / 9
                      • 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