A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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

  • MM freeze over night

    Troubleshooting
    6
    0 Votes
    6 Posts
    2k Views
    M

    My MM was running now for 48h without freezing. I don’t know what happened the last couple of times. Thank you to @Tribun ! I checked all the logs and found no problem. I will now start to install the first modules and see what’s going on.

  • 0 Votes
    5 Posts
    2k Views
    Lorenzo_ZappaL

    Thanks god I solved it!!!
    While exiting from /etc/lightdm/lightdm.conf I pressed inadvertently option+x instead control+x and I added “†” in the file without realising it.
    Thank you guys for helping me out