Skip to content

Conflict maxUnreachableDepartures #29

@mazim-co

Description

@mazim-co

Bug description
As soon as I add a number of maxUnreachableDepartures (e.g. 3) it is not showing maxReachableDepartures anymore.

Module config

{    
module: "MMM-PublicTransportHafas",
		position: "top_right",
			config: {
				stationID: "732872",                  
				stationName: "Albertinenstraße",   
				direction: "",                    
				excludedTransportationTypes: [], 
				ignoredLines: [],                
				timeToStation: 7,
				showAbsoluteTime: false,
				displayLastUpdate: false,         
				maxUnreachableDepartures: 3,     
				maxReachableDepartures: 5,        
				showColoredLineSymbols: true,    
				customLineStyles: "berlin",             
				showOnlyLineNumbers: true,   
				showTableHeadersAsSymbols: true, 
				useColorForRealtimeInfo: true,  
				tableHeaderOrder: [ "line", "direction", "time" ]
				}
},

Screenshots

maxUnreachableDepartures: 3,     
maxReachableDepartures: 5,

image

maxUnreachableDepartures: 0,     
maxReachableDepartures: 5,

image

Additional context
It is working properly if I'm not using the option maxUnreachableDepartures

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions