@zdenek
I downloaded the animated icon set from amcharts and copied them to a folder named “icons” in the css folder. Then I made changes to my custom.css.
For example:
.currentweather .wi-day-sunny {
content: url("/css/icons/day.svg");
}
.weatherforecast .wi-day-sunny {
content: url("/css/icons/day.svg");
height: 48px;
margin-top: -6px;
margin-left: -6px;
} *
*
Change these numbers depending on your layout