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

    Posts

    Recent Best Controversial
    • RE: MMM-AccuWeatherForecastDeluxe stuck loading.

      Hi there

      Same issue in my case. Apparently the API Key is running since I receive the data. If I use “npm run start:dev” I see the error takes place on (see the line with “HERE THE ERROR”) in the file MMM-AccuWeatherForecastDeluxe.js

      processWeatherData: function() {
          console.log(this.name, 'processWeatherData', this.weatherData.Headline.Text);
          var summary = this.weatherData.Headline.Text;
      

      //TODO: call hourly API
      var hourlies = [];
      if (this.config.showHourlyForecast) {

              var displayCounter = 0;
              var currentIndex = this.config.hourlyForecastInterval;
             while (displayCounter < this.config.maxHourliesToShow) {
                   HERE THE ERROR - if (this.weatherData.hourly[currentIndex] == null) {
                   break;
                  }
      

      […]

      Any help on that will be really appreciated

      posted in Troubleshooting
      X
      xmartorell
    • 1 / 1