Skip to content

A python script written for DOT3k (Raspberry Pi) to get bus departure times for AKT (Agder Bus Company)

License

Notifications You must be signed in to change notification settings

netr0m/AKT-bus-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Run this in a terminal, and you should be good to go

curl -sS get.pimoroni.com/displayotron | bash

If you're having issues, try:

sudo pip install dot3k

If you want the menu to start automatically on boot, type the following in a terminal:

sudo crontab -e
@reboot sh /home/AKT-bus-list/launcher.sh >/home/pi/logs/cronlog 2>&1