Dashing-js widget to display weather from NIWA Weather using Climacons Font. Also the background of the widget automatically changes to the current temperature outside.
Ported from @danillotuhumury's work and @fabiocaseri's work
$ dashing-js install https://github.com/kinow/niwaweather-dashing-js-widget/archive/master.zip
##Usage
To include the widget into your dashboard add the following code:
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="niwaweather" data-view="Niwaweather"></div>
</li>
##Settings
Adjust the widget to your desired location by editing the location in the jobs file. (You can lookup your location here: http://weather.niwa.co.nz)
And be nice and avoid polling the data in short intervals :-)
##Preview