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-rebuild and MagicMirror v2.18 (and more)

    Scheduled Pinned Locked Moved Development
    40 Posts 16 Posters 17.5k Views 21 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 Away
      sdetweil @selyjohns
      last edited by

      @selyjohns correct.

      the author of the magicmirror rebuild tool said he will not fix it for this module.

      as the module is in archived status

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      wishmaster270W 1 Reply Last reply Reply Quote 1
      • wishmaster270W Offline
        wishmaster270 Module Developer @sdetweil
        last edited by

        @sdetweil

        I generally suggest the same as bugsoutnet…The best way would be to use one of the other PIR modules.
        But i also found an solution which worked in my setup. I used the sdetweil script to install the current version of MagicMirror.
        In the module directory of MMM-PIR-Sensor you need to delete package-lock.json and the node_modules folder:

        rm -rf ~/MagicMirror/modules/MMM-PIR-Sensor/node_modules
        rm -rf ~/MagicMirror/modules/MMM-PIR-Sensor/package-lock.json
        

        Then you need to replace the whole content of package.json file with the following one that uses the MagicMirror-rebuild library of bugsounet…

        {
          "name": "Magic-Mirror-Module-PIR-Sensor",
          "version": "1.1.0",
          "description": "PIR motion sensor module for the Magic Mirror.",
          "repository": {
            "type": "git",
            "url": "git+https://github.com/paviro/MMM-PIR-Sensor"
          },
          "keywords": [
            "magic mirror",
            "smart mirror",
            "PIR-Sensor",
            "module",
            "motion"
          ],
          "author": "Paul-Vincent Roll",
          "contributors": "https://github.com/paviro/MMM-PIR-Sensor/graphs/contributors",
          "license": "MIT",
          "bugs": {
            "url": "https://github.com/paviro/MMM-PIR-Sensor/issues"
          },
          "homepage": "https://github.com/paviro/MMM-PIR-Sensor#readme",
          "scripts": {
        	  "postinstall": "node_modules/.bin/MagicMirror-rebuild"
          },
          "dependencies": {
            "onoff": "latest",
            "magicmirror-rebuild": "latest"
          }
        }
        

        Then you need to run npm install

        npm install
        
        S 1 Reply Last reply Reply Quote 0
        • S Away
          sdetweil @wishmaster270
          last edited by

          @wishmaster270 did u try the upgrade script?

          it does delete both file and folder and then npm install

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          wishmaster270W 1 Reply Last reply Reply Quote 0
          • wishmaster270W Offline
            wishmaster270 Module Developer @sdetweil
            last edited by

            @sdetweil Hi, i did a fresh install and added the module manually. I do not use MMM-PIR-Sensor but some other users had the same problem with MMM-Gestures (which i do not use either). Did a clean install of MagicMirror on a development Pi with your script and added modules manually.

            1 Reply Last reply Reply Quote 1
            • karsten13K karsten13 referenced this topic on
            • karsten13K karsten13 referenced this topic on
            • O OliWer referenced this topic on
            • R Offline
              Rags
              last edited by

              Awesome. It really works. I had the same issue and it was really frustrating, until i stumbled upon this solution. Great my PIR-sensor module was revived. I just followed the steps mentioned and voila…it has come back to life. Thanks a ton, it is selfless gentlemen like yourself who keep this world going. Kudos.

              1 Reply Last reply Reply Quote 1
              • T torte22 referenced this topic on
              • S sdetweil referenced this topic on
              • D Offline
                Dresch360 Project Sponsor
                last edited by

                Hoping someone can help. Having the same issue with MMM-Reddit since updating to MM v2.20.0 . Spent a couple days scouring this as well as other forums for a fix. I already tried everything from this thread. Still getting the error below, no matter what I try. Any help would be greatly appreciated.

                • MM v2.20.0
                • Node v16.17.1
                  -Node-gyp v9.2.0
                  -NPM v8.15.0

                This is the code I get for any rebuild or npm install…etc:

                npm ERR! code 1
                npm ERR! path /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass
                npm ERR! command failed
                npm ERR! command sh /tmp/postinstall-fdc6f405.sh
                npm ERR! Building: /usr/bin/node /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
                npm ERR! gyp info it worked if it ends with ok
                npm ERR! gyp verb cli [
                npm ERR! gyp verb cli ‘/usr/bin/node’,
                npm ERR! gyp verb cli ‘/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js’,
                npm ERR! gyp verb cli ‘rebuild’,
                npm ERR! gyp verb cli ‘–verbose’,
                npm ERR! gyp verb cli ‘–libsass_ext=’,
                npm ERR! gyp verb cli ‘–libsass_cflags=’,
                npm ERR! gyp verb cli ‘–libsass_ldflags=’,
                npm ERR! gyp verb cli ‘–libsass_library=’
                npm ERR! gyp verb cli ]
                npm ERR! gyp info using [email protected]
                npm ERR! gyp info using [email protected] | linux | arm
                npm ERR! gyp verb command rebuild []
                npm ERR! gyp verb command clean []
                npm ERR! gyp verb clean removing “build” directory
                npm ERR! gyp verb command configure []
                npm ERR! gyp verb check python checking for Python executable “python2” in the PATH
                npm ERR! gyp verb which failed Error: not found: python2
                npm ERR! gyp verb which failed at getNotFoundError (/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:13:12)
                npm ERR! gyp verb which failed at F (/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:68:19)
                npm ERR! gyp verb which failed at E (/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:80:29)
                npm ERR! gyp verb which failed at /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:89:16
                npm ERR! gyp verb which failed at /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/isexe/index.js:42:5
                npm ERR! gyp verb which failed at /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/isexe/mode.js:8:5
                npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21)
                npm ERR! gyp verb which failed python2 Error: not found: python2
                npm ERR! gyp verb which failed at getNotFoundError (/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:13:12)
                npm ERR! gyp verb which failed at F (/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:68:19)
                npm ERR! gyp verb which failed at E (/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:80:29)
                npm ERR! gyp verb which failed at /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/which/which.js:89:16
                npm ERR! gyp verb which failed at /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/isexe/index.js:42:5
                npm ERR! gyp verb which failed at /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/isexe/mode.js:8:5
                npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:206:21) {
                npm ERR! gyp verb which failed code: ‘ENOENT’
                npm ERR! gyp verb which failed }
                npm ERR! gyp verb check python checking for Python executable “python” in the PATH
                npm ERR! gyp verb which succeeded python /usr/bin/python
                npm ERR! gyp ERR! configure error
                npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print “%s.%s.%s” % sys.version_info[:3];
                npm ERR! gyp ERR! stack File “”, line 1
                npm ERR! gyp ERR! stack import sys; print “%s.%s.%s” % sys.version_info[:3];
                npm ERR! gyp ERR! stack ^
                npm ERR! gyp ERR! stack SyntaxError: invalid syntax
                npm ERR! gyp ERR! stack
                npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:400:12)
                npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28)
                npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1093:16)
                npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
                npm ERR! gyp ERR! System Linux 5.15.61-v7l+
                npm ERR! gyp ERR! command “/usr/bin/node” “/home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js” “rebuild” “–verbose” “–libsass_ext=” “–libsass_cflags=” “–libsass_ldflags=” “–libsass_library=”
                npm ERR! gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Reddit/node_modules/node-sass
                npm ERR! gyp ERR! node -v v16.17.1
                npm ERR! gyp ERR! node-gyp -v v3.8.0
                npm ERR! gyp ERR! not ok
                npm ERR! Build failed with error code: 1

                npm ERR! A complete log of this run can be found in:
                npm ERR! /home/pi/.npm/_logs/2022-10-07T02_52_13_196Z-debug-0.log

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

                  @Dresch360 said in electron-rebuild and MagicMirror v2.18 (and more):

                  Python executable “python2” in the PATH
                  npm ERR! gyp verb which failed Error: not found: python2

                  looks like u don’t have python version 2 installed

                  do python -v

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dresch360 Project Sponsor @sdetweil
                    last edited by

                    @sdetweil Thanks Sam! Ughh…I feel pretty silly that I didn’t realize that. Was looking at the least obvious issue. Works perfectly after installing Python 2. Thanks again!

                    1 Reply Last reply Reply Quote 0
                    • LusbuebL Offline
                      Lusbueb @bugsounet
                      last edited by

                      @bugsounet said in electron-rebuild and MagicMirror v2.18 (and more):

                      npm i magicmirror-rebuild

                      Thank you very much :-)

                      it works for me with another module “MMM-Buttons”, I’m so happy!
                      do you have to run npm i magicmirror-rebuild every time in each module folder?

                      M 1 Reply Last reply Reply Quote 1
                      • M Offline
                        MMRIZE @Lusbueb
                        last edited by MMRIZE

                        @Lusbueb
                        Usually, No.
                        Only the magic mirror module which use “native node module” needs it. but it would be hard to distinguish by a normal user.

                        1 Reply Last reply Reply Quote 1
                        • LusbuebL Lusbueb referenced this topic on
                        • 1
                        • 2
                        • 3
                        • 4
                        • 4 / 4
                        • 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
                          OSZAR »