Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olucasmac/the-weather-camera
A photo of Belo Horizonte, with weather and time information every 60 seconds!
https://github.com/olucasmac/the-weather-camera
html imgur javascript json newbie-code python raspberry raspberry-pi raspberry-pi-camera raspberry-pi-zero-w weather
Last synced: 5 days ago
JSON representation
A photo of Belo Horizonte, with weather and time information every 60 seconds!
- Host: GitHub
- URL: https://github.com/olucasmac/the-weather-camera
- Owner: olucasmac
- Created: 2020-11-20T03:13:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T12:46:33.000Z (about 2 years ago)
- Last Synced: 2024-11-07T20:08:04.092Z (about 2 months ago)
- Topics: html, imgur, javascript, json, newbie-code, python, raspberry, raspberry-pi, raspberry-pi-camera, raspberry-pi-zero-w, weather
- Language: Python
- Homepage: https://wc.lucasmac.com
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-camera
![weather](picture.jpg)
Usage
=====
For a raspberrypi supporting it, I just made a call via crontab to run
every 60 seconds.Weather
=======
It was extendend to use as script to gather weather information via
https://openweathermap.org/ API.Requirements
============
Just found it requires some extra packages to work (at the least on raspbian):
* ttf-mscorefonts-installer
* Pillow
* libopenjp2-7
* libtiff5
* ...
Bugs
====
No big ones at this moment.