Error: MMM-OpenWeatherForecast.js:290 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘weather’)
This is the line of code:
processWeatherData: function() {
var timeZoneOffset = this.weatherData.timezone_offset;
var summary = this.weatherData.current.weather[0].description.substring(0,1).toUpperCase() + this.weatherData.current.weather[0].description.substring(1) + “.”;