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.
    • S Offline
      sdetweil @RIKKO14
      last edited by sdetweil

      @RIKKO14 edit the config.js on the mirror

      change address and ipWhitelist like this

      address:"0.0.0.0",
      ipWhitelist:[],
      

      restart mm…

      now on your pc you can do
      http://pi_ip:8080

      and then u can open the dev window on that page

      i thought you said earlier you had removed the command to make your mirror screen turn off
      so you know which code is issuing the command… tell where that was

      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

        But I have only acces to my MM with SSH, so how to edit the config.js on the mirror with ssh ?

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

          @RIKKO14 on the ssh terminal, (its a terminal window, same as works on pi)

          cd MagicMirror/config
          nano config.js

          fix the text (move the cursor with the arrow keys and type and backspace
          then ctrl-o to write the changes back out and ctrl -x to exit nano
          then type pm2 restart 0

          for your windows box, get winscp, then u can connect to pi as both terminal window (for commands)
          and a file system view, like windows, double click on folder to go in, or file to edit… use your favorite pc editor (I use notepad++_)

          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 :
            Sans titre.png
            and type pm2 restart 0, but my screen of MM is steel powered off…

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

              @RIKKO14 now on your PC, open browser to
              http://pi_ip:8080

              same up address u used for ssh

              now see magic mirror

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @sdetweil and disable the PIR module in config.js, and manually turn screen back on

                I’d this a Pi4. the off command works, the old on command doesn’t. I have seen others fight this but don’t remember any solution

                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 reinstalled everything last night except the GA module and had the same problem.
                  This morning I start all over again with the MMM-PIR module and the [Electron] screen is displayed instead of my MM screen.
                  My pm2 log indicated that there is a Node.js version pb: I am in version 73 while the require version is version 64.
                  So I put an issue on the link of this module to request an update of the module with Node.js version 73, hoping that there is only that.
                  In the meantime I put aside this module and reinstall all the modules for the X time.
                  my pm2 log :

                  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`).```
                  
                  
                  Thank you very much however for all your help and patience.
                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @RIKKO14
                    last edited by

                    @RIKKO14 same instructions as post 5 of the topic

                    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

                      everything works except the PIR.
                      thanks again for your help.
                      now i need to customize the CSS because my display is so big .

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

                        @RIKKO14 u used the electron rebuild instructions in the PIR module folder??

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 2 / 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