Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-OpenWeatherMapForecast Doesn't display imperial units

    Troubleshooting
    3
    7
    71
    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.
    • R
      rslohs last edited by

      Hello,

      Working on OpenWeatherMapForecast and so far have really liked it. One issue, for predicted precipitation I cannot get imperial units to show. I’ve tried changing it within config.js as well as the config file in the module as well. Any suggestions?

      {
      module: “MMM-OpenWeatherMapForecast”,
      header: “Weather”,
      position: “bottom_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “KEY”,
      latitude: “444444”,
      longitude: “-4444444”,
      iconset: “4c”,
      concise: false,
      forecastLayout: “table”,
      units: “imperial”,
      }
      },

      S Mykle1 2 Replies Last reply Reply Quote 0
      • S
        sdetweil @rslohs last edited by

        @rslohs the doc says the module config options is units

        from
        https://github.com/jharttech/MMM-weatherforecast

        Screenshot_20210218-191525_Chrome.jpg

        R 1 Reply Last reply Reply Quote 0
        • R
          rslohs @sdetweil last edited by

          @sdetweil I’m not quite sure what you’re saying. The ‘Units:“imperial”,’ is incorrect in the code I shared? What should I try differently?

          S 1 Reply Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer @rslohs last edited by

            @rslohs

            Just a thought: At the top of your config.js file, what are your config units set to?

            Example:

            var config = {
                address: "0.0.0.0",
                port: 8080,
                ipWhitelist: [], // Set [] to allow all IP addresses
                language: "en",
                timeFormat: 12,
                units: "imperial",
            
            R 1 Reply Last reply Reply Quote 0
            • R
              rslohs @Mykle1 last edited by

              @mykle1 thanks for the suggestion, but that is set to imperial as well.

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

                @rslohs its not “Units”, its “units”

                this system is case sensitive, every letter matters

                R 1 Reply Last reply Reply Quote 0
                • R
                  rslohs @sdetweil last edited by

                  @sdetweil that’s what I’m using in the config file.

                  {
                  module: “MMM-OpenWeatherMapForecast”,
                  header: “Schoolcraft, MI Weather”,
                  position: “top_right”,
                  classes: “default everyone”,
                  disabled: false,
                  config: {
                  apikey: “aaaaaaaa”,
                  latitude: “aaaaaaa”,
                  longitude: “aaaaaa”,
                  iconset: “4c”,
                  concise: false,
                  forecastLayout: “table”,
                  units: “imperial”,
                  }
                  },

                  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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy