Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 758 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 758 Bytes

Displays the status of 8 of the tube lines, using the TFL API and the pimoroni Blinkt

blinkt-tube-status

blinkt-tube-status

http://imgur.com/a/Y1vEP

Pre-requisites

pip install -r requirements.txt

Running

python blinkt-tube-status.py

To wrap in a screen session:

screen -S lights -dm bash -c '/usr/bin/python /home/pi/blinkt-tube-status/blinkt-tube-status.py; exec bash'

Notes

By default this will query the TFL API every 2 minutes

Debian package

Included in the Makefile is an option to create a package so you can install/uninstall the script on your raspberry Pi. Please be aware that this has only been tested on my raspberry pi, so please be careful if using.