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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
R
Posts made by razserv2010
-
RE: Newbie question OpenHab and MagicMirror
-
RE: Newbie question OpenHab and MagicMirror
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? -
RE: MMM-Spotify
@sean
hey, try to
node first_auth.js
but i always get INVALID_CLIENT: Invalid redirect URI massage
and i get to my email that thare is new log in
what is the issue? -
How to increase the font in Spotify?
I installed magicmirror2 and a Spotify module but it is terribly small (font and poster)
How do I increase it?
thanks.