A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
How to run MM on my own domain / hosting?
-
I’ve uploaded all the files to my hosting account (hostgator for now) and edited the following in config.js:
var config = {
port: 8080,
address: “mirror.[mydomain].com”,
ipWhitelist: [ ],
… }I am getting an error saying that the config file is missing (I did change the name to config.js and it is in the config folder). Anyone have ideas of how to fix/accomplish this?