Hello again!
I took the advice of ‘cowboysdude’ from the last topic that I post and decided to create my own prototype of the magicmirror - I included some modules and they worked really well, but when I tried ‘‘MMM-Remote-Control’’ I had a problem with the remote control vie mobile - it gives me ‘‘connection not allowed - check config.js’’ - here is my
ipWhitelist in my config.js :
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.100.8”]
i tried like that as well
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.100.8”]
and like that:
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::fff:192.168.1.1/112”]
- I saw form one tutorial “::fff:192.168.1.1/112” allow Magic Mirror form 192.168.0.0 to 192.168.255.255 .
Still nothing works!
Can you help me with that request - thank you for the support and have a great time developing your MagicMirrors :)