• 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 129.0k 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.
  • S Offline
    samydp
    last edited by Sep 22, 2016, 2:20 PM

    1_1474554041300_12.JPG 0_1474554041299_11.JPG

    1 Reply Last reply Reply Quote 0
    • B Offline
      Bangee Module Developer
      last edited by Oct 2, 2016, 1:54 PM

      That looks fine.

      Did you try to remove your folder MMM-PIR-Sensor an reinstall the modul?

      1 Reply Last reply Reply Quote 0
      • S Offline
        samydp
        last edited by Oct 4, 2016, 8:00 AM

        yes but i dont have the folder node_modules in the PIR Folder :/ i have install WrinPi but nothing works :/

        1 Reply Last reply Reply Quote 0
        • B Offline
          Bangee Module Developer
          last edited by Bangee Oct 4, 2016, 10:46 AM Oct 4, 2016, 9:22 AM

          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 Feb 21, 2017, 5:15 PM Reply Quote 3
          • S Offline
            samydp
            last edited by paviro Oct 5, 2016, 9:50 PM Oct 4, 2016, 10:17 AM

            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
            • B Offline
              Bangee Module Developer
              last edited by Oct 4, 2016, 10:45 AM

              If you use pin 7 in your config its nr 4

              You have to use the gpio nr.

              P 1 Reply Last reply Oct 15, 2016, 4:34 AM Reply Quote 0
              • S Offline
                samydp
                last edited by Oct 5, 2016, 9:21 AM

                Thank you it works fine !!

                1 Reply Last reply Reply Quote 1
                • P Offline
                  phantomlight @Bangee
                  last edited by Oct 15, 2016, 4:34 AM

                  @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
                  • B Offline
                    Bangee Module Developer
                    last edited by Oct 16, 2016, 1:45 PM

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

                    P B 2 Replies Last reply Oct 16, 2016, 11:46 PM Reply Quote 0
                    • P Offline
                      phantomlight @Bangee
                      last edited by Oct 16, 2016, 11:46 PM

                      @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
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 4 / 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