MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-AccuWeatherForecastDeluxe Fahrenheit instead of Celsius

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 716 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      svenpisa
      last edited by

      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

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @svenpisa
        last edited by

        @svenpisa can you show the module config? xxx out your apikey

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          svenpisa @sdetweil
          last edited by

          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. :-)

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy