Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.