MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MMRIZE
    3. Best
    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: MMM-CalendarExt3Agenda

      @luisestrada
      I’ll prepare how to customize it soon. I’m on travel abroad now and will return to next week. Plz wait a while. Until then, you can hide it with css.

      posted in Utilities
      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: MMM-CalendarExt3

      UPDATE 1.9.0 (2024-09-25)

      • customHeader available,.
        Now you can add customHeader for the calendar view instead of module’s default header.

      5544fcf8-c98d-47d3-be68-a699e82e03c1-image.png

      • variable maxEventLines by number of rows
        Every month has a different number of weeks in its calendar, so it was hard to adjust the height of the month view. Now, you can assign the variable maxEventLines by the number of rows. (And additional CSS Selectors related to it was added.)
      posted in Utilities
      M
      MMRIZE
    • 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: Multiple URL Querys to fill JSON

      This is not a direct answer to the question, but just for your reference.
      The fetch API can be executed directly in the browser, not just in a Node.js environment. You can call the fetch API directly in MMM-MyModule.js without needing node_helper.js.

      Additionally, since the fetch API works asynchronously, you can manage the responses of two fetch calls as follows:

      • If you need to use the response that arrives first, use Promise.race() or Promise.any().
      • If you need to wait for both responses to arrive before proceeding, use Promise.all().

      Using these methods can help you manage data synchronization more efficiently.

      posted in Troubleshooting
      M
      MMRIZE
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 13 / 13