Skip to content

dbackowski/raspberry-pi-weather-station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Raspberry Pi Weather Station

Hardware

  • Raspberry Pi 3 B+
  • 3.5inch LCD for Raspberry Pi from Waveshare (480x320 px)

Instalation

git clone https://github.com/dbackowski/raspberry-pi-weather-station.git
cd raspberry-pi-weather-station

Create .env file in api directory

touch api/.env

Put yours keys and city name in it:

DARK_SKY_API_KEY=XXX
GOOGLE_API_KEY=XXX
AIRLY_API_KEY=XXX
CITY=Kraków,kozłówek

Start it:

yarn start

Open browser on URL:

http://127.0.0.1:3000

License

Released under the MIT License.

Releases

No releases published

Packages

No packages published