Read the statement by Michael Teeuw here.
Send Notifications from Linux/RPi Command Line
-
@raspberrypi9 see MMM-CommandToNotification
https://github.com/Tom-Hirschberger/MMM-CommandToNotification
search the 3rd party list linked above in the top menu
-
@raspberrypi9 yes, you can listen to socket, you can also read file.
i think the one i suggested is not arbitrary timed event
if you use the room prefix, you can use the same port as MagicMirror
-
@raspberrypi9 on the other hand, if you make it post to url, then one could use curl to post it, you wouldn’t have to write a client
post json { “notification”:“value”, “payload”:{ etc }}
-
-
Sam, I love this! It is exactly what I was looking for and very useful. Thanks so much for making it!
-
@raspberrypi9 i didn’t mean to steal your thunder tho
-
@raspberrypi9 and curl can send a whole file of json, not just a short blob