Read the statement by Michael Teeuw here.
MMM-Ruter (for Oslo and Akershus in Norway)
-
@LincolnClay The error indicates the port 8080 is in use. Did you install pm2? If so then Magic Mirror is already started when you run
npm start
. Just restart it withpm2 restart mm
-
@Cato Thanks for the prompt response. Yes I installed pm2, but when run
pm2 restart mm
MM doesn’t open. I only get successful starts withnpm start
.If I delete the insertion in config.js file from your module, mm starts normally without being all black. Do you spot any other errors?
-
@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',