This is a TRMNL plugin that monitors the status of Berlin's BVG public transportation for a specific stop.
This plugin is available as a recipe and can be installed with a single click. Once installed, any future updates to the plugin will automatically be reflected on your device.
Learn more about TRMNL recipes here.
To use this plugin, you’ll need the Stop ID of the location you want to monitor.
You can retrieve this by making a GET request to the BVG locations endpoint. Run the following command in your terminal:
curl 'https://v6.bvg.transport.rest/locations?query=alexanderplatz&results=1&linesOfStops=true' -s | jq
Replace alexanderplatz
with the name of the stop you're interested in.
Transit data is provided by the BVG API.