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

    Topics

    • S

      MMM-CalendarExt2 not showing on magicmirror

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting calendar mmm-calendarext2 calendarext2 css trouble not showing module
      3
      0 Votes
      3 Posts
      813 Views
      BKeyportB
      @sg437 Version of Magic Mirror?
    • S

      MMM-CalendarExt2 freezing MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting mmm-calendarext2 freeze slow calendar
      2
      0 Votes
      2 Posts
      520 Views
      M
      @sg437 I think your ICAL URL might be wrong. Check that URL with the default calendar model. (See the log - what the module said.) And, I don’t recommend putting the upcoming view into the horizontal region. upcoming view has only one slot so it will not match with the horizontal layout. upcoming view in the vertical region or daily view, weeks view in the horizontal region is better. { module: "MMM-CalendarExt2", config: { firstDrawingDelay: 10, calendars : [ { name: "Tottenham", url: "https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics", icon: "emojione:chicken" }, { name: "Leeds", url: "https://www.google.com/calendar/ical/h2suh4c1iqvktk4olmfqtth4lg%40group.calendar.google.com/public/basic.ics", icon: "emojione-v1:shield" } ], views: [ { name: "Upcoming", header: "Upcoming Game", mode: "upcoming", position:"top_right", calendars: ['Tottenham'] }, { name: "Daily", mode: "daily", position: "lower_third", calendars: [], type: "row", slotCount: 7, fromNow: -2, useEventTimeRelative: true, } ], scenes: [ { name: "DEFAULT", views:[], }, ], } }, [image: 1633070659266-69a93edb-5e47-4a6a-a254-55953e74993c-image-resized.png]
    • 1 / 1