@j.e.f.f
Do i need to install it within the Pir script ore can i make it indepent of MagicMirror?
Read the statement by Michael Teeuw here.
Posts
-
RE: Disable No-Singal output for any tv?
-
Disable No-Singal output for any tv?
Hey all,
I got a question about my mirror!
I just want to pick an regular TV, put it in a frame and mount it all together.I got one problem, When i let my pir sensor do the trick, my tv gives the No-singal notification.
Can i disable it somehow ore do i need to change something in my pir sensor script ??Ore is it possible to let my TV go off when my pir sensor isen`t picking up moving ?
and when someone is moving infront of the mirror that my tv starts again ? -
RE: PM2 MM2 Not starting on start up
@shbatm
will note that down thanks! -
RE: Total novice experiencing install problems with "mm.sh"?
@djdwayneanthony
i got the same problem -
RE: MMM-PIR-Sensor Black screen..
@Desertswing
I found out how to, i forgot to place the files in root :)
But my screen isen`t going off yet but the light bulb i attached goed on and off when motion detected?? -
RE: MMM-PIR-Sensor Black screen..
-
MMM-PIR-Sensor Black screen..
Hey guys could someone help me what am i doing wrong…?
i keep getting this error:Error: Cannot find module 'onoff' at Module._resolveFilename (module.js:470:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object. (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:11:14) at Object. (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:88:3) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) Whoops! There was an uncaught exception... { Error: Cannot find module 'onoff' at Module._resolveFilename (module.js:470:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object. (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:11:14) at Object. (/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_helper.js:88:3) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) code: 'MODULE_NOT_FOUND' } MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Launching application.
This is my config.js file:
{ module: 'MMM-PIR-Sensor', config: { sensorPIN: 22, powerSaving: true, relayOnState: 1 } },