Read the statement by Michael Teeuw here.
-
@Alvinger - thx for you work in this module!
Sidenote, after updated my Rpi (3B) my wifi reception is far worst, never had problem with it before but now it’s loosing connection after a couple of minutes - but I was fast and manage to update to latest ResRobot :) working nicely -
@Zapman said in MMM-ResRobot - Public transport information for Sweden:
{ module: "MMM-ResRobot", position: "top_right", header: "Departures", config: { routes: [ // stations from: {from: "740015972", to: ""}, ], apiKey: "API-KEY-HERE" }, },
@Zapman You can’t have a comment in the middle of the config. Remove the " // stations from: " and it should work.
This is what it looks like for me:
-
@Alvinger said in MMM-ResRobot - Public transport information for Sweden:
@Zapman You can’t have a comment in the middle of the config. Remove the " // stations from: " and it should work.
sure you can, they are ignored, there are comments all over the place
-
-
@Alvinger Everything is working great now! Thank you for the fast response to my issue! I’ll use this module a lot from now on :smiling_face_with_open_mouth:
-
@Alvinger i added that config to another module with the comment and got what was expected. 1 route structure in an array
-
-
@Zapman You’re welcome. Do let me know if you see anything you want to add/change.
-
@Alvinger Thank You for a brilliant module that works like a charm.
Do You have a simple fix for limiting updates?
I want frequent updates for my bus stop when present, and none when I’m not present…
I have a PIR sensor hooked up. Possible to use that? Suspend module?
OR a simple schedule as proposed by Trafiklab:
https://www.trafiklab.se/docs/using-trafiklab-data/best-practices/limiting-requests/Not a high prio request…
Cheers
/Sven -
@SvenT I would post an issue to the module GitHub issues page to engage the author