Read the statement by Michael Teeuw here.
Best posts made by shotput2017
Latest posts made by shotput2017
-
RE: After update to Mirror to 2.1.3 - no working Whitlist
hi!
maybe wrong config.js ??
here is my working code:
var config =
{
address: “0.0.0.0”,
electronOptions: {}, ipWhitelist: [ "10.0.0.1/24", "::ffff:10.0.0.1/120", "127.0.0.1", "::ffff:127.0.0.1", "::1" ],
and so on…
greets
shotput2017 -
RE: MMM Remote dont work after update
@Mykle1 said in MMM Remote dont work after update:
address: “0.0.0.0”, // “localhost”, // Address to listen on, can be:
hi mykle1 and randomnoise!
thx for help. adding the adress line to config.js fixed the problem :-)greets
shotput2017 -
RE: MMM Remote dont work after update
my IP White list:
ipWhitelist: [
“10.0.0.1/24”,
“::ffff:10.0.0.1/120”,
“127.0.0.1”,
“::ffff:127.0.0.1”,
“::1” -
MMM Remote dont work after update
Hi!
First off all… THX for this great software. I made a update today. The new fonts look great.Unfortunately the modul remote does not work anymore after the update. The Remotes page can no longer be called
http: //xx.xx.xx.xx: 8080 / remote.htmlPlease help.
best regards
shotput2017