@Hacksaw said in Icon einfügen:
Sorry forgot the picture
I would like to integrate in the module MMM air data an icon that expresses the current value.
e.g. for values of AQI 0-50 (green smilie) from 50-100 (yellow smilie) … and so on.
@KristjanESPERANTO said in Icon einfügen:
Try again in English and describe more precisely what you want. This is not clear from your current text.
Sorry,
Ich würde gerne in das Modul MMM-Luftdaten ein Icon integrieren, welches den aktuellen Wert ausdrückt.
zB. bei Werten von AQI 0-50 (Grünes Smilie) von 50-100 (gelbes Smilie) … u.s.w.
Greeting Peter
Re: MMM-Luftdaten
Ich würde gerne ein Icon einfügen.
if(pm10.value <= 54){
this.defaults.color =" green";
}else{......
sorry ich Kann kein Englisch. :-(
{
module: “MMM-Advent”,
position: “bottom_center”,
config: {
marks: 0,
candleColor: “#EE1111”,
start: [“2018-12-02 14:00:00”, “2018-12-09 14:00:00”, “2018-12-16 14:00:00”, “2018-12-23 14:00:00”],
end: [“2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”]
}
},
currentweather.js
Line 307:
temperature.className = "bright"; <-- this Line
change to:
temperature.className = "brightt";
in the custom.css
Insert:
.brightt {
color: #FF0000;
}
Reboot
Ich schreibe es mal in Deutsch, vieleicht habt ihr ein besseres Übersetzungsprogramm.
In Deutschland haben wir die Sommerzeit und die Winterzeit. https://de.wikipedia.org/wiki/Sommerzeit
Am 30.10.2016 ist wieder auf Winterzeit umgestellt worden. Seit dem schaltet der Kalender erst um 01:00Uhr auf den nächsten
Tag um.
Gruß Peter
Hello
Since the changeover from daylight saving time to winter time in Germany the calendar switches until 01:00 on the next day. You can change where un what must, for this to work correctly?
Thank you.
Sorry, as I kan only little English, I have translated it into Bing.
Greeting Peter