@twwilkerson1 add this to my issue as well. Clearly I am bad at this. I get the same “no config file” error message when I tried to add the MMM-PIR-Sensor to my config/config.js file.
//your code here
``` {
module: 'MMM-PIR-Sensor',
config: {
sensorPin: 17,
powerSaving: true // See 'Configuration options' for more information.
},
}
]
};
Any advice is greatly appreciated.