Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 785 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 785 Bytes

RMV Abfahrtsplan

Screenshot der Ausgabe

This package allows you to display a HAFAS powered departure board.

Import

Caching

If you're running a lot of info-beamer instances, you might run into issues where you don't get enough updates without getting over the api request limit. To circumvent this, you can use the included cache_runner.py script.

The script will read a standard config.json, with the additional undocumented option of setting a specific output_directory to put the json files somewhere else.

In info-beamer just input the path to the cached json files. Authentication is not supported as of now.