@plainbroke
Hi, if the stream works wit MMM-Webview you can use MMM-EmbedURL to either embed one ore more streams. If you want to embed the streams at different positions the module supports multi instance by default.
Read the statement by Michael Teeuw here.
Posts
-
RE: Axis camera display
-
RE: Scale website in MMM-EmbedURL
@gerbenvs Hi, I think it might be possible if you add a width and height to the attributes of the webview:
{ module: "MMM-EmbedURL", position: "bottom_left", header: "P1 Monitor", config: { updateInterval: 120, embedElementType: "webview", basicElementType: "div", embed: [ { attributes: [ "frameborder=0", "scrolling=no", "width=600px", "height=400px", ], embed: [ "http://p1monitor/main-1.php" ] }, ] }, },I do not have a chance to test it at the moment but you may want to give it a try.
-
RE: MMM-PIR-Sensor-Lite modification
@bugsounet Hi,
sorry but at the moment a do not have plans to maintain more modules than i already do.
In addition i do not see a reason why there should be a need for a additional screensave module.
Most of the features are present in the exiting ones. I do not like the idea of putting the GPIO logic and screensave logic into the same module and had problems with it in my setup in the past. Thats why i created the two separted modules.
I forked MMM-Screen as i wanted to check if there is a easy way to implement the CEC logic to my screensave module. I do not think it would be a big deal. The problem is that i do not have a CEC aware monitor at the moment and do not have the time to build a dev environment with my tv. -
RE: MMM-PIR-Sensor-Lite modification
@Freddy_boy
Hi, my MMM-Screen-Powersave-Notification module can do this job. It has ahideInsteadShutoffoption.
You need my MMM-GPIO-Notifications in addition.
I wrote a Guide of how to configure the modules. -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel
Ich hab vor ein paar Minuten Version 0.1.2 vom Modul veröffentlich. Der streamlinkWrapper untersützt jetzt auch zusätzliche Argumente -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel
Hi, klar. Ich pass den Stream wrapper die Tage so an, wie die anderen beiden Skripts. Sollte kein Thema sein.
Mit der nächsten Version ist es dann mit dabei. -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel
Sehr gut, dass es jetzt klappt.
Ich hatte am Streamlink Skript tatsächlich nichts verändert. Die zusätzlichen Optionen werden in dem Fall ignoriert. Es dürfte deshalb nicht am ´–player-continuous-http´ liegen. Allerdings ist das neustarten des Streams, falls sich dervlcbeendet ja genau die Aufgabe vonstreamlink.In der Angabe der zusätzlichen Optionen ist ein kleiner Fehler. Sie müssen separat angegeben werden. Jeweils als eigener Eintrag im Array und die ersten beiden Optionen brauchts nur bei
streamlink:customCommandArgs: ["###URL###","--http-no-ssl-verify", "--player-continuous-http"], -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel
Ich hab eben Version 0.1.1 vom Modul online gestellt. Die Wrapper sind jetzt beide so angepasst, dass nach der Stream-URL eine beliebige Anzahl and eigenen Parametern angehängt werden kann. Diese werden transparent in den Aufruf von VLC übernommen. -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel Super, dass die Dateien jetzt da sind und die richtigen Rechte haben. Da konnte ich mir echt nicht eklären, wo es her kommt.
Die zusätzlichen Optionen sollten kein Problem sein. Muss mich kurz mit dem Slicing von Arrays in Bash beschäftigen aber dann sollte das für beide VLC Wrapper kein Problem sein.