Hi all, I’ve been building in the background for some time now but I’ve come across a problem trying to install a PIR.
My MM project all set up and running great, but I wanted to turn off the display with either of the above PIR modules and I’ve come across some issues.
When I add this code to my config.js after installing MMM-PIR-Sensor
{
module: 'MMM-PIR-Sensor',
config: {
sensorPin: 14,
powerSaving: true,
powerSavingDelay: 40,
}
}
My MM won’t load, I get a white screen which says;
“localhost refused to connect”
ERR_CONNECTION_REFUSED
I’ve followed the install exactly and can’t see what’s going wrong!
cheers onis