RedNax67 / MMM-WunderGround

28 stars 43 forks source link

Error in File MMM-WunderGround.js #29

Open Quarx64 opened 6 years ago

Quarx64 commented 6 years ago

When i want display images in the current weather section, there is an error.

this.weatherTypeTxt = "<img src='./modules/MMM-WunderGround/img/" + this.config.iconset + "/" + data.current_observation.icon_url.replace('http://icons.wxug.com/i/c/k/', '').replace('.gif', '.png') + "' style='vertical-align:middle' class='currentWeatherIcon' />"; The signs /> are missing to close the img statement.