Read the statement by Michael Teeuw here.
MMM-AccuWeatherForecastDeluxe Fahrenheit instead of Celsius
-
And because it’s so nice, here’s the next request.
I downloaded the https://github.com/maxbethge/MMM-AccuWeatherForecastDeluxe module to my MM because I really like the design.
There are only two things I can’t change and I’m wondering where I’m making a mistake.
Display of the days: I have set the line maxDailiesToShow: 8 from 5 to 8 in Config.js. Nevertheless, I still get 5 days displayed and not 8 days as desired. Also in the module js file 8 are entered. Why are only the 5 days displayed anyway?
Display Fahrenheit instead of Celsius: All modules on my MM run on Celsius and “metric” is also entered in the units in Config.js
language: "de", locale: "de-DE", logLevel: ["INFO", "LOG", "WARN", "ERROR"], timeFormat: 24, units: "metric",
Here is also the excerpt from the MMM-AccuWeatherForecastDeluxe
units: config.units, language: "de-DE",
How can I also set Celsius in this module? What do I have to enter in my Custom.css? or am I missing something?
Sorry for all my questions and thanks for help
-
@svenpisa can you show the module config? xxx out your apikey
-
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. :-)