A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast Language
-
Hello,
how can i change the language to german?
module: "MMM-OpenWeatherForecast", position: "top_right", //header: "Vorhersage", language: "de", extraCurrentConditions: false, showHourlyForecast: false, showDailyTableHeaderRow: false, showSummary: false, forecastHeaderText: "", colored: true, showCurrentConditions: false,
language: "de"
doesn’t work !
-
for the days i have found
label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
that’s enough!
-
How you did it?
I’m trying to put it in french but when i change to “Fr” it’s change nothing…
-
this module uses the base language config option
(which is lower case)
this language option is outside the modules list, up in the section with address:
but, IF you want to change it for just this module,
you would includelanguage:“??”,
in the modules config section
{ module: position: config:{ language:"??", ... other config options } }