@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