MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sfb
    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 0
    • Posts 4
    • Groups 0

    sfb

    @sfb

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

    sfb Unfollow Follow

    Latest posts made by sfb

    • RE: MMM-CalendarExt3

      @MMRIZE Thanks for looking into it! Totally understandable. I’ve been testing MM serving from a docker container and viewed in various environments, so it’s not a typical setup.

      posted in Utilities
      S
      sfb
    • RE: MMM-CalendarExt3

      @MMRIZE I found the discrepancy! It show up in the correct order on Chromium based browsers, however is in the reverse order when viewed on Firefox.

      @sfb said in MMM-CalendarExt3:

      @MMRIZE Sorry if this has already been reported: I just installed MMM-CalendarExt3 and it appears to be listing my calendar events (Google Calendar .ics) in reverse order (events on each day are listed from latest to earliest). Not sure what additional information is helpful, but I’m using month view, locale is en-US, using timeFormat: 12, and this is all that’s in my module config:

                    {
      			module: "MMM-CalendarExt3",
      			position: "bottom_center",
      			title: "",
      			config: {
      				mode: "month",
      				instanceId: "basicCalendar",
      				locale: 'en-US',
      				maxEventLines: 5,
      				firstDayOfWeek: 1,
      				calendarSet: ['work', 'home', 'us-holidays', "leisure"],
      			}
      		},
      

      Any idea what might be happening? Thank you!

      posted in Utilities
      S
      sfb
    • RE: MMM-CalendarExt3Agenda

      @MMRIZE Thank you for this! I installed this one after MMM-CalendarExt3 and on this one, the events appear in the correct order (re: my reported issue). Is there a way to collapse or hide the event descriptions? I have a lot of long event descriptions (especially those automatic Zoom descriptions) which take up a lot of vertical space.
      Thank you again!

      posted in Utilities
      S
      sfb
    • RE: MMM-CalendarExt3

      @MMRIZE Sorry if this has already been reported: I just installed MMM-CalendarExt3 and it appears to be listing my calendar events (Google Calendar .ics) in reverse order (events on each day are listed from latest to earliest). Not sure what additional information is helpful, but I’m using month view, locale is en-US, using timeFormat: 12, and this is all that’s in my module config:

                    {
      			module: "MMM-CalendarExt3",
      			position: "bottom_center",
      			title: "",
      			config: {
      				mode: "month",
      				instanceId: "basicCalendar",
      				locale: 'en-US',
      				maxEventLines: 5,
      				firstDayOfWeek: 1,
      				calendarSet: ['work', 'home', 'us-holidays', "leisure"],
      			}
      		},
      

      Any idea what might be happening? Thank you!

      posted in Utilities
      S
      sfb