A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Problem with MMM-ResRobot, it wont start(?)
-
It works fine for me.
//Andreas
-
@atd08001
Can you post your ResRobot config, without your API key so I can test with yours? -
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
-
@atd08001
Thanks Andreas for fast respons. I will try it with your config.Niklas
-
@atd08001 Thanks alot. Found the problem, I have written MMM_Resrobot, not MMM-Resrobot.
Its working!!
-
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 },