Hi @sdetweil
Here is the modul config
{
module: "MMM-AccuWeatherForecastDeluxe",
header: "Wettervorhersage",
position: "top_center",
classes: "default everyone",
disabled: false,
config: {
apikey: "H5ShqAVZaIGdQDoSrG4uwS31xxxxx",
locationKey: "1685xx",
relativeColors: true,
showCurrentConditions: false,
showExtraCurrentConditions: false,
showSummary: false,
showForecastTableColumnHeaderIcons: false,
showHourlyForecast: false,
dailyForecastLayout: 'bars',
maxDailiesToShow: 8,
showPrecipitationProbability: false,
showPrecipitationSeparator: false,
showPrecipitationAmount: false,
showWindSpeed: false,
showWindDirection: false,
showWindGust: false,
iconset: "4c",
useAnimatedIcons: false,
label_ordinals: ['↓', '↙', '←', '↖', '↑', '↗', '→', '↘'],
label_high: "",
label_low: "",
}
},
I tried it with locationkey and also with latitude and longitude. Nothing works. But i think that is not the problem.
However… I have distanced myself from this module for the time being and am currently trying to change the icons in the standard weather module based on your instructions and forum entry. That seems to make more sense to me at the moment.
If you find a solution for this Accu module, it might be interesting for other users. I myself will not use it for the time being or test it on https://github.com/luxiouronimo/MMM-OpenWeatherForecastDeluxe. :-)