Read the statement by Michael Teeuw here.
Problem with MMM-ResRobot, it wont start(?)
- 
 does it work for you now ? 
- 
 @Eburkis 
 Yes, its working, thanksBest regards 
 Niklas
- 
 i cant get mine to work :/ 
- 
 
- 
 hmm i have not make the same typo as you did but something i still not working for me. { module: "MMM-ResRobot", position: "left", header: "Avgångar", config: { from: "2023", // ResRobot Station ID (or a comma-separated string of IDs) to: "1138", // ResRobot Station ID of destination (or a comma-separated string of IDs) skipMinutes: 0, // Skip departures that happens within the next minutes. maximumEntries: 6, // Number of departures to show on screen truncateAfter: 2, // A value > 0 will truncate direction name at first space after characters. 0 = no truncation apikey: "KEY HERE " // Your ResRobot apiKey },
- 
 @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
- 
 if i use the api for “platsuppslag” then i get the answer that 2023 is Rudboda torg and when i look for gubbängen Tbana is 7956 so I wonder where you get your number from. and i get access denied with your link so that dont work for me sry 
- 
 @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 torgBR 
 Andreas
- 
 i will try. tnx for the help, have a nice evening 
- 
 @atd08001 
 now i want to completly give up… now with the new site id its still does not work. now it’s just black with no info at all.
 what should i do ?{ module: "MMM-ResRobot", position: "left", header: "Departures", config: { from: "740024784", // ResRobot Station ID (or a comma-separated string of IDs) to: "740046172", // ResRobot Station ID of destination (or a comma-separated string of IDs) skipMinutes: 0, // Skip departures that happens within the next minutes. maximumEntries: 6, // Number of departures to show on screen truncateAfter: 5, // A value > 0 will truncate direction name at first space after characters. 0 = no truncation apiKey: "key here" // Your ResRobot apiKey } },
