@hriereb said in Ip whitelist:
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],
I just whitelist all of the devices on my network by changing to this at the beginning of my config.
ipWhitelist: [],
@hriereb said in Ip whitelist:
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],
I just whitelist all of the devices on my network by changing to this at the beginning of my config.
ipWhitelist: [],
Well, as long as you add one at a time you will always know which is causing the problem. Correct that problem before adding another
@cruunnerr said in Not sure what doing wrong :( adding modules:
Just a copy/paste failure from Mykle ;)
Nope, I missed that one. Nice catch! :-)
I think . . . you are a frickin genius!
I tip my hat to you, sir. That is some classy stuff!
It’s hard to know what’s going on there by your descriptions. However, when you were getting the error “the file is missing and i need to create one” your MM was working EXCEPT for the config.js needing to be created. In your config folder, there should be a file named config.js.sample. This file should not be edited. You have to copy this file and paste it in the same folder, renaming it to config.js. You now should have config.js.sample file and the config.js file in the same folder (the config folder of MagicMirror). Unless you’ve made some other changes this will allow the mirror to run.
Damn, why didn’t I think of this tutorial? :-)
Some other very useful key commands for MagicMirror