Hi,
i have two instances of the MMM-PublicTransportBerlin Module.
{
module: 'MMM-PublicTransportBerlin',
disabled : false,
position: 'bottom_right',
config: {
name: 'Leopoldplatz',
stationId: '900000009102',
hidden: false,
ignoredStations: [],
//ignoredLines: ['U5', 'U8', 'S75'],
excludedTransportationTypes: 'bus', //suburban,subway
travelTimeToStation: 8,
interval: 120000,
departureMinutes: 15,
maxDepartures: 12,
marqueeLongDirections: true,
showColoredLineSymbols: true,
useColorForRealtimeInfo: true,
showTableHeaders: true,
showTableHeadersAsSymbols: true,
maxUnreachableDepartures: 3,
maxReachableDepartures: 7,
fadeUnreachableDepartures: true,
fadeReachableDepartures: true,
fadePointForReachableDepartures: 0.25,
excludeDelayFromTimeLabel: true
}
},
{
module: 'MMM-PublicTransportBerlin',
disabled : false,
position: 'bottom_right',
config: {
name: 'Leopoldplatz',
stationId: '900000009104',
hidden: false,
ignoredStations: [],
//ignoredLines: ['U5', 'U8', 'S75'],
excludedTransportationTypes: 'bus', //suburban,subway
travelTimeToStation: 8,
interval: 120000,
departureMinutes: 15,
maxDepartures: 12,
marqueeLongDirections: true,
showColoredLineSymbols: true,
useColorForRealtimeInfo: true,
showTableHeaders: true,
showTableHeadersAsSymbols: true,
maxUnreachableDepartures: 3,
maxReachableDepartures: 7,
fadeUnreachableDepartures: true,
fadeReachableDepartures: true,
fadePointForReachableDepartures: 0.25,
excludeDelayFromTimeLabel: true
}
},
As you can see I want them both in the bottom_right. For now they align horizontally vertically but I don’t have space for that. Side by side (vertically horizontally) is enough space and it would look much better.
Unfortunately I don’t have a clue how to do it. Any help appreciated.