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

    RobertM

    @RobertM

    1
    Reputation
    226
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    RobertM Unfollow Follow

    Best posts made by RobertM

    • RE: Calendar event same start and enddate wrong (Google Calendar)

      @sdetweil

      u asked to showEnd:true…

      Yes, that’s right. It looks better and is easier to capture for 0 minute events when there is no end time. For events with a time duration, I would have liked to have shown the end time.

      See the following mockup above as it is now and below as I would like it to be.

      96909192-c8ec-4199-9c47-0784fe04e32a-image.png

      posted in Troubleshooting
      R
      RobertM

    Latest posts made by RobertM

    • Uncaught SyntaxError in weather.js

      Hi, after updating to the last version, I get the following error:

      Uncaught SyntaxError: Unexpected token .   :8080/modules/defaul…ther/weather.js:146
      

      This is the line 146:

      const hourlyData = this.weatherProvider.weatherHourly()?.filter((e, i) => (i + 1) % this.config.hourlyForecastIncrements === this.config.hourlyForecastIncrements - 1);
      

      I use the chromium-browser 72.0.3626.121-0+rpt4. When i connect to the magicmirror address with my macbook and use the google chrome browser it works without error.

      Anyone an idea

      posted in Troubleshooting
      R
      RobertM
    • RE: Calendar event same start and enddate wrong (Google Calendar)

      @sdetweil

      u asked to showEnd:true…

      Yes, that’s right. It looks better and is easier to capture for 0 minute events when there is no end time. For events with a time duration, I would have liked to have shown the end time.

      See the following mockup above as it is now and below as I would like it to be.

      96909192-c8ec-4199-9c47-0784fe04e32a-image.png

      posted in Troubleshooting
      R
      RobertM
    • RE: Calendar event same start and enddate wrong (Google Calendar)

      @sdetweil yes, thats works - after restarting node - many thanks!
      53fc0418-f977-49e2-9765-e8428500ebd2-image.png

      Would it also be possible to only show the start of such 0 minutes events?

      posted in Troubleshooting
      R
      RobertM
    • RE: Calendar event same start and enddate wrong (Google Calendar)

      @sdetweil Ok, that’s true for a single event.
      Bildschirmfoto 2022-11-20 um 14.38.21.png

      If I modify the event to a series event. Then the calendar module shows a wrong end date.
      Bildschirmfoto 2022-11-20 um 14.39.33.png

      In the ical file, the content is different.

      BEGIN:VEVENT
      DTSTART;TZID=Europe/Berlin:20221121T133000
      DTEND;TZID=Europe/Berlin:20221121T133000
      RRULE:FREQ=WEEKLY;BYDAY=MO
      DTSTAMP:20221120T133538Z
      UID:4anfmr8fbcgce4qsi1675tpgcq@google.com
      CREATED:20221120T074454Z
      DESCRIPTION:
      LAST-MODIFIED:20221120T133406Z
      LOCATION:
      SEQUENCE:1
      STATUS:CONFIRMED
      SUMMARY:XYZ-series
      TRANSP:OPAQUE
      END:VEVENT
      

      I indented the lines to read the values better

       DTSTART;TZID=Europe/Berlin:20221121T133000
         DTEND;TZID=Europe/Berlin:20221121T133000
      
      posted in Troubleshooting
      R
      RobertM
    • RE: Calendar event same start and enddate wrong (Google Calendar)

      @sdetweil here is the requested section:

      BEGIN:VEVENT
      DTSTART:20221121T123000Z
      DTSTAMP:20221120T074630Z
      UID:4anfmr8fbcgce4qsi1675tpgcq@google.com
      CREATED:20221120T074454Z
      LAST-MODIFIED:20221120T074454Z
      LOCATION:
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:XYZ-Robert (21.11.2022 13:30-13:30 MEZ)
      TRANSP:OPAQUE
      END:VEVENT
      
      posted in Troubleshooting
      R
      RobertM
    • RE: Calendar event same start and enddate wrong (Google Calendar)

      Sorry, i make a mistake: The events have the same start and end time, example: 13:30 to 13:30 15.11.2022 - so a event with 0 minutes.

      posted in Troubleshooting
      R
      RobertM
    • Calendar event same start and enddate wrong (Google Calendar)

      I have some events in my Google calendar with the same start and end date, example: 13:30 to 13:00 15.11.2022

      The calendar is configured with showEnd: true, timeFormat: “dateheaders”. This 0 minutes events are displayed from the calendar module: 13:30 - 23:59 or 13:30 - 00:59.

      Any idea?

      posted in Troubleshooting
      R
      RobertM
    • RE: Cannot rotate display on new MM 2.4.0

      @philreis i have the same problem - using toverlay=vc4-fkms-v3d i have 75° and a load above 1 the whole time.

      How does electron downgraded work?

      posted in Troubleshooting
      R
      RobertM