Here is what I have in my module config: { module: "MMM-CalendarExt2", position: "lower_third", header: "Sweetest Things Monthly Calendar", config: { calendars : [ { url: "my private url.ics", method: "basic", user: "myusername", pass: "mypass", }, ], views: [ { mode: "monthly", }, ], scenes: [ { name: "DEFAULT", }, ], }, }, This is what the HTML shows: [image: view?usp=sharing] It seems for whatever reason it doesn’t parse or show up correct. When I installed it it the very first time and did the npm install something messed up and I went and redid it and it said it was all done correct. But I am guessing something has gone wrong and it won’t display correct? I think my config file is correct especially if I remove the auth it is pretty basic. I have also removed the module folder and tried to install again from scratch with no luck. Not really sure any longer what I need to do to make this show up. I am hoping I am just doing something dumb in the config but let me know if anyone can help?