Set up for Mac
Read more1. Download and install: https://nodejs.org/en/
Open terminal and enter:
"node -v"
2. Download zip file from michmich github: https://github.com/MichMich/MagicMirror
Copy magic mirror path from downloads on your Mac, unless saved elsewhere.
3. Open terminal and enter:
"cd [paste magic mirror path]"
Then enter:
"npm install"
Then enter:
"cd serveronly/"
4. Within your magic mirror file, change
"config.js sample" file to "config.js"
5. Open terminal and enter
"node index.js"
6. Pick up local host link in terminal output and paste it into your chrome browser.
Comments
Please log in or sign up to comment.