Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.03 KB

pi0-unicorn-weather

Overview

Using a Pi Zero Wireless and PimoRoni Unicorn hat this program displays the next 8 hours of weather.

Prereqs

  • Install Raspbian Jessie Lite for Pi Zero Wireless and setup with Internet/SSH
  • Install libs for PimoRoni Unicorn pHAT
  • Install libs for DarkSky API
    • pip install darkskylib==0.3.5

Install & Config

  1. Clone this repo to the Pi Zero
  2. Edit the config section at the top of the weather.py file to match your desired settings, API key, and location
  3. Run weather.py, use cron to start on boot

Reading the Weather

Guide coming soon

Shoutouts

Issues

For issues and featuer requests please make use of the Issues within this repo