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.

    [Electron] display en screen after installing MMM-PIR-Sensor

    Scheduled Pinned Locked Moved Troubleshooting
    44 Posts 2 Posters 12.3k Views 2 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.
    • R Offline
      RIKKO14
      last edited by

      This post is deleted!
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @RIKKO14
        last edited by

        @RIKKO14

        from the module folder do
        npm install onoff --save

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          I do npm install onoff --save in ~/MagicMirror/modules/MMM-PIR-Sensor and reboot
          but the same problem :

          0|mm       | [2020-08-21 13:36:17.541] [ERROR]  WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'onoff'
          0|mm       | Require stack:
          0|mm       | - /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js
          0|mm       | - /home/pi/MagicMirror/js/app.js
          0|mm       | - /home/pi/MagicMirror/js/electron.js
          0|mm       | - /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
          
          

          and

          0|mm       | [2020-08-21 14:22:15.086] [ERROR]  WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node'
          0|mm       | was compiled against a different Node.js version using
          0|mm       | NODE_MODULE_VERSION 64. This version of Node.js requires
          0|mm       | NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
          0|mm       | the module (for instance, using `npm rebuild` or `npm install`).
          
          
          S 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @RIKKO14
            last edited by

            @RIKKO14 oh the joy, do

            cd ~/MagicMirror/modules/MMM-PIR-Sensor
            rm -rf node_modules
            rm package-lock.json
            npm install
            npm install nan --save
            npm install electron-rebuild --save
            node node_modules/.bin/electron-rebuild
            

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

              @RIKKO14 and u don’t need to reboot. just use the pm2 commands

              pm2 restart 0

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                I do this, MM reload but now after 2-3 secondes the screen turn off, GA with Jarvis works in background but i can’t find the screen of MM, if i do Ctrl + M
                nothing is happening, there, I’m completely stuck…, I unplugged but the problem stay here…

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

                  @RIKKO14 is the screen actually powered off? did u enable ssh to get into a terminal window if desktop/mm has trouble?

                  if so I can issue commands there to turn on display tvservice or dpms…

                  I don’t use PIR, lots of troubles.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    I dont use ssh, only command on the py.
                    Instead of that, i think the py cut the power to the screen because the led of my screen is yellow like power off and not blue like something displayed.

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

                      Yes, the screen actually powered off

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

                        And I forgot to not the IP adress of my py, so I can’t use ssh now…
                        Pffff, I’m not lucky, every modules I want works instead of the PIR module…

                        S 1 Reply Last reply Reply Quote 0
                        • 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