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 142.3k 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.
    • BangeeB Offline
      Bangee Module Developer
      last edited by Bangee

      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

      You’ll have to connect your PIR Sensor the right way with your Raspi.
      I’ve connected my PIR Sensor on the following Pins:
      GPIO
      I’ve got a Pi2 and use Pin 2 for power, Pin 6 for Ground and Pin 15 for Data.
      – correctin grn pin

      PIR Sensor

      and dont forget to add the config :-)

      D 1 Reply Last reply Reply Quote 3
      • S Offline
        samydp
        last edited by paviro

        you are the best !! i dont become no a with screen !

        but the sensor dont work

        i have
        vcc: Pin 2
        Data: Pin 7
        Ground: Pin 6

        and my config in the config and MMM-PIR-Sensor data is:

        }
        {
                		module: 'MMM-PIR-Sensor',
                		config: {
        			sensorPIN: 7,
        			relayPIN: false,
        			powerSaving: true,
        			relayOnState: 1,
                    }
                    },
        

        the sensetiv is max and the time is min


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

        1 Reply Last reply Reply Quote 0
        • BangeeB Offline
          Bangee Module Developer
          last edited by

          If you use pin 7 in your config its nr 4

          You have to use the gpio nr.

          P 1 Reply Last reply Reply Quote 0
          • S Offline
            samydp
            last edited by

            Thank you it works fine !!

            1 Reply Last reply Reply Quote 1
            • P Offline
              phantomlight @Bangee
              last edited by

              @Bangee I tried everything regarding the white screen issues. I’m a noob. was able to get magic mirror installed, I also installed the PIR motion detection and can confirm motion is detected.

              Downgraded Node JS
              Installed the electron
              made sure module was added in config.js

              I am using the Raspberry PI 3 mode b.

              Can somebody confirm this module is working with Raspberry Pi 3.

              Any help would be greatly appreciative…
              Thanks.

              1 Reply Last reply Reply Quote 0
              • BangeeB Offline
                Bangee Module Developer
                last edited by

                can you restart the magicmirror an check what errormessage you have:
                pm2 logs mm

                P B 2 Replies Last reply Reply Quote 0
                • P Offline
                  phantomlight @Bangee
                  last edited by

                  @Bangee Thank you so much for responding. I removed magic mirror completely reinstalled… then installed the module.

                  All is well now… Thank you so much!

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    bibi @Bangee
                    last edited by

                    @Bangee hi ! thx for your nice tuto, i have proceed with it but i got a warning as below:

                    pi@raspberrypi:~/MagicMirror/modules/MMM-PIR-Sensor $ npm install
                    npm WARN prefer global npm@3.10.9 should be installed with –g
                    do i have to do smt specific or it’s just ok to leave it without any action?
                    ps: my config file is also not working with PIR module implemented… maybe that is the reason? thx you very much for any feedabck guys!!

                    1 Reply Last reply Reply Quote 0
                    • BangeeB Offline
                      Bangee Module Developer
                      last edited by

                      @bibi did you try it with the instructions from paviro:
                      https://github.com/paviro/MMM-PIR-Sensor

                      I don’t think that this warn is your problem. I have so many times these warnings :-D
                      You sould send us whats in your pm2 logs mm

                      B 2 Replies Last reply Reply Quote 0
                      • B Offline
                        bibi @Bangee
                        last edited by

                        @Bangee yes i follow his and yours… quite the same… regarding this npm warning I do nothing then as understood?
                        I will send you the log later when I’m home
                        Thx bangee! Appreciated!

                        1 Reply Last reply Reply Quote 0
                        • B Offline
                          bibi @Bangee
                          last edited by

                          @Bangee so as expected the pm2 log mm just show that the file has syntax error… here is my config file, i put the module at the end…
                          0_1477413847262_Capture d’écran 2016-10-25 à 18.42.21.png
                          thx again :)

                          strawberry 3.141S 1 Reply Last reply Reply Quote 0
                          • strawberry 3.141S Offline
                            strawberry 3.141 Project Sponsor Module Developer @bibi
                            last edited by

                            @bibi powerSaving: true

                            Please create a github issue if you need help, so I can keep track

                            B 1 Reply Last reply Reply Quote 0
                            • B Offline
                              bibi @strawberry 3.141
                              last edited by bibi

                              @strawberry-3.141 right was a typo but still the config file is “not created” :((

                              strawberry 3.141S 1 Reply Last reply Reply Quote 0
                              • strawberry 3.141S Offline
                                strawberry 3.141 Project Sponsor Module Developer @bibi
                                last edited by

                                @bibi can you post your whole config file?

                                Please create a github issue if you need help, so I can keep track

                                B 1 Reply Last reply Reply Quote 0
                                • B Offline
                                  bibi @strawberry 3.141
                                  last edited by paviro

                                  @strawberry-3.141 here you go and many thx in advance - i struggling with this now (sorry i don’t know why only few parts of the code is with the color background)

                                  /* Magic Mirror Config Sample
                                   *
                                   * By Michael Teeuw http://michaelteeuw.nl
                                   * MIT Licensed.
                                   */
                                  var config = {
                                          port: 8080,
                                  
                                          language: 'en',
                                          timeFormat: 24,
                                          units: 'metric',
                                  
                                          modules: [
                                                  {
                                                          module: 'alert',
                                                  },
                                                  {
                                                          module: 'clock',
                                                          position: 'top_left'
                                                  },
                                                  {
                                                          module: 'calendar',
                                  
                                                          header: 'US Holidays',
                                                          position: 'top_left',
                                                          config: {
                                                                  calendars: [
                                                                          {
                                                                                  symbol: 'calendar-check-o ',
                                                                                  url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                                                                          }
                                                                  ]
                                                          }
                                                  },
                                                  {
                                                          module: 'compliments',
                                                          position: 'lower_third'
                                                  },
                                                  {
                                                          module: 'currentweather',
                                                          header: 'xxx',
                                                          position: 'top_right',
                                                          config: {
                                                                  location: 'xxx,xxx',
                                                                  locationID: 'xxx',  //ID from http://www.openweathermap.org
                                                                  appid: 'xxx'
                                                          }
                                                  },
                                                  {
                                                          module: 'newsfeed',
                                                          position: 'bottom_bar',
                                                          config: {
                                                                  feeds: [
                                                                          {
                                                                                  title: "New York Times",
                                                                                  url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                                                          },
                                  
                                                                  ],
                                                                  showSourceTitle: true,
                                                                  showPublishDate: true
                                                  },
                                                  {
                                                          module: 'MMM-PIR-Sensor',
                                                          config: {
                                                                  sensorPIN: 22,
                                                                  powerSaving: true
                                                          }
                                                  },
                                          ]
                                  };
                                  
                                  /*************** DO NOT EDIT THE LINE BELOW ***************/
                                  if (typeof module !== 'undefined') {module.exports = config;}
                                  

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

                                  1 Reply Last reply Reply Quote 0
                                  • yawnsY Offline
                                    yawns Moderator
                                    last edited by

                                    Everything with at least one tab indent is treated as code and highlighted. ;)

                                    B 1 Reply Last reply Reply Quote 0
                                    • B Offline
                                      bibi @yawns
                                      last edited by

                                      @yawns thx! :))

                                      strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                      • strawberry 3.141S Offline
                                        strawberry 3.141 Project Sponsor Module Developer @bibi
                                        last edited by

                                        @bibi you forgot to close the config section in the newsfeed module, add } after showPublishDate: true and you should be fine

                                        Please create a github issue if you need help, so I can keep track

                                        B 1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          bibi @strawberry 3.141
                                          last edited by bibi

                                          @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

                                            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

                                            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
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • 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