A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    3 Posts
    586 Views
    BKeyportB

    @sg437 Version of Magic Mirror?

  • MMM-CalendarExt2 freezing MagicMirror

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    402 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:[], }, ], } },

    69a93edb-5e47-4a6a-a254-55953e74993c-image.png

  • 0 Votes
    4 Posts
    743 Views
    S

    @saltedcod I can’t answer on the module info.

  • 1 Votes
    1 Posts
    239 Views
    V

    Wasn’t sure where to post because my issue involves two different modules, MMM-CalendarExt2 and MMM-GoogleTasks.

    I have my MagicMirror setup correctly and can get CalendarExt2 to show but when I add the GoogleTasks module, the Calendarext2 disappears while GoogleTasks shows up no problem. If I comment out GoogleTasks CalendarExt2 shows up again.

    I’ve tried changing the order in config.js, changing the position on screen, reducing the number of calendars, and always the same behavior.

    Anyone have any idea of what the conflict might be?

  • 0 Votes
    1 Posts
    345 Views
    N

    Hey all, I am using the great module MMM-CalendarExt2. I have managed to get filters working to take out birthdays and anniversarys which is cool.

    I am not wanting a month view (which I have got) but only show the work week for Mon-Friday and leave out sat/sun, this is more down to wanting more space for the events for Mon-Fri but also just to show the work week.

    I have the following, anyone know how I can remove sat/sun from this and provide more room for the events Mon-Fri?

    Screenshot 2020-04-13 at 17.33.53.png

    Thanks