Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linsomniac/sign1
Home information display.
https://github.com/linsomniac/sign1
Last synced: 11 days ago
JSON representation
Home information display.
- Host: GitHub
- URL: https://github.com/linsomniac/sign1
- Owner: linsomniac
- Created: 2010-11-15T10:12:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-13T09:45:09.000Z (over 13 years ago)
- Last Synced: 2023-03-11T11:42:43.598Z (over 1 year ago)
- Language: Python
- Homepage: http://www.tummy.com/journals/entries/jafo_20101025_224922
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Home Information Display
Sean Reifschneider
[email protected]This is a simple home information display meant to be run in a browser
in kiosk mode on a 1080x1920 (rotated HD) display. You will want to
customize the weather station and forecast locations in the "signcron"
file.See these two URLs for a screenshot and instructions on running the browser:
http://www.tummy.com/journals/entries/jafo_20101025_224922
See the second image on the above page for a picture.http://www.tummy.com/journals/entries/jafo_20101115_025655
Instructions on running Chrome as a kiosk browser.To install, you will need to set up cron to periodically run the signcron,
say every 10 minutes:*/10 * * * * /var/www/html/sign1/signcron >/tmp/signcron.out 2>&1
Then you'll need to configure Apache to serve up the sign CGI:
ScriptAlias /sign1/ /var/www/html/sign1/sign.cgi
Now restart Apache and go to /sign1/ in a web browser. It should display
the information page.Note that if you want to experiment with it, set up another copy as
"signtest" instead of "sign1", and you will get tracebacks with useful
information. Otherwise, the sign will just display "Oops" and reload
every 60 seconds. To set up the test version add this line and restart
Apache:ScriptAlias /signtest/ /var/www/html/signtest/sign.cgi