-
Notifications
You must be signed in to change notification settings - Fork 8
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
More than 5 final destinations possible? #35
Comments
I'm not sure about what you want to achieve. Increasing the destinations to 6 or 7 is possible but it will increase the code lenght in several if-clauses. |
Hello, I have the same problem. I want to display all train and S-Bahn departures (one line each) from a station in the direction of Frankfurt. However, these have different end stations in the timetable depending on the time. I have a total of 9 end stations. I have tried: { Then I only see connections to the main station. If I change fDest to true and un-Slash all fDestination the module only shows the first 5 Destinations. Any ideas on how I could fix this or where my error in reasoning lies? |
It's only possible to show 5 destinations. In case you need more just load the module twice. Maybe you can put the destinations in the morning in one config and the evening ones in the second one |
Thanks for the quick reply. I will try that out. Quick question for beginners: Is there a guide on how I can load a module twice? Simply copy the existing entry again in config.js? |
I got it. Simply copy the entry and change the position of the module. Everything is working now. Thank you for this module! |
I want to shape my departure boards 'mastscharf' (an own board for each direction instead of one board for all departures). Unfortunately, five final destinations arent't always enough for this. Is there any way to define more than five fDestinations?
The text was updated successfully, but these errors were encountered: