@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.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MplayerRadio no Sound gelöst
-
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?