mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Updated weathericons to latest version and fixed weatherforecast.js which got broken because of it.
This commit is contained in:
@@ -126,7 +126,7 @@ Module.register("weatherforecast",{
|
||||
row.appendChild(iconCell);
|
||||
|
||||
var icon = document.createElement("span");
|
||||
icon.className = forecast.icon;
|
||||
icon.className = "wi weathericon " + forecast.icon;
|
||||
iconCell.appendChild(icon);
|
||||
|
||||
var maxTempCell = document.createElement("td");
|
||||
|
Reference in New Issue
Block a user