FaisalBinAhmed / MVGFahrinfo

Get up-to-date departure times for Munich public transport in your terminal.
https://crates.io/crates/mvgfahrinfo
MIT License
77 stars 4 forks source link

ETA Display Issue #3

Closed Luz5020 closed 8 months ago

Luz5020 commented 11 months ago

Running this on a raspberry Pi and ocassionally the displayed ETA seems to underflow. I've attached a Screenshot, if you need anything else lmk! grafik

FaisalBinAhmed commented 11 months ago

Thanks for opening up the issue. @Luz5020

I am aware of the problem and added a comment in the source code to address it later. Didn't expect people to actually use the app. :)

I am glad people are running it on a raspberry Pi.

I will try to fix the issue soon. I will keep this open until I fix this.

Luz5020 commented 11 months ago

I love the display function, I'd like to build a little screen that shows my local stop. Thanks for this 👍

FaisalBinAhmed commented 11 months ago

Do post pictures once you build this. I'd love to see that. :)

Luz5020 commented 11 months ago

I will, currently procuring a Display for this

FaisalBinAhmed commented 11 months ago

Hi, I fixed the underflow issue in https://github.com/FaisalBinAhmed/MVGFahrinfo/pull/10. If you're using the crates version, look for version 1.1.0 :) @Luz5020

Luz5020 commented 11 months ago

Perfect, I'll try it tomorrow

rafael747 commented 9 months ago

Hey, I used this project as an inspiration for this one: https://github.com/rafael747/i75w-mvg-farhinfo It uses a RP Pico W to show departure information in a LED Matrix panel It might be useful if you are planning to have a external display for this purpose cc. @Luz5020 @FaisalBinAhmed

FaisalBinAhmed commented 9 months ago

@rafael747 your project looks great! I'm glad someone got inspired by my little project. 😁