{
module: "MMM-OpenWeatherForecast",
position: "top_right",
header: "Wettervorschau Schama",
config: {
apikey: "XYXYXY", //SUPER SECRET
latitude: "49.039349", //49.039349 Hemau
longitude: "11.847070", //11.847070 Hemau
units: "metric",
iconset: "4c",
colored: true,
concise: true,
label_high: "max",
label_low: "min",
label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
label_sunriseTimeFormat: "k:mm",
label_hourlyTimeFormat: "k[h]",
label_hourlyTimeFormat: "k[ Uhr]",
requestDelay: "2000",
showFeelsLikeTemp: true,
displayKmhForWind: true,
showCurrentConditions: true,
showSummary: false,
showExtraCurrentConditions: true,
extraCurrentConditions: {
highLowTemp: true,
precipitation: true,
sunrise: true,
sunset: true,
wind: true,
barometricPressure: false,
humidity: true,
dewPoint: false,
uvIndex: true,
visibility: false
},
forecastLayout: "table",
forecastHeaderText: "",
hourlyForecastTableHeaderText: "Stundenvorschau",
showHourlyForecast: true,
showHourlyTableHeaderRow: true,
hourlyForecastInterval: 3,
maxHourliesToShow: 5,
hourlyExtras: {
precipitation: true,
wind: true,
barometricPressure: false,
humidity: false,
dewPoint: false,
uvIndex: false,
visibility: false
},
dailyForecastTableHeaderText: "Wochenvorschau",
showDailyForecast: true,
showDailyTableHeaderRow: true,
maxDailiesToShow: 10,
dailyExtras: {
precipitation: true,
sunrise: false,
sunset: false,
wind: true,
barometricPressure: false,
humidity: false,
dewPoint: false,
uvIndex: false
},
}
},
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Great job, I like it very much, thanks for that.
I’ve had it running for about 8 weeks and I’ve noticed that my temperature readings are correct, but my weather is always showing as cloudy or rainy in advance, even though the sun has been shining 90% of the time for weeks and almost never rains
I checked the latitude and longitude several times and read them out and accepted them either via https://www.latlong.net/ or via google.
What can be the reason for the fact that I keep getting only clouds and rain, even though the sun is shining most of the time?
Place of residence is: Germany Hohenschambach
Width 49.039349
Longitude 11.847070I hope you can help me here 😊
My English skills are not very good, I translated it with google, I hope you understand what I want to say 😊 -
RE: Problem with MYCalendar Module
solution: But for it to work properly, I still had to run npm install request and npm install valid-url These were removed in the last MagicMirror updates. Now works :thumbs_up:
-
RE: Magic(Dashboard)Mirror
@mz-ber danke, jetzt geht mycalendar bei mir auch wieder :clapping_hands:
-
RE: Problem with MYCalendar Module
It looks like this module is not compatible with MM 2.18. Older versions will work with it, but the latest will no longer work. I have now switched to the standard module
-
RE: Magic(Dashboard)Mirror
Schaut stark aus, gefällt mir gut.
Welches Modul nimmst du für dein Familienkalender? Und kannst du die Einstellungen bitte dazu posten? Danke
-
RE: MM Dashboard
Schaut super aus und schön aufgeräumt. Ich hätte 2 Fragen dazu:
- Welche Einstellungen hast du vorgenommen damit im Monatskalender die Zahl 16 grün angezeigt wird?
- Welche Einstellungen hast du vorgenommen damit der obere Kalender in Magenta Farbe angezeigt wird?
-
RE: Problem with MYCalendar Module
I don’t understand exactly how to proceed.
Or are there other modules that show my calendar like this
-
Problem with MYCalendar Module
Hello everyone, since I set up my MM again, my MyCalendar module no longer works, no matter what I do, the screen stays black (you only see a mouse pointer). I copied the data for it from the config.js (which I used earlier). If the MyCalendar module is deactivated, everything goes as normal
Command npm run config: check says: Your configuration file doesn’t contain syntax errors 🙂 so no error is shown to me here.
Does anyone else have the problem with the MyCalendar module?