https://github.com/melvinchia3636/weatherstation
Display realtime weather data in your little Raspberry Pi.
https://github.com/melvinchia3636/weatherstation
pygame python raspberry-pi weather
Last synced: about 2 months ago
JSON representation
Display realtime weather data in your little Raspberry Pi.
- Host: GitHub
- URL: https://github.com/melvinchia3636/weatherstation
- Owner: melvinchia3636
- License: mit
- Created: 2022-05-04T12:20:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T10:44:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T23:47:00.317Z (over 1 year ago)
- Topics: pygame, python, raspberry-pi, weather
- Language: Python
- Homepage:
- Size: 10.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🌦 Raspberry Pi Weather Station
Display realtime weather data in your little Raspberry Pi.
## The Problem
Before finishing the software of my cloud drive, I'll have to make use of my little Raspverry Pi for some cool stuff.
## The Solution
I've made a weather station that will show weather info and refresh regularly after a certain amount of time.
### What's inside the weather station
- current weather
- date and timezone
- weather forecast of the whole day
- sunrise. sunset, moonrise, and moonset time of the day
- moon phase of the day
- random tech news title from The New York Times
- currency conversion rate from USD to MYR
- Air quality level
- lunar date
## 🖥 Screenshots

## 🔬 Technologies Used


## ⌨️ Setup
If you want to run the website on your Raspberry Pi:
1. Install any Linux distro, as long as it's capable of running Python.
2. Buy yourself a 3.5 inches display and install it to your RBPi.
3. Install Python3 and pygame >= 2.0.0.
4. Clone the repository: `git clone https://github.com/melvinchia3636/weatherStation`.
5. Run the script by typing `python3 main.py`.
9. Enjoy!
## 📈 Status
This project is fully completed. If any bugs is found, please file an issue here, and I'll resolve it ASAP.
## 💡 Inspirations
This project was inspired by [E-Paper Weather Station](https://projects-raspberry.com/raspberry-pi-e-paper-weather-station/). Unfortunately I was too poor and didn't have enough money to buy the e-paper display.
## 📄 License
Copyright © 2022 Melvin Chia
Licensed under MIT.