Read the statement by Michael Teeuw here.
Config.js example of MMM-Page-Selector & MMM-CalendarExt2 working together
-
That’s quite handy, thanks. I don’t see any obvious issues in the logs. The only issues are related to OpenWeather long forecast and Electron running on an insecure port (nothing to do with this problem) Everything else seems fine.
-
@Monty I have the same problem with CalendarExt. Try viewing the mm using a browser, this caused my calendar to show up on mm and in the browser. Not the answer but might lead you to a solution.
Keith
-
@Keith Thanks for the response. I have tried with browser and even after allowing everything in the whitelist it still doesn’t allow connections via the browser (connection refused) Similar to other peoples experiences on the forum.
I will raise an issue on the Github page and refer back to here.
-
@Monty what is the setting in config.js for address:
-
I had the whitelist as [] which supposedly allows everything. I just changed it to this:
ipWhitelist: ["::fff:0.0.0.0/1", "::fff:128.0.0.0/2", "::fff:192.0.0.0/3", "::fff:224.0.0.0/4", "127.0.0.1", "::ffff:127.0.0.1", "::1"],
That works and I am able to browse localhost. I think it’s a different issue to you though because Ext2 still doesn’t show for me in the browser.
Thanks
-
@Monty but u didn’t answer on address: you answered on whitelist.
if the address is ‘localhost’, then only apps on this same machine can connect
whitelist is another problem. leave it open until u solve the problems…address: "", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: [],
-
Address is set to localhost:
address: "localhost"
The developer responded about the issue:
-
I have it working but I don’t think you can do what you are trying to do in your config, CalendarExt2 overwrites everything so what I did was keep it in the same place on every page and then adjust the items around it. That is the only way to make it work - you can’t have it it one place on page one, try to change the view on page two
Start with a simple two page rotation with all the same modules showing (in the same places). Make sure it shows as the pages rotate