Further, I found a bug that leads to further increasing processor load over time.
The current animated weather icons within Dashticz make use of relatively old (?) technology (canvas block).
To reduce processor load two alternatives exist:
* SVG icons
* HTML/CSS
Examples of SVG icons:
https://bas.dev/projects/weather-icons
https://www.amcharts.com/free-animated- ... her-icons/
Examples of css/html based weather icons:
https://devsnap.me/css-weather-icons
For now, I think I will go for: https://bas.dev/projects/weather-icons The picture above shows static, non-animated weather icons, because the forum doesn't support svg files. If you want to see animated versions click on one of the links.
Please let me know your preference this week. This weekend I'll remove the current animated weather icons, and replace them with the alternative solution that is having most votes.