Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 742 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 742 Bytes

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>