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

    pkup10

    @pkup10

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

    pkup10 Unfollow Follow

    Latest posts made by pkup10

    • RE: MMM-CalendarExt2

      Re: MMM-CalendarExt2
      I am new here and am trying to get the calendar extension to work. I set it up with the basic configuation but I am getting a blank screen in Magic Mirror. Any help would be appreciated.

      {
      module: ‘MMM-CalendarExt2’,
      config: {
      calendars : [
      {
      url: “https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics”,
      },
      ],
      views: [
      {
      mode: “daily”,
      },
      ],
      scenes: [
      {
      name: “DEFAULT”,
      },
      ],
      },
      },

      posted in Utilities
      P
      pkup10
    • Nothing loading on screen

      Re: MMM-CalendarExt2
      I am new here and am trying to get the calendar extension to work. I set it up with the basic configuation but I am getting a blank screen in Magic Mirror. Any help would be appreciated.

      {
      module: ‘MMM-CalendarExt2’,
      config: {
      calendars : [
      {
      url: “https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics”,
      },
      ],
      views: [
      {
      mode: “daily”,
      },
      ],
      scenes: [
      {
      name: “DEFAULT”,
      },
      ],
      },
      },

      posted in Troubleshooting
      P
      pkup10