A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Delayed Notification? Please help :)
-
Hey guys,
I am building a MagicMirror with MMM-Framelight and a Button via MMM-GPIO-Notifications.
My goal is to send the notifications FRAMELIGHT_ON followed by a delayed FRAMELIGHT_OFF to make everything dark again.
How do i realise this kind of delay? Anyone knows a module with that functionality? Or can point me in the right direction?
Thanks for any help!
-
@pengupanda i dont know of a single module where you can do all that.
I have a module that can send notifications from a command line
https://github.com/sdetweil/MMM-CurlToNotification
You could execute two curl commands for the notifications w a sleep between them in a shell script
Then something like
https://github.com/Tom-Hirschberger/MMM-TouchButton
Could cause the shell script to execute