Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 884 Bytes

File metadata and controls

20 lines (17 loc) · 884 Bytes

kitchenboard

A Dashing.io dashboard meant to run on a Raspberry Pi 2 with 7" touchscreen

Installation

You need to follow the installation instructions on http://shopify.github.com/dashing as well as a couple others to get dashing to work on a RPi 2. Have a look at

Configuration

You need to add a folder called secrets in the root of the project and place a file called keys.rb in it with content like this:

class KitchenKeys
  TELLPROX_API_KEY = '<your private tellprox api key goes here>'
  FORECAST_API_KEY = '<your private forecast.io api key goes here>'
end