@hsukup1
Download their Android app and extract the APK file. then search for their URL (and API key if any).
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
E
Posts
-
RE: Get JSON data stuck behind CAPTCHA click???? i.e. US Gas Prices
-
RE: Trying to Install, encountering error during NPM install
@antnorwe Follow my post HERE to update nodejs and requirements.
In addition you should really consider updating your distro to Raspbian Stretch, and
- Don’t install MM as root
- Don’t install outside
/home/pi
-
RE: Starting MagicMirror with `DISPLAY=:0 npm start` throws ERR!
Follow my post HERE to update nodejs and requirements.
In addition you should really consider updating your distro to Raspbian Stretch (full), and
- Don’t install MM as root
- Don’t install outside
/home/pi
But by all means, please try the lite first, and let us know any dependency issues.
-
RE: How to autorestart MM once a day
@MaxPower Sound like it would be better to file an issue with the module developer github, to fix the problem, rather than have to restart you pi.
-
RE: So ... to update MagicMirror I would ... ??
You guys should probaly do
pm2 stop mm; pm2 kill
to make sure it’s not running in the background.Also, AFAIK, I think if you do
git reset --hard
you’d loose all your old config settings and other changes you’ve made?