I've just tried to use the weather icons a few times in one page. http://weathericons.char95.com/
but the problem is ID in canvas:
<canvas id='icon1'></canvas>
<canvas id='icon'></canvas>
<canvas id='icon1'></canvas>
var icon1 = WeatherIcon.add('icon1', WeatherIcon.SUN, {mode:WeatherIcon.NIGHT, stroke:true, shadow:true, animated:true } );
I think, the problem is in "ID". I have to use the "CLASS". But I don't know how the change the code.