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

    Posts

    Recent Best Controversial
    • RE: Apple Calendar integration

      @srobison62

      1. XXX_center is not a good place to use CX3 module. center position too narrow and doesn’t have a fixed width because it is decided by left and right width by calculation. Especially in the vertical screen? Terrible. You may have only around 1000px(considering the gap of margin) width of the vertical screen, and that number should be shared with another region, left and right. Usually, a pretty side region would have over 300px, so your center region will have only 300~400px. It is not enough for 7 days cells of the calendar.
        I recommend bottom_bar.

      2. The CX3 module doesn’t handle ICS data directly. You may need the default calendar module as a calendar events provider. You also need to set the `broadcastEvents’- related properties properly.

      3. It seems you already did CSS modification; it’s your taste. I’ll not mention about it. Anyway, I cannot agree that the default CSS would be awful at all.
        60d52d11-63c6-4035-996a-14679e8a032f-image.png

      posted in Troubleshooting
      M
      MMRIZE
    • RE: Apple Calendar integration

      @brentmatthews
      Ah sorry. It was not about you. I had confusing @srobison62 and you.

      737cedfe-4daf-434c-9c2a-5fd7f7b9c1b6-image.png

      posted in Troubleshooting
      M
      MMRIZE
    • RE: Apple Calendar integration

      @brentmatthews
      So… what you expected and what you got really that looked hideous?

      posted in Troubleshooting
      M
      MMRIZE
    • RE: Apple Calendar integration

      @srobison62
      Show us TO-BE and AS-IS.

      posted in Troubleshooting
      M
      MMRIZE
    • RE: MMM-CalDAV

      @caw
      I cannot say anything without the full log. But at the first execution, ics would not be written yet, (calendar module is so fast than CalDAV’s connection and parsing) so just wait for the next cycle to finish serving, or just stop and rerun MM. From the second execution, ics will be served.
      bf4de281-b9a7-4467-88bb-7c60effdc079-image.png

      posted in Productivity
      M
      MMRIZE
    • RE: MMM-CalendarExt3Agenda

      @danny607
      https://forum.magicmirror.builders/topic/16976/mmm-calendarext3agenda/152?_=1725781945711

      posted in Utilities
      M
      MMRIZE
    • RE: MMM-CalDAV

      @caw

      [ERROR] Error: EACCES: permission denied, open ‘/opt/magic_mirror/modules/MMM-CalDAV/service/.SYNOLOGY_Simon.ics’

      I’m not familiar with the Docker setting. Anyway, it seems to be a permission issue. The docker container creation and execution might be performed by different accounts. Or you may need proper permission for those files or directories. However, I have no idea of Docker environment, so that’s all I can say.

      posted in Productivity
      M
      MMRIZE
    • RE: MMM-CalDAV

      @caw said in MMM-CalDAV:

      {
      module :“MMM-CalDAV”,
      config: {
      servers: [
      {
      envPrefix: “SYNOLOGY_”,
      serverUrl: “https://myownsynologyadress.de/caldav/”,
      ],
      },
      },

      And you’ve missed a closing brace in your code.

       {
      		module :"MMM-CalDAV",
      		config: {
      			servers: [
      				{
      					envPrefix: "SYNOLOGY_",
      					serverUrl: "https://myownsynologyadress.de/caldav/",
                                       }, // <-- HERE
      			],
      		},
      	},
      
      posted in Productivity
      M
      MMRIZE
    • RE: MMM-CalDAV

      @caw said in MMM-CalDAV:

      following error occurs

      67dabd85-84e5-4b0a-bd0e-749d4ba4e3c6-grafik.png

      ???
      I cannot understand the context. What did you do? The image seems like that something on the browser.

      Does your MagicMirror is executed on the Synology NAS with Docker?

      posted in Productivity
      M
      MMRIZE
    • RE: MMM-CalDAV

      @caw could you show me the capture of error message to know what happened?

      posted in Productivity
      M
      MMRIZE
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 95
    • 96
    • 9 / 96