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

    Posts

    Recent Best Controversial
    • RE: OpenWeatherForcast - AggregateError?

      @sdetweil Thanks for all your help. Installed this today - Still stuck at loading - this is the error I got.

      0|MagicMirror  | [2025-05-06 09:08:47.933] [ERROR] [MMM-OpenWeatherForecast] 6-May-25 09:08 ** ERROR ** TypeError: fetch failed
      0|MagicMirror  | TypeError: fetch failed
      0|MagicMirror  |     at node:internal/deps/undici/undici:13502:13
      0|MagicMirror  |     at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      

      I renamed the old MMM module prior to installation. I can make direct API calls in a browser using the API key provided. Not sure what to try now. Any help welcomed.

      posted in Troubleshooting
      C
      cricket
    • RE: OpenWeatherForcast - AggregateError?

      @sdetweil Thank you for this - I may give that a go tomorrow.

      posted in Troubleshooting
      C
      cricket
    • OpenWeatherForcast - AggregateError?

      New 1st time MM setup today. trying to use the jclarke MMM-OpenWeatherForecast module. I keep getting “MMM-OpenWeatherForecast] 5-May-25 18:28 ** ERROR ** AggregateError”. I have purchased the correct Open Call API and I can make web querry with success. Here is my simple module. Any help?

                       {
                        module: "MMM-OpenWeatherForecast",
                        position: "top_right",
                        header: "Forecast",
                        config: {
                          apikey: "XXXXXX", //SUPER SECRET
                          latitude: "23.073051",
                          longitude: "-41.401230"
                        }
                      },
      
      posted in Troubleshooting
      C
      cricket
    • 1 / 1