MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. VPeter
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    V
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    VPeter

    @VPeter

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

    VPeter Unfollow Follow

    Latest posts made by VPeter

    • RE: OpenWeatherMapForecast stopped working

      Thank you everyone. The custom.css was moved to the config folder. I made a copy in the css folder and now everything is working.

      posted in Troubleshooting
      V
      VPeter
    • OpenWeatherMapForecast stopped working

      Hi,
      The OpenWeatherMapForecast stopped working as of this morning.
      MM has been running for a few months without any problem, but now no wheater data is displayed.

      I use this code in the config file:

      module: “weather”,
      position: “top_right”,
      header: “Current:”,
      config: {
      weatherProvider: “openmeteo”,
      type: “current”,
      lat: xxxxxxxx,
      lon: xxxxxxxx,
      tempUnits: “metric”,
      showSun: true,
      showWindDirection: false,
      showWindDirAsArrow: false,
      showHumidity: true,
      degreeLabel: true,
      showUVIndex: false,
      showIndoorTemperature: true,
      showIndoorHumidity: true,
      showPrecipitationAmount: false,
      showPrecipitationProbability: false,
      onlyTemp: false,
      hideCredits: true,
      }

      When I look in the MM log file I see this error:
      0|mm | [2026-04-07 08:46:28.496] [ERROR] [http_fetcher] [weatherprovider.openmeteo] Server error (502). Retry #1 in 20 minutes

      Could someone help me solving this.

      posted in Troubleshooting
      V
      VPeter