@adrian-k here an example how it can look, if you store this HTML
in your modules-folder and display it in your mirror:
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MarineTraffic??
-
RE: MMM-MarineTraffic??
@adrian-k . did you see, you can implement a map via HTML in your own webside…create a local one at the folder “modules”…see here: https://www.marinetraffic.com/en/p/embed-map
-
RE: MMM-Luftdaten
If someone wants to dive deeper in it, on Netzbasteln.de are a lot of interessting podcasts and in this case, I can recommend https://www.deutschlandfunknova.de/beitrag/netzbasteln-feinstaubsensor-selber-bauen
Sorry, all in German.
Greetings
Thomas -
RE: MMM-COVID19-AMPEL (focus on Germany)
One Option may be to implement the following link:
https://www.freenet.de/feed/dashboard/corona_startseite.htmlGreetings
Thomas -
RE: MMM-COVID19-AMPEL (focus on Germany)
I vote for this feature!
But isn’t it possible to use the module twice? Rename the folder etc which is described several times here in the forum?
Greetings
Thomas (who needs it for Bonn and Ratingen) -
RE: Auto power on and off
@natebrown enter crontab -e at the prompt and insert the data garbieflux mentioned.
If you struggle with the syntax, you can use several internet-pages to define the rules:
https://crontab-generator.org/
or
https://crontab.guru/ for exapmleI use
@reboot sudo sh -c ‘echo none > /sys/class/leds/led0/trigger’
@reboot sudo sh -c ‘echo 0 > /sys/class/leds/led0/brightness’
@reboot sudo sh -c ‘echo none > /sys/class/leds/led1/trigger’
@reboot sudo sh -c ‘echo 0 > /sys/class/leds/led1/brightness’
to turn off the LEDs at my RPI 3+Btw, an # at the beginning of the line marks it as a comment.
Or use a time-switch to turn on and off the whole construction.
Thomas
-
RE: MMM-FUEL, api key for France
Hi @RIKKO14 ,
I assume, Tankerkönig only has an API for Germany.Greetings
Thomas -
RE: Measuring power/energy cost on a 24/7 running pi
ah, just saw that Sam recommended an ammeter…this may work, mine (another one) not.