MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. DoctorClaw
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    DoctorClaw

    @DoctorClaw

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    DoctorClaw Unfollow Follow

    Latest posts made by DoctorClaw

    • MMM-CalendarExt2 Not showing on MM.

      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?

      posted in Troubleshooting
      D
      DoctorClaw