AKT real time bus departure display for the Display-o-Tron 3000
Developed by: Morten Amundsen
This program is written in Python. If you have a DOT3K, you can use this to see a real time list of bus departures from a bus stop of your choice.
- To get started, you'll need to install the required dependencies on your RPi. Head over to Pimoroni's GitHub to get started.
- After installing the required dependencies, clone this repository to your RPi, and you're set!
curl -sS get.pimoroni.com/displayotron | bash
If you're having issues, try:
sudo pip install dot3k
sudo crontab -e
@reboot sh /home/AKT-bus-list/launcher.sh >/home/pi/logs/cronlog 2>&1