mboskamp / MMM-PIR

This MagicMirror module monitors a PIR sensor and turns on/off your display. You can even run custom scripts and control it via Telegram.
16 stars 6 forks source link

npm stops when loading MMM-PIR #17

Closed testbughub closed 4 years ago

testbughub commented 4 years ago

I don't know anything about node, but when I try to use this module, the command just exits when it reads the MMM-PIR section of the config file.

My config looks like this;

{ module: 'MMM-PIR', position: 'bottom_center', config: { sensorPin: 22, delay: 10000, turnOffDisplay: true, showCountdown: true, callbackScripts: ["callback.py"] } },

If I remove it, it loads fine. Maybe I'm just missing something.

testbughub commented 4 years ago

Ignore this. I made a mistake.