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-NotificationTrigger second trigger not working
-
@sdetweil Yes the TURN_OFF gets emitted and i can see it. But MMM-NotificationTrigger doesn’t react to it, doesn’t fire the OKAY and doesnt execute the “echo ‘standby 0.0.0.0’ | cec-client -s -d 1”
-
@arynio
I haven’t tested. But as far as I know, a notification from the module itself would not be heard by itself to prevent infinite loop possibility. -
if (module !== sender && (!sendTo || module === sendTo)) { module.notificationReceived(notification, payload, sender); }
module.notifcationReceived()
doesn’t work when the recipient module and the sending module are the same.
A module cannot hear its voice.If you want to use a chained shell commands with delay, make
.sh
file and execute it. -
@mmrize Okay will do that thanks