@airart No need to do anything fancy. I ended up writing my own word clock module and made work with the MMM-PIR-Sensor natively. You just specify the timeout in your config. with the showClockTimeOut parameter. That’s how long there needs to be no motion detected for the clock to show.
Example:
{
module: "MMM-MyWordClock",
position: "fullscreen_above",
config: {
showClockTimeOut: 5 * 60 * 1000, //5 minutes
language: "EN",
orientation: "tall"
}
}
Download MMM-MyWordClock here:
https://github.com/jclarke0000/MMM-MyWordClock