-
Notifications
You must be signed in to change notification settings - Fork 7
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
Displaying Buses #5
Comments
Normally it displays busses, if they are also seen at vrr.de |
If I recall correctly it was a bug created by different handling of City + Station name combinations for some of our bus stops (e.g. separated by / or ,). The issues were probably on either Kaiserslautern Uni Ost or Uni West (or maybe Kaiserslautern Uni Süd, but I think we never cared much about that bus stop). We've fixed the issues in our local fork, at https://gitlab.rlp.net/fsr_physik_tu_kl/getraenke/mmm-vrr/. If those changes do not break anything else (I have to admit that I did no in depth testing, as I did not care much about any other stations), you may want to merge them. |
Sorry for the late reply. Could you create an pull request into this repo? After that i could test and merg it |
As we have our repo not on github, but on a gitlab instance hosted elsewhere, it is not possible to do a direct PR (I'd have to create a clone of the repo first). However, you should be able to check out and merge our repo just fine ( If that doesn't work for you for any reason, I could also create a clone here on github - it's just more work than directly merging our repo. |
thanks for the fast reply! So just for clarity: If that's the case i can test and extend your changes, so that |
As far as I remember that's correct. We were interested in using this for the bus stops at our university, and some of the responses from the backend did not work/some patterns did not match. However, I can't tell if those patterns are just different from location to location and a more general handling is required. By the way: Thanks for the plugin, we have it in use for some years now without any trouble. |
Yeah thanks for using my plugin! Its always nice to hear if it's useful for someone 😄 One last thing: If i have your exact call i can verify that my implementation is still working with your needed route |
I don't really care what the exact api call is that the module executes, as long as it works - so I think it is somewhat more reasonable to give you the MMM-Vrr part of our config? As long as that works reasonable well I'm happy.
|
it comes down to the same thing. Now i can verify the functionality, thanks! |
Am I missing something, or is there no option to display buses? The Readme says:
But I can't see any Buses beeing shown. Is there a config option I missed?
The text was updated successfully, but these errors were encountered: