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

https://github.com/patwie/piweatherweb

just a simple script to display the data from the weather station
https://github.com/patwie/piweatherweb

Last synced: 7 months ago
JSON representation

just a simple script to display the data from the weather station

Awesome Lists containing this project

README

          

Readme
=============

- copy `station/send.sh` to rasperry-pi
- add crontab job
- copy other stuff to your webserver
- make sure `data` is writeable
- copy `config.user.php_backup` to `config.user.php` and adjust the settings

The last step can be done by

chown www-data:www-data -R data
chmod u+w -R data

###screenshot
![screenshot](https://raw.githubusercontent.com/PatWie/PiWeatherWeb/master/preview.png)