A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[MMM-PIR-Sensor] Install failing
-
@Jay yes i did. The basic modules like clock or weather are running but when i add the module for the PIR sensor in the config.js file i cant start the magic mirror
-
Delete the ‘,’ in te last line (relayOnState: 1)
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
@pjkoeleman Doesnt work :(
-
This post is deleted! -
@STEFF92
What is not working;- Do you still have the problem with the config.sys, when post your config.sys here.
- Is the PIR not switching off you screen?
-
@johnnyboy But it doesnt matter as long as i use the gpio that belongs to this pin or am i wrong?
-
@pjkoeleman when i want to start the magic mirror it says that i should create a correct config.js file. But the only thing i added in my config.js file (which runs without the following lines) is:
{ module: 'MMM-PIR-Sensor', config: { sensorPIN: 23, powerSaving: true, relayPIN: none, relayOnState: 1, } },