@Freddy_boy
Hi, my MMM-Screen-Powersave-Notification module can do this job. It has a hideInsteadShutoffoption.
You need my MMM-GPIO-Notifications in addition.
I wrote a Guide of how to configure the modules.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-PIR-Sensor-Lite modification
-
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. -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel
Die zusätzlichen Optionen im Skript könnte ich noch ergänzen. Allerdings deuten HTTPS Probleme bei “offiziellen” Sendern meistens auf eine falsch eingestellte Systemzeit hin.
Die beiden Dateien sind im offiziellen Repo https://github.com/Tom-Hirschberger/MMM-MplayerRadio.git auf alle Fälle im Haupt-Branch eingecheckt und sollten bei einem Klone auch mit kopiert werden. -
RE: MMM-MplayerRadio no Sound gelöst
@wishmaster270
Ich hab eben mal das Projekt frisch von GitHub geklont und die Rechte überprüft.
Orginal sind sie auf776und damit etwas großzügiger gesetzt.
Je nach System könnte es noch sein, dass die Umask eine Rolle spielt.
Es ist allerdings kein Problem im Repo sondern wenn eine Einstellung im System. -
RE: MMM-MplayerRadio no Sound gelöst
@stoffel
Hi, und danke, für den Hinweis. Ich werd die Rechte vom Skript überprüfen.
Es muss ausführbar sein, insofern ist die 7 schon mal nicht schlecht. -
RE: MMM-Temperature
@snakestang
Hi,i tried the following configuration
{ module: "MMM-Temperature", position: "bottom_right", config: { useCelsius: false, sensors: [ { name: "Sensor One", script: "ds18b20", args: "123456" } ] }, },and everything works as expected.
The unit is changed to “°F” and the “temperature_f” value is chosen. -
RE: MMM-Temperature
@snakestang Hi, I currently do not use the module (and only used the Fahrenheit option during development) in my setup but I will try to setup a simple development environment to check your problem.
-
RE: MMM-GrafanaChart doesn't display my Grafana Dashboard
@alphanet
Hi, you can use my MMM-EmbedURL module for this job.
I wrote a tutorial of how to do it. -
RE: Magicmirror touchscreen tablet dashboard
@frentemorao Did not test that. I have it running on the same Pi in my case. But as MMM-Touch only sends notifications to other modules I do not see a reason why it shouldn’t.
-
RE: Magicmirror touchscreen tablet dashboard
Hi,
you can use MMM-Touch to react to swipes. I am not sure if it works with pages but it does with the MMM-ProfileControl. -
RE: [MMM-EmbedURL] Cookie-Banner Problem
@burki There might be a chance to use Chrome with the SuperAgent extension but I think Sam is right and the extension will not work as the site is opened in a sandbox.
-
RE: [MMM-EmbedURL] Cookie-Banner Problem
@burki Hi, great that you like the module.
As you use Webview i assume you use the build in Electron browser to view MagicMirror.
I do not see a chance to the remove the cookie banner in this case unfortunately.Maybe the website supports suppressing the cookie banner by adding a parameter to the URL?
-
RE: Can't get seconds to not show up?
@rsun Hi,
there is a bug in the original module which causes theshowSecondsflag to be ignored.
The issue is fixed in this fork https://github.com/justjim1220/MMM-DigClock/pull/2/commits/c160d3c4477ae2b535470f032dab34914f2f8356 but it has not been merged since nearly three years. -
RE: [MMM-ValuesByNotification] Display the payloads of notifications with titles and icons
@BKeyport Hi, and thanks for the contribution. I only had a view moments to look at the changes.
Currently the changes do not look very critical and I will be happy to merge them.
I only want to make sure there is no more universal way (especially for the space) feature.Documentation is one of my favourites (Not). But it should no big deal to add it.
I will try to do a deeper look the code the next days and will merge as fast as I can.
-
RE: MMM-MQTT add conversion from metric to imperial
@3squaremirror Hi,
you can use MMM-MQTTbridge and MMM-ValuesByNotification for this purpose.
But you will need to put some effort into the configuration as the configuration of MMM-ValuesByNotification can be complex very fast. -
RE: Esp32 Randomly Stops Working
@Xilef
Just checked the other post.
The Sketch i gave to you does not use any AsyncTCP libraries so there needs to be some different problem in your case.If you still use ArduinoIDE to flash the boards you will have received some updates of the ESP core packages in the last time. Maybe there was fixed a problem and cause of the reflash the changes got active now.