MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
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?