Read the statement by Michael Teeuw here.
MMM-Ruter (for Oslo and Akershus in Norway)
-
@LincolnClay Well, I still don’t think it’s the module’s fault. I tried to replicate your exact configuration and it works.
What output do you get from
npm start
? -
@Cato I’m sorry for the late reply, I had to figure out if there was any issues with my initial MM install. You where absolutely right, the issue had nothing to do with the module. I did a re-install and now the module works perfectly. Thanks for your help and your work on this module :)
-
How do I get rid of this?
-
@laumb
cd ~/MagicMirror/modules/MMM-Ruter
thengit pull
-
@laumb you have to run
git pull
in the modules directory.This is described in the Readme on GitHub.
-
Any chance you could possibly do this to support Skyss in bergen aswell? Would be really great!
-
@Kimzer I’m sorry, but I only make modules I need myself. If I move to Bergen, I let you know… ;-)
I did though do a quick search and it doesn’t seem that Skyss has any public API. Found a couple of unofficial/depricated onces, but that is not something I would support anyway…
-
Hi @Cato. Did something regarding the time change in the last update? Upgraded today and time format is set to 12 instead of 24 as it was before.
This is what is in my config file (have not changed that recently)
language: 'en', timeFormat: 24, units: 'metric',
-
@amomat I have done nothing, and I can’t remember noticing that since I only use public transport in the morning. I will take a look tonight to make sure.
-
Hi @Cato. I’ve just installed your MMM-Ruter module, and I’m having issues with the time, it’s 12-hour…My Pi is 24 hour, my config is 24 hour…but the MMM-Ruter is 12 hour.
language: "nb", timeFormat: 24, units: "metric",
pi@MagicMirror_1:~/MagicMirror/config $ date Sun 13 Aug 15:26:42 CEST 2017
Any idea how to fix this? :)