MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mkono87
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    mkono87

    @mkono87

    0
    Reputation
    97
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mkono87 Unfollow Follow

    Latest posts made by mkono87

    • RE: Cant seem to get MMM-PIR-Sensor working

      @sdetweil said in Cant seem to get MMM-PIR-Sensor working:

      @mkono87 did u do

      npm install
      

      in the MMM-PIR_Sensor folder?

      it is required

      Of course just like the instructions said. I do get one warning though.

      npm WARN lifecycle Magic-Mirror-Module-PIR-Sensor@1.1.0~postinstall: cannot run in wd Magic-Mirror-Module-PIR-Sensor@1.1.0 electron-rebuild -e ../../node_modules/electron (wd=/home/pi/MagicMirror/modules/MMM-PIR-Sensor)
      
      posted in Troubleshooting
      M
      mkono87
    • Cant seem to get MMM-PIR-Sensor working

      Using a rp3 and have a Dell monitor plugged in with a HDMI to DVI connector as this monitor doesnt have hdmi. I have tested that my pir sensor is pulling high on the gpio pin but MagicMirror will not start and throws an error. Even the MMM-PIR module I cant get to work. This is the error im seeing.

      /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js: symbol lookup error: /home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node: undefined symbol: _ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
      npm ERR! code ELIFECYCLE
      npm ERR! syscall spawn
      npm ERR! file sh
      npm ERR! errno ENOENT
      npm ERR! magicmirror@2.9.0 start: `sh run-start.sh`
      npm ERR! spawn ENOENT
      npm ERR!
      npm ERR! Failed at the magicmirror@2.9.0 start script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2019-10-22T20_34_24_379Z-debug.log
      

      Also my module config is super basic as I dont need extra options right now.

      		{
      			module: 'MMM-PIR-Sensor',
      			config: {
      				// See 'Configuration options' for more information.
      			}
      		}
      

      Could anyone think of anything I could check with whats going on?

      posted in Troubleshooting
      M
      mkono87