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