elParaguayo / RPi-InfoScreen-Kivy

Improved version of info screen using Kivy. NOTE: This project is no longer actively maintained.
GNU General Public License v3.0
58 stars 25 forks source link

Add nightbusses when they appear #86

Closed karrika closed 5 years ago

karrika commented 7 years ago

I found out that at my bus stops there is now completely new bus numbers at night time. They also drive slightly different routes. This means that I need to dynamically add new bus widgets whenever new buses start running. I also thought about deleting old buses but this turned out to be a bad idea because then I have to remember to toggle which buses are shown and that is extra work. So this pull request will leave all buses visible that have run through this bus stop during the day.