Like now?
I did it but the clouds or rain are still displayed to me, no change from before. The 3 apps on the mobile all show sun most of the time and at least 10 hours of sun (just like in the past, always sunny and dry in the app and in real but always cloudy and rainy in the MM module)
{
module: "MMM-OpenWeatherForecast",
position: "top_right",
header: "Wettervorschau Schama",
config: {
apikey: "XYXYXYXY", //SUPER SECRET
latitude: 49.039349,
longitude: 11.847070,
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
},
}
},
