Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added walking delay- want to pull more than next three trains #12

Open
cbordeau opened this issue Mar 29, 2023 · 2 comments
Open

Added walking delay- want to pull more than next three trains #12

cbordeau opened this issue Mar 29, 2023 · 2 comments

Comments

@cbordeau
Copy link

Hello!

I've gotten everything up and running and added a 7-minute walking buffer time to ignore any train that will be arriving in less than 7 minutes. My issue is that it seems to be pulling only the next 3 trains AND THEN ignoring any that are less than 7 minutes. This means that even though I can see that more trains are coming on the WMATA website, I can't see them on my board. (For example: if there are trains coming in 2, 4, 5, and 15 minutes per the WMATA website, my screen won't show any because the code is only pulling the first three from WMATA and then ignoring them because of the walking delay).

I would like the code to pull more than three trains. I've adjusted 'num_trains' and that hasn't worked. Thoughts?

@waltonrschmidt
Copy link

I would like to do similar, but had the same issue. Did you ever solve this?

@MBrazda
Copy link

MBrazda commented Apr 16, 2024

Similarly, I didn't used to have any problem consistently getting 3 trains to show at my previous station (Navy Yard/Ballpark), but at Franconia when I pull the Blue Line to Largo, I only EVER get one train at the most...sometimes none. I'm definitely missing something, too, but haven't nailed it down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants