/dashing_netatmo

dashing.io Widget for NetAtmo Personal Weather Stations

Primary LanguageCoffeeScript

Description

A Dashing widget to display readings from your NetAtmo Personal Weather Station (PWS).

Dependencies

You need an account and Weather Station from NetAtmo.

You also need to register an own app at NetAtmo Developer to get access to all readings from your PWS.

Add to dashing's gemfile:

gem 'curb'
gem 'json'

and run bundle install.

Usage

Update your settings in config/netatmo.yml

Add the widget HTML to your dashboard

    <li data-row="1" data-col="5" data-sizex="1" data-sizey="5">
      <div data-id="netatmo" data-view="Netatmo"></div>
    </li>