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

    Posts

    Recent Best Controversial
    • RE: Cant use showEnd icloud cal

      @sdetweil said in Cant use showEnd icloud cal:

      @blvk turn off showOnlyWithDuration

      set to false, no changes, do you need some more informations i can share?

      posted in Troubleshooting
      B
      blvk
    • RE: Cant use showEnd icloud cal

      @sdetweil said in Cant use showEnd icloud cal:

      @blvk also need

      tineFornat:"absolute"
      

      firefox_0FdFJeDVoA.png

      Nothing changed

      posted in Troubleshooting
      B
      blvk
    • Cant use showEnd icloud cal

      Hey,

      hopefully you can help me. If already tryed to try this fix but it dont work for me.
      https://github.com/MagicMirrorOrg/MagicMirror/issues/2629

      My problem, i got a Calendar form my icloud cal. I already got every informations i want.

      This is my ics

      BEGIN:VEVENT
      CREATED:20240922T101541Z
      DTEND;VALUE=DATE:20250104
      DTSTAMP:20240922T101542Z
      DTSTART;VALUE=DATE:20241216
      LAST-MODIFIED:20240922T101541Z
      SEQUENCE:0
      SUMMARY:Urlaub Jan
      UID:66E9674A-B97F-41DC-B25E-DE2D2C4DFF3B
      URL;VALUE=URI:
      X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
      X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
      TRANSP:OPAQUE
      END:VEVENT
      
                      {
                              "module": "calendar",
                              "header": "Urlaub",
                              "position": "top_left",
                              "config": {
                                      showEnd: true,
                                      showEndsOnlyWithDuration: true,
                                      maximumEntries: 8,
                                      "calendars": [
                                              {
                                                      "symbol": "calendar",
                                                      "url": "http://192.168.178.3:8080/modules/calendars/3920BBAD-278C-4EAB-AF16-9442B82D2459.ics"
                                              },
                                      ]
                              }
                      },
      

      The showEnd dont work, i got only the start date of my holidays.

      What do i wrong?

      posted in Troubleshooting
      B
      blvk
    • 1 / 1