Read the statement by Michael Teeuw here.
Newbie question OpenHab and MagicMirror
-
Hi friends,
i have installed Openhab on the same system from the magic mirror (raspi).
Now, trying to start the mm with “pm2 start 0” from the home directory or “npm start” from the MagicMirrror folder, the pi opens the Openhab WebCan please anybody help me?
Sry for the newbie question?
Thanks a lot -
@Vauxdvihl change the mm port number in config J’s
both products are trying to use port 8080.
change mm to 8090
-
Really, out of habit, I move all my ‘web based’ software off the 80/8080 ports completely. Start at 60000 and work my way up from there.
-
I also have the same problem that it opens openhab web even though I changed the port of MM2
Does anyone have a solution for this? -
@razserv2010 show the top of config.js
address:
ipWhitelist: -
let config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8888, basePath: "/", // The URL path where MagicMirror is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: [], // Set [] to allow all IP addresses
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login