@Eburkis
You should use “ResRobot - Reseplanerare" and create a API for that service instead of “platsuppslag”.
i get ID: 740024784 and name “Lidingö Rudboda torg” when i search for Rudboda torg
BR
Andreas
@Eburkis
You should use “ResRobot - Reseplanerare" and create a API for that service instead of “platsuppslag”.
i get ID: 740024784 and name “Lidingö Rudboda torg” when i search for Rudboda torg
BR
Andreas
@Eburkis Hi,
It looks like the Station ID is wrong. My “From station ID” for “Gubbängen” is 740021699.
You can create a API for “ResRobot - Reseplanerare” and then type in this URL in the browser: https://api.resrobot.se/v2/location.name?key=YOURE API KEY&input=SEARCH WORD
Replace the bold parts, whit API-key and search word for exampel T-centralen
You will get a XML response with all the possible results and the differnet ID (Stations ID)
And then make sure you use the service “ResRobot - Stolptidtabeller 2” in the config.
Good luck
Andreas
here is my ResRobot config.
:::
module: “MMM-ResRobot”,
position: “left”,
header: “Avgångar”,
config: {
from: “740021699”,
to: “740020749”,
maximumEntries: 3,
truncateAfter: 5,
apiKey: “xxx-xx-xx-xx-xxxx”
:::
//Andreas
It works fine for me.
//Andreas