CMforecastEl[0].insertAdjacentHTML('beforeend', fday); works. Sorted :)Reply·Article·Jul 8, 2021·Display 7 Day Weather Forecast with OpenWeather API
CMThanks :) Uncaught (in promise) TypeError: forecastEl.append is not a function forecastEl[0].append(fday); works but there is no html, just a long one liner of text?Reply·Article·Jul 8, 2021·Display 7 Day Weather Forecast with OpenWeather API
CMGreat except the days are listed in reverse order...Comment·Article·Jul 7, 2021·Display 7 Day Weather Forecast with OpenWeather API