Read the statement by Michael Teeuw here.
Posts made by Phil5841
-
MMM-iFrame Send command
Hello,
I use squeezelite into iFrame.
I want to send command (next track, previous track, play, pause, …)The command I have to send
b8:27:eb:72:c3:f1 button stop
b8:27:eb:72:c3:f1 button play
b8:27:eb:72:c3:f1 pause
b8:27:eb:72:c3:f1 stop
b8:27:eb:72:c3:f1 play
b8:27:eb:72:c3:f1 mixer volume +10b8:27:eb:72:c3:f1 is the MAC Adress
Can you help me ?
Thanks -
RE: MMM-SNCF
Hi,
I try and i have a black screen.
I change node_helper.jsconsole.log(“\r\nMMM-SNCF2- NodeHelper started”);
after i do : npm install and it works !
I made some changes about the informations i need.
The problem is that I have the train number once in two
-
RE: MMM-SNCF
Hi,
I want to use MMM-SNCF with 2 directions.
One from Monaco to Nice, the other from Monaco to Vintimille (Italy)I put 2 modules in config.js
module: 'MMM-SNCF', position: 'top_right', header:'Monaco vers Nice', config:{ departUIC:"stop_area:OCE:SA:87756403", arriveeUIC:"stop_area:OCE:SA:87756056",
and
module: 'MMM-SNCF', position: 'top_left', header:'Monaco vers Ventimiglia', config:{ departUIC:"stop_area:OCE:SA:87756403", arriveeUIC:"stop_area:OCE:SA:83045013",
the problem is that the 2 modules displays the same result !