Read the statement by Michael Teeuw here.
Showing temperature from php file
-
https://forum.magicmirror.builders/topic/5743/mmm-solartemp
like this? ;)
Configuration like this:
{ module: "MMM-Solartemp", position: "bottom_right", header: "Solartemp", config: { baseURL: "http://solartemp.no-ip.org:3000/lcdfeed.php", key: "AAaaAAaaAA", group: "e28ca223" } },
Could you please explain a bit more which sensors this module is using? Maybe others could use it as well.
-
@12wsx said in Showing temperature from php file:
http://solartemp.no-ip.org:3000/lcdfeed.php?key=AAaaAAaaAA&group=e28ca223
Thank You Very Very much! it works great!
This project is Nettemp- smart home project from poland.
A lots of stuff- ds18b20, bme280, Air quality PMSx003, DIY Meteo by@pimowo- lightning sensor AS3935. Power, water, electricity reading and many many others.I Have only one question- how to change font ?
-
@12wsx
Either you manipulateMMM-Solartemp.css
in module folder~/MagicMirror/modules/MMM-Solartemp
or you modifycustom.css
in~/MagicMirror/css
.figures { font-family: "Times New Roman" !important; }
If you use the second option you are not running into problems if there is an update to the module.
-
this looks pretty cool
http://techfreak.pl/nettemp/ -
next question.
is it Possible to use this module two times in one MM?
I want to use it on left for home sensor and on right for own meteo station and air quality?