@nn1mda Strange, I’m running the latest version and it works (as of 1 minute ago) without any issues.
Have you tried running magicmirror from the shell? node serveronly
That way errors and status messages will be printed directly to the terminal making it easier to troubleshoot.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-ResRobot - Public transport information for Sweden
-
RE: MMM-ResRobot - Public transport information for Sweden
@nn1mda
You are missing a comma after the closing brace “]” in routes.
The format is:routes: [ {...}], -
RE: MMM-ResRobot - Public transport information for Sweden
@nn1mda
Sorry! There is a documentation error in the README.
The routes needs to enclosed by curly braces, like this:{ module: "MMM-ResRobot", position: "left", header: "Departures", config: { routes: [ {from: "740000003", to: "740000001"}, {from: "740000002", to: ""}, ] skipMinutes: 0, maximumEntries: 6, truncateAfter: 5, apiKey: "71a3996f-***" } }, -
RE: MMM-ResRobot - Public transport information for Sweden
I’ve just pushed an update to github that resolves the scheduling issues some users have been experiencing. Please update the module. NOTE! There has been a breaking change in version 1.3 in that the config parameters have changed. See the start of this topic or the README.
-
RE: Problem with MMM-ResRobot, it wont start(?)
@ajomannen sorry, the curly braces got lost in my copying. I have updated my previous post.
-
RE: Problem with MMM-ResRobot, it wont start(?)
@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!
-
RE: MMM-ResRobot - Public transport information for Sweden
@nn1mda
I haven’t been active in the Magic Mirror community for some time but I just checked and for me it works without issues. Did you get your API key? -
RE: MMM-ResRobot - Public transport information for Sweden
@Eburkis
I haven’t been active for a while due to other things than magic mirrors.
Let me take a look and see if I can find out what’s wrong. -
RE: MMM-SL - Public transport information for Stockholm (Sweden)
@jonaswadsten
MMM-ResRobot funkar med SL och andra, inklusive Västtrafik.
Den sorterar avgångar på tid. -
RE: 3 tries 3 fails Raspberry b+
@infamoustiggr
Try installing wtf-8 module by running the commandnpm install wtf-8from the MagicMirror directory.