Read the statement by Michael Teeuw here.
MMM-Ruter (for Oslo and Akershus in Norway)
-
@kj3rra Did you manage to get those stops to work? I’m having the same problem. Some stops are working, but Vogts gate and Torshovparken recently (a couple of months ago) stopped working. Before that they were fine. I checked that the stop ID didn’t change.
-
So, I tried installing this module yesterday evening, upon finding that I got the same ‘Loading…’ message as described by @kj3rra and @jonaslaeret . Today I spend several hours trying to figure out the problem. I ended up running the mirror in server mode, and found to my surprise that on my PC the Ruter information was showing without a problem.
This told me that the problem was either with Chromium or with Electron. Runningsudo apt-get update chromium-browser
didn’t seem to do the trick.
I dug into the Electron documentation and found that adding the following to the config.js file makes the Ruter information show in Electron:
electronOptions: { webPreferences: { webSecurity: false }, },
Now, I get data from both Møllefaret and Røa T-bane :D
-
I intalled this module the other day, but it isn’t removing trains that has left the station.
After an hour my whole list is full of
13 Oslo S -61 minutter
13 Oslo S -31 minutter
13 Oslo S -1 minutter
13 Oslo S 16:21
…Has anyone got a solution to this issue?
-
Forget about this. It looks like it’s one of the other modules that prevents MMM-Ruter to update.
-
@Cato is not feeling good these days and is in recovery. (Please get well!)
In the mean time, note that the module MMM-Entur does a good job of competing with MMM-Ruter.
-
@simonhh can you post the Ruter section of your config file?
Here’s mine which is working fine for comparisson:
{ module: 'MMM-Ruter', header: 'Ruter', position: 'bottom_left', config: { showPlatform: false, maxItems: 10, stops: [ { stopId: "3010430", platforms: [ ], timeToThere: 1 } ] } },
-
My ruter module recently stopped working.
When I try the url manually, I don’t get any response:
https://reisapi.ruter.no/StopVisit/GetDepartures/3012594I found this: https://ruter.no/labs/, which tells me that most likely the API has been shut down, as it has been moved to EnTur.
Is anybody else experiencing this issue? (should be, if they shut down the API…).
Edit: I switched to MMM-Entur, as mentioned by @looolz . It does a very good job in replacing MMM-Ruter. And a more personal note, as always, RTFM (or in this case, the other comments…).