mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-04 04:27:40 +00:00
Update README.md
This commit is contained in:
parent
dd864d2749
commit
354007f95c
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -45,3 +45,22 @@ It is possible to add the MeinVodafone Credentails to the beginning of script, w
|
|||
### Credits
|
||||
* Sillium for the inspiration https://gist.github.com/Sillium/f904fb89444bc8dde12cfc07b8fa8728
|
||||
* Chaeimg for the Circle diagram (https://github.com/chaeimg/battCircle)
|
||||
|
||||
## VRR-Monitor
|
||||

|
||||

|
||||
|
||||
This widget displays the departure times of a selected station. The data for this is provided by the Verkehrsverbund Rhein-Ruhr (VRR), which is why only stations within the VRR are supported.
|
||||
|
||||
[[Download]](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/VRR-Monitor/VRR-Monitor.js)
|
||||
|
||||
|
||||
### Setup
|
||||
A Station-ID is required to set up the widget. The ID can be searched with this URL:
|
||||
`https://abfahrtsmonitor.vrr.de/backend/api/stations/search?query=`
|
||||
|
||||
Put the name of the station behind the "query=" in the URL and open the URL in your Browser.
|
||||
Example: `https://abfahrtsmonitor.vrr.de/backend/api/stations/search?query=Düsseldorf HBF`
|
||||
|
||||
Add the Station-ID and the needed Walking Minutes, separated by a ";", to the Widget Parameter like this:
|
||||

|
||||
|
|
Loading…
Add table
Reference in a new issue