Read the statement by Michael Teeuw here.
MM Config check goes bad
-
@halpi-thousand if the mm config says
address:“localhost”,the Only apps INSIDE the pi can connect
if u want to connect from outside the pi (phone, tablet, ??? )
then u have to change address and ipWhitelist
to allow outside machines anto connect
it’s showQR not ShowQR
case matters in MagicMirror, everywhere
-
@sdetweil said in MM Config check goes bad:
@halpi-thousand if the mm config says
address:“localhost”,
the Only apps INSIDE the pi can connectif u want to connect from outside the pi (phone, tablet, ??? )
then u have to change address and ipWhitelist
to allow outside machines anto connectit’s showQR not ShowQR
case matters in MagicMirror, everywhere
I checked, and it’s set up as localhost. That shouldn’t be a problem, this one isn’t headless. Two displays and a wireless keyboard/trackpad.
Also, showQR is correct spelling and case. -
@halpi-thousand what position is it configured for? I don’t see it on screen.
-
@sdetweil said in MM Config check goes bad:
@halpi-thousand what position is it configured for? I don’t see it on screen.
Exactly the problem, it doesn’t show up. It’s set up for upper left, last in line so it should be below the holidays and above the Earth. I copy/pasted right from your page instructions, and I kept an eye out for that bit with the missing bracket error I made in that other thing, so I figure it should be happy. Except for some reason it isn’t. I have no idea what it could be.
-
@halpi-thousand you did the npm install in the module folder, right?
can u look at where u start mm
npm start or
if pm2, then
pm2 logs–lines=50 -
Well, whatever I did, it worked enough to get the message about the QR code where it should be. Now to see if I can actually get the webpage to behave as well.