Hey Jay,
Does the module still work in your installation?
Unfortunately it does not work in my installation.
Here is the error message I get in the console.
Transportation fetcher created. (Station ID: 8000105)
(node:1126) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'name' of undefined
(node:1126) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
And here my Config.
{
module: 'MMM-PublicTransportDB',
position: 'top_right',
config: {
name: "Bahnhof",
stationId: '8000139',
hidden: false,
ignoredStations: [],
excludedTransportationTypes: '',
delay: 0,
interval: 120000,
departureMinutes: 30,
maxDepartures: 15,
marqueeLongDirections: true,
showColoredLineSymbols: true,
useColorForRealtimeInfo: true,
showTableHeadersAsSymbols: true,
maxUnreachableDepartures: 3,
maxReachableDepartures: 7,
fadeUnreachableDepartures: true,
fadeReachableDepartures: true,
fadePointForReachableDepartures: 0.25
}
},