Hi,
The module works just fine. It’s only when you do not receive a forecasted rain amount . So if Tuesday has 2 returned ( for mm of rain) and Wednesday has no rain then Wednesday displays undefined as a value.
The code is …
moment.unix(forecast.daily[X].sunrise).local().format(‘ddd’) + "  " + “<img class = image src=./modules/MMM-BMW-OW/icons/” + forecast.daily[X].weather[0].main + “.png>” + "  " + Math.round(forecast.daily[X].temp.max) + “/” + Math.round(forecast.daily[X].temp.min) + "          " + forecast.daily[X].rain + “/mm Rain” + “         ”+ until 6 terminates with no + but with ;
Hope that helps.