Read the statement by Michael Teeuw here.
-
@strawberry-3.141 Each mirror will run independent!
-
@PointPubMedia It should be possible to manipulate the socket connection to redirect it to your main mirror so it uses the node_helper there. So all slaves would get the data from the main node_helper. Will be busy with other modules the next days, just give me a note when you’re closer to your first slave and then we will see what we can achieve.
-
@strawberry-3.141 I finally installed the second screen this weekend!
The thing also, not sure I want to have the same config on both screen (not the same size) The first screen is a 42" 1920x1080 and the second one, 32" at 1280x720…
It will be more useful to be able to have a “centralize” data and that each screen fetch only the data it need…
I currently have a raspberry pi that only have Grafana on it to log all kind of data for graph that I display under MM using iFrame. Maybe we can send all the data there with a MM running in server mode only having ONLY syslog as a module and use it to send data on other with some filtering ?
Maybe we can filter on the “info/warning/critical”…
-
[card:fewieden/MMM-syslog-slave]
-
Can notificationReceived be used on other modules for this? I am looking for a way to have a PC send a notification (like syslog http request) and MM respond to this with notificationReceived.
Like send “DOM_OBJECTS_CREATED” with http and have the below
notificationReceived: function(notification, payload, sender) {
15 if (notification === “DOM_OBJECTS_CREATED”) {
16 this.variable=“created”…For my use it would send a notification when the garage door opens and change the icon on my MM.
-
@fewieden
how to add sound alert after sending notifications finish
and can change sound and timer
Thank so much -
@nobita there is no sound integration