Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@tbbear said in MMM-NOAA - Another Weather Module:
{
“GATHERING WEATHER STUFF”: “Empfange Wetterdaten…”,
"Currently: ": "Aktuell: ",
"Current Temp: ": "Momentane Temperatur: ",
"UV Index: ": "UV-Index: ",
"Wind: ": "Wind: ",
"From: ": "von: ",
"Barometer: ": "Barometer: ",
“Monday”: “Montag”,
“Tuesday”: “Dienstag”,
“Wednesday”: “Mittwoch”,
“Thursday”: “Donnerstag”,
“Friday”: “Freitag”,
“Saturday”: “Samstag”,
“Sunday”: “Sonntag”,
“Overcast”: “Bedeckt”,
“Cloudy”: “Wolkig”,
“Rain”: “Regen”,
“Clear”: “Klar”,
“Partly Cloudy”: “Teilweise bewölkt”,
“Snow showers”: “Schneeschauer”,
"High: ": "Hoch: ",
"Low: ": "Niedrig: ",
"Humidity: ": "Feuchtigkeit: ",
“Safe”: “Sicher”,
“Moderate”: “Moderat”,
“Very High”: “Sehr hoch”,
“Extreme”: “Extrem”,
“Sunset”: “Sonnenuntergang”,
“Sunrise”: “Sonnenaufgang”,
" hours ": " Std. ",
" minutes ": " Min. ",
“Amount of Daylight”: “Stunden mit Tageslicht”,
"Good Morning ":"Guten Morgen ",
"Good Afternoon ": "Guten Nachmittag ",
"Good Evening ": "Guten Abend ",
"Air Quality Index: ":"Luftqualitätsindex: "
}So this is German? :)
-
@cowboysdude Haha yes! That is for sure German :)
-
@Nystro0m LOL right now I barely know what direction I’m going… I am SO busy with work… I will make the changes… LOL
Would be SUPER easier if it were done on github with a pull request ;)
-
@cowboysdude Im reinstalling my Mirror to .2.10 through ssh. So alot of waiting. Got a fresh cup of tea. Im on IT!
-
@Nystro0m said in MMM-NOAA - Another Weather Module:
Im reinstalling my Mirror to .2.10 through ssh. So alot of waiting. Got a fresh cup of tea
Don’t forget Electron 1.4.15.
Tea just won’t get it done for me after today! :^)
-
@Mykle1 And all the modules etc.
I started of migrating all of my modules and main css-changes to a custom CSS.
And now this gah, i will grab a beer after this tea. That will do it! -
@Nystro0m You have NO idea how much I appreciate that! THANK YOU and Tea is the nectar of the gods :)
-
@cowboysdude No worries!
Im not sure about this one that @tbbear. So i leave that to you.var curCon = document.createElement("div"); curCon.classList.add("xsmall", "bright"); curCon.innerHTML = this.translate("Currently: ") + this.translate(current.weather); wrapper.appendChild(curCon);
-
@Nystro0m I will look at that this evening…Promise!
-
@Nystro0m said in MMM-NOAA - Another Weather Module:
I started of migrating all of my modules and main css-changes to a custom CSS.
You made main.css changes? Bad boy!