Skip to content

redSlug/weather-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Thingy

Displays current DarkSky weather to 32x16 RGB LED Grid

Setup

  • get a free Dark Sky API key
  • add network name and password between the ** symbols, removing the ** symbols
  • flash SD card to full raspian using PiBakery and recipe.xml
  • make sure the Pi has an uninterrupted power supply the first time it boots up, so it can install and set up everything it needs to, then you can ssh [email protected], password will be blueberry unless you change it
  • connect the pi to the MPC1073, connect the MPC1073 to the HUB75 LED matrix
  • schedule cronjob to get weather every two minutes, and render upon boot

Pi

@reboot /home/pi/weather-reporter/pi/show_weather.sh >> /home/pi/weather-reporter/log

Server

* * * * * /home/bd/weather-reporter/server/update_display.sh >> /home/bd/log

BOM

Troubleshooting

  • curl https://api.darksky.net/forecast/<API_KEY>/37.8267,-122.4233
  • notice what happens on the grid when sudo ping -f -s 30000 weatherpi.local
  • wait at least 2 minutes after powering your pi with the LED display for the weather to appear
  • after plugging in a pi with a freshly baked flash card, wait at least 5 minutes

Thank You

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •