Read the statement by Michael Teeuw here.
MMM-Netatmo updated
-
This update looks great, thank you! What should be changed to have it display the temps in fahrenheit ?
-
@frogywill To show Fahrenheit, change your default settings of MagicMirror units to “imperial”
Or set units: “imperial” in MMM-Netatmo config
-
@zdenek
The AQI font class is inherited from the default .small class of MM.To override this, add the following to the CSS
.MMM-netatmo .displayAQI .small { font-size: 10px; line-height: 15px; }
To override all the .small classes in MMM-Netatmo
.MMM-netatmo .small { font-size: 10px; line-height: 15px; }
The same goes for the Temperature, this Uses the default .large font class
to override add:.MMM-netatmo .large { font-size: 40px; }
The .x-medium is only applied to .secondary.displayWindAngle.WindAgle
The other icons is the normal .medium which comes from MMSo you can override
.x-medium { font-size:100%; }
and
.MMM-netatmo .medium { font-size: 70%; }
-
@Miller that’s perfect, thanks
-
Hi Miller,
First of all, I want to tell you that you have built a great module. It looks awesome.
However, I have a problem with the display of the air quality.
What do I have to enter if I want to take this place?
e.g .:
https://aqicn.org/city/austria/laschoberstrasse--ostlich-kreisverkehr-ruster-strasse/I only see “wait”.
-
I cannot take credit for building the module, I only redesigned it a bit.
As for the Air Quality, took me some figuring out as well.
However, as a location, put the string in behind city, so in your case it would be:
location: "austria/laschoberstrasse--ostlich-kreisverkehr-ruster-strasse",
-
@Miller thanks for your help and the great design. ;)
-
Just came across this post and tried out your fork immediatelly …and it is fantastic. It’s just the way I always wanted! Thanks a lot!
-
Hello
Is it possible to remove Air Quality completely?
-
Thanks for all the great work with this module!
Is there is a way to add some air between the different elements?
Its a lot of information in a small space.I made this example in ps:
Also, is there a way to remove the update interval text at the bottom?
I could not find this in the description.
Tried the “hideLoadTimer: true,” with no success.