MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-CalendarExt2 Not showing on MM.

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 173 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      DoctorClaw
      last edited by DoctorClaw

      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:

      HTML

      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?

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy