Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. rslohs
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Groups 0

    rslohs

    @rslohs

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rslohs Follow

    Latest posts made by rslohs

    • RE: MMM-OpenWeatherMapForecast Doesn't display imperial units

      @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”,
      }
      },

      posted in Troubleshooting
      R
      rslohs
    • RE: MMM-OpenWeatherMapForecast Doesn't display imperial units

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

      posted in Troubleshooting
      R
      rslohs
    • RE: MMM-OpenWeatherMapForecast Doesn't display imperial units

      @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?

      posted in Troubleshooting
      R
      rslohs
    • MMM-OpenWeatherMapForecast Doesn't display imperial units

      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”,
      }
      },

      posted in Troubleshooting
      R
      rslohs