Read the statement by Michael Teeuw here.
MMM-RMV shows me only one departure time! But I need 3 or 5 departure times
-
Hello everyone,
I am using the MM-RMV module. Unfortunately, this module only shows me one connection. I want to see 3 or 5 connections (departure times). What do I have to change so that multiple departure times can be seen?
{ module: 'MMM-RMV', position: 'top_center', config: { apiKey: '', // see chapter below stationId: '3011124', fDestination1: 'Frankfurt (Main) Hauptbahnhof', reduceD: false, labelStation: true, labelType: true, labelRow: false, reduceD: true, maxC: 3, delayLimit: 0 } },
Thank you.
-
@pi-user
I don’t use that module. In your config you use the option reduceD twice, true and false. Is that necessary? -
reduceD: false, // reduces length of destination name
I deleted reduceD, but I still see a connection.
Maybe this module can only show a departure time! There has to be a way for the module to show multiple departure signs,
-
@pi-user looks like u have a choice, all departures in both directions, OR
departures for the destinations you specified( if only one, then just for that specific destination, NOT intermediate stations that might lead to a destination)From the readme
“The module will not display all departures of a station, only the departures for the given final destinations” < - note the s
-
I don’t want to see the between stations but the train connection for three different times. In my case, only one time is displayed. At the moment I only get the following:
RB22 Frankfurt Hbf in 14 minutesBut I would like to have:
RB22 Frankfurt Hbf in 14 minutes
RB22 Frankfurt Hbf 10:37 a.m.
RB22 Frankfurt Hbf 11:37 a.m.
RB22 Frankfurt Hbf 12:37 p.m.How can I display 3 or 5 different train connections with this module?
-
@pi-user looks like config option maxT (default 60), means filter out departures more than x minutes from now
-
Thank you for your answer. I use now the modul MMM-PublicTransportHafas