deg0nz / MMM-PublicTransportBerlin

MagicMirror module to display public transport in Berlin and Brandenburg with BVG Hafas data.
MIT License
40 stars 20 forks source link

"There are currently no departures at this station" #56

Closed Soteyy closed 3 years ago

Soteyy commented 4 years ago

Hi,

I've been getting this message on my MM for fairly busy station, so far the only one I could get to work is Alexanderplatz as in your example. Any idea what I'm doing wrong?

This is my configured module:


   {
                        module: "MMM-PublicTransportBerlin",
                        position: "top_center",
                        config: {
                                name: "U Mehringdamm",
                                stationId: "900000017101",
                                hidden: false,
                                ignoredStations:[] ,
                                ignoredLines:[] ,
                                excludedTransportationTypes: "bus,suburban,subway",
                                travelTimeToStation: 10,
                                interval: 120000,
                                departureMinutes: 10,
                                maxDepartures: 15,
                                marqueeLongDirections: true,
                                showColoredLineSymbols: true,
                                useColorForRealtimeInfo: true,
                                showTableHeaders: true,
                                showTableHeadersAsSymbols: true,
                                maxUnreachableDepartures: 3,
                                maxReachableDepartures: 7,
                                fadeUnreachableDepartures: true,
                                fadeReachableDepartures: true,
                                fadePointForReachableDepartures: 0.25,
                                excludeDelayFromTimeLabel: false
                        }
                },

Thank you in advance, big fan of the idea of this module!

deg0nz commented 4 years ago

Maybe you need to remove the line excludedTransportationTypes: "bus,suburban,subway",?

deg0nz commented 3 years ago

@Soteyy Last call before closing this because of inactivity: Do you have any updates on this?

deg0nz commented 3 years ago

Closing because of inactivity. Feel free to reopen if the issue persists.