This is a module for the MagicMirrorยฒ.
This module is designed to provide users with up-to-date information about the upcoming departure times of trains, subways, and buses from any station in the North Rhine-Westphalia VRR region of Germany.
This module was intended for the public transport of VRR, but it also supports the following areas.
If you like this module, consider to give this project a โญ on GitHub to show support.
- Navigate into your MagicMirror's
modules
folder. - Execute
git clone https://github.com/Klizzy/MMM-Vrr.git
. - Execute
cd MMM-Vrr
. - Execute
npm install
.
To use this module, add the following configuration block to the modules array in the config/config.js
file:
{
module: 'MMM-Vrr',
position: "top_right",
config: {
city: 'Dรผsseldorf',
station: 'Hauptbahnhof',
numberOfResults: 10,
displayTimeOption: 'countdown',
displayType: 'detail'
}
}
Option | Description | Options | LCD type support |
---|---|---|---|
city |
Required German City Name Type: String (default: Dรผsseldorf) |
Any City Name in North Rhine-Westphalia | โ |
station |
Required German Station Name Type: String (default: Hauptbahnhof) |
Any Station Name in North Rhine-Westphalia | โ |
numberOfResults |
Optional Number of results to be displayed Type: Int (default: 10) |
* | โ |
displayType |
Optional Changes the display type Type: String (default: 'detail') |
'detail' , 'lcd' |
โ |
displayIcons |
Optional Display fontawsome icons Type: boolean (default: true) |
false |
โ |
updateInterval |
Optional Sets the Update Interval int Type: int (milliseconds) Default 60000 milliseconds (1 minute) |
* (API result is always cached for 1 Min) | โ |
displayTimeOption |
Optional Changes the type of time Type: String (default: 'countdown') |
'time' , 'time+countdown' , 'countdown' |
โ |
setWidth |
Optional Sets the width of the module in pixel Type: int (default: false) |
Any posible size like: 450 |
โ |
lcdWidth |
Optional Sets the width of the lcd display type Type: int (default: 450) |
any possible size | โ |
scrollAfter |
Optional Scrolls the destination text after the specified characters Type: int (default: false) |
any possible size or false |
โ |
withoutDestination |
Optional Only show results without destination. Supports a list of strings, separated by comma (","). Type: list of strings (default: empty list (show all destinations)) |
any possible list (e.g., ["Aachen, Hbf,Aachen","Duisburg Hbf"]) | โ |
platform |
Optional Only show platform. Supports multiple strings, separated by comma (","). Type: string (default: empty (show all platforms)) |
any possible string (e.g., "2,3") | โ |
line |
Optional Only show lines that start with the given string. Supports multiple strings, separated by comma (","). Type: string (default: empty (i.e., show all lines)) |
any possible string (e.g., "RB33,U") | โ |
If you like my module and want to thank, you could consider:
- buying Buy me a โ & plant a ๐ณ at the same time
- give this Project a โญ on GitHub.
Currently only de
and en
is supported. Gets the Value from the Global Magic Mirror language config.
This view can be set if displayType: 'lcd'
has been set.
Not all config parameters are supported in this mode. Check the parameters within the "Configuration options" table.
If you set scrollAfter:15
, the text will be scrolled horizontally if it has 15 or more characters.
Please keep in mind, that everything besides VRR is not full supported. You can check your station and city combination beforehand here
Possible Side effects for non VRR areas:
- Icons don't match correctly
- not all configured transport types hide correctly
Partly supported Areas:
- ASEAG
- BSVG
- DING
- IVB
- KVV
- LinzAG
- NVBW
- SVV
- TLEM
- VBL
- VGN
- VMV
- VOR
- VRN
- VVO
- VVS
- VVV
- BVG
- DB
- NAHSH
- NASA
- NVV
- RSAG
- SBB
- VBB
- VBN
- รBB
This application uses the provided API from vrrf.finalrewind.org. If your desired station and city combination returns a result, its highly possible that MMM-Vrr supoorts it also.
It's my first Open Source Project, so it would be nice if you share your experience with this module with me hello@klizzy.com! Feel free to suggest additional features and / or improvements trough a Github issue.
See changelogs.md to view changes and contributors.