olf / dashing_netatmo

dashing.io Widget for NetAtmo Personal Weather Stations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

dashing.io Widget for NetAtmo Personal Weather Stations


Languages

Language:CoffeeScript 30.3%Language:Ruby 29.9%Language:HTML 21.3%Language:CSS 18.5%