Read the statement by Michael Teeuw here.
sending notification on external event
-
@chrga see my curl to notification module
Just a simple http post
https://github.com/sdetweil/MMM-CurlToNotification -
I just learned that via MMM-remote, I should be able to do it, but while I get success in the browser when entering an API url, the notification does not show up in https://github.com/darickc/MMM-BackgroundSlideshow and also does not show in the logs.
So maybe the issue is on the side of the receiving module!?Then @sdetweil your suggestion will not work either, as it basically does the same as MMM-remote, is that right?
-
@chrga MagicMirror has to be configured to allow remote access
In config.js
address:”0.0.0.0”, ipWhitelist:[], -
@chrga also, for debugging, install
MMM-ViewNotifications -
@sdetweil yes, this is allowed, as I use client server environment, but thanks, good point
-
@chrga ok. Should be nothing to stop it
Did you try my Module and the examples on the alert module
did you add the ViewNotifications module so you could see it being broadcast
The structure of the notification is exactly the same as if you were coding it in a running module
