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.
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.