why not connect it to your own network first and when ready just connect it to hers ?
Read the statement by Michael Teeuw here.
Posts
-
RE: MM2 launch without internet
-
RE: In which operating system it work
@acrylicmfg the img file is there, it’s as it should be. Unzip the img file to wherever you like and then follow this guide :
https://www.raspberrypi.org/documentation/installation/installing-images/
-
RE: Issue with starting Magic Mirror - How do I uninstall magic mirror? [More details inside]
Yes, delete the magicmirror folder and it is gone
And if you start remotely via ssh you need to do DISPLAY=:0 npm start
-
RE: Npm start...
this doesn’t really help you, but this guy has the same issue on a PI :
https://forum.magicmirror.builders/topic/1464/launching-application-nothing-happens
-
RE: npm start is only showing Windows IIS
@nameless the default compliments are merely examples, you can type in anything you want in any language you want in the config file to the compliments module
-
RE: In which operating system it work
https://www.raspberrypi.org/downloads/raspbian/
Choose raspbian lite, follow the instruction on how to install it to the SD card.
Then you go to : https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide
And follow that guide to install the mirror and adjust your raspberry pi to the default mirror setttings.
-
RE: Telldus module
@YourhighnessLeender background image can be set within the custom.css, so unless you want random background images displayed thats the easiest road to take.
-
RE: Restart Mirror?
if you are working directly on the pi, then ctrl+R reloads the page.
via ssh somebody else has to chime in, since I don’t use that
-
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
@tosti007 add z-index: -1 or 0 to the region fullscreen above, it blocks everything beneath so it can’t be clicked ( or add z-index: 2 to the module div)
-
RE: White Screen after starting Magic Mirror
Ctrl+q quits the mirror, ctrl+r reloads the page.