Read the statement by Michael Teeuw here.
Problem with MMM-ResRobot, it wont start(?)
-
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 } }, -
@Eburkis I sent you my config via PM. If you use that with your AKIKey it should work. Otherwise there must be a error with your key.
Hm…could it be something with your router, could it block sites? I had a similar problems once and I had a familly filter active on my router.
-
@Eburkis said in Problem with MMM-ResRobot, it wont start(?):
yeey somthing works now
now when the MM boots it says Fetching data for almost 3 sec then it goes black and now its just “departures” and under that its empty. so its almost that it is no departures at all -
@Eburkis et al
I’ve just pushed a long-overdue update to MMM-ResRobot to github.This new version has a completely reworked updating logic which should result in less “frozen” updates and also less API calls to Trafiklab/ResRobot over time.
Note that there is a breaking change to the configuration as I’ve changed the way routes are defined.
Previous configuration:from: "from1,from2,from3", to: "to1,,to3"New configuration:
routes: [ {from: "from1", to: "to1"}, {from: "from2", to: ""}, {from: "from3", to: "to3"}, ]Sorry for not pushing the update sooner but my mirror project has been delayed due to other things. Will try to update more frequently in the future. Please drop me a note if you encounter issues!
-
Hi there,
I fail to get the new config format to work.
I use the following block:
{ module: "MMM-ResRobot", position: "top_left", header: "Departures", config: { routes: [ from: "740015972", to: "740061189", ] skipMinutes: 0, maximumEntries: 6, truncateAfter: 5, apiKey: "xxxxx" } },but MagicMirror2 fails to start with following message:
WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.
(If I use the old config syntax for routes, the system starts up as before, but I get departures from some default location that seems like Stockholm C.)
What could I have done wrong?
-
I got it to work by adding an extra level of curly brackets and a comma after the closing square bracket:
{ module: "MMM-ResRobot", position: "top_left", header: "Departures", config: { routes: [ { from: "740015972", to: "740061189" } ], skipMinutes: 0, maximumEntries: 6, truncateAfter: 5, apiKey: "xxxx" } },Is the example config on https://github.com/Alvinger/MMM-ResRobot incorrect?
-
@ajomannen sorry, the curly braces got lost in my copying. I have updated my previous post.
-
I can not get it working either, says fetching for quite some time now. I get a “MMM-ResRobot : Error: got 400 response” on starting server… strange. Anyone recognize the same output?
{ module: "MMM-ResRobot", position: "top_right", header: "Departures", config: { routes: [ {from: "740021656", to: "740020749"}, // ResRobot Station IDs of starting and destination station(s). At least one route must be defined. {from: "740000765", to: "740000284"}, // "from" is required but "to" is optional (set "to" to empty string to indicate all destinations) ], 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: "1c01e8b8-92d0-4e05-86dc-a112d743ba5a" // Your ResRobot apiKey } }, -
Ok, seems it didn’t want to handle several departures like previous post but only one:
{ module: "MMM-ResRobot", position: "top_right", header: "Departures", config: { routes: [ {from: "740000765", to: "740000284"} // "from" is required but "to" is optional (set "to" to empty string to indicate all destinations) ], 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: "1c01e8b8-92d0-4e05-86dc-a112d743ba5a" // Your ResRobot apiKey } },Still get error response:
node_helper for MMM-ResRobot received a socket notification: CONFIG - Payload: {“updateInterval”:300000,“animationSpeed”:2000,“fade”:true,“fadePoint”:0.25,“apiBase”:“https://api.resrobot.se/v2/departureBoard?format=json&passlist=0",“apiKey”:“1c01e8b8-92d0-4e05-86dc-a112d743ba5a”,“routes”:[{“from”:“740000765”,“to”:“740000284”}],“skipMinutes”:0,“maximumEntries”:6,“truncateAfter”:5,“iconTable”:{“B”:"fa fa-bus”,“S”:“fa fa-subway”,“J”:“fa fa-train”,“U”:“fa fa-subway”,“F”:“fa fa-ship”}}
Fetching new departure data for module: MMM-ResRobotnode_helper for MMM-ResRobot received a socket notification: CONFIG - Payload: {“updateInterval”:300000,“animationSpeed”:2000,“fade”:true,“fadePoint”:0.25,“apiBase”:“https://api.resrobot.se/v2/departureBoard?format=json&passlist=0",“apiKey”:“1c01e8b8-92d0-4e05-86dc-a112d743ba5a”,“routes”:[{“from”:“740021656”,“to”:“740020749”}],“skipMinutes”:0,“maximumEntries”:6,“truncateAfter”:5,“iconTable”:{“B”:"fa fa-bus”,“S”:“fa fa-subway”,“J”:“fa fa-train”,“U”:“fa fa-subway”,“F”:“fa fa-ship”}}
MMM-ResRobot : Error: got 400 response -
@Gailby I copied your first config but used my API key and it worked with no issues at all.
Verify that you are using the correct API key.
The 400 status code is usually because you are using the wrong key. -
@Alvinger Thanx a lot, that did it! I got confused about the english translation of “ResRobot - Pole Schedules 2” and used ResRobot - Reseplanerare. My Bad :/
-
@Gailby
Great to hear! (Jag dokumenterade på engelska så alla kunde förstå men då blir ju svenskar lite förvirrade! :-)
Maybe I should add the swedish name of the API key to the documentation as well. -
Re: [Problem with MMM-ResRobot]
I have also problem with MMM-Resrobot . I use API-Key ResRobot - Stolptidtabeller 2. !
I got it to work now but i get stockholm stations … And i have use “ejdergatan"740025622” to redbergsplatsen" 740025673" Göteborg .any idea? Kan svara på svenska också ;) Mvh
-
@ayeball
Klipp in den relevanta delen av config.js så kan vi kolla på den.
Please post the appropriate part of config.js -
Fick det att funka nu ! . Va tydligen 3 ställen jag fick ändra cfg till id för stationerna samt app id . i config.js / mmm-resrobot.js och mmm-resrobot som ligger i mmm-resrobot master mappen .
Om jag vill ha en till tillagd som är det bara och upprepa följande kommando nedanför eller ? ;) Mvh
from: “station id”, // ResRobot Station ID (or a comma-separated string of IDs)
to: “station id”, // ResRobot Station ID of destination (or a comma-separated string of IDs)module: "MMM-ResRobot", position: "left", header: "Spårvagn från Ejdergatan", config: { from: "740025622", // ResRobot Station ID (or a comma-separated string of IDs) to: "740025673", // ResRobot Station ID of destination (or a comma-separated string of IDs) 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:"f1109bf4-187c-49e2-95ce-1ba1b6062388" // Your ResRobot apiKey } }, // ------------------------------------------------------- // -------------------------------------------------------
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login