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

    Topics

    • N

      MMM-CalendarExt3 rename Popover PERIOD, DESCRIPTION, LOCATION, CALENDAR

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      1
      0 Votes
      3 Posts
      700 Views
      M
      @nhweb Done. Update module to 1.8.1 Then, in your custom.css, append these lines. /* css/custom.css */ #CX3_POPOVER .criteriaItem.period .name::before { content: "PERIOD"; } #CX3_POPOVER .criteriaItem.location .name::before { content: "LOCATION"; } #CX3_POPOVER .criteriaItem.description .name::before { content: "DESCRIPTION"; } #CX3_POPOVER .criteriaItem.calendar .name::before { content: "CALENDAR"; } Modify as your wish.
    • N

      MMM-CalendarEx3 use description instead of summary of ics file

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      2
      0 Votes
      4 Posts
      748 Views
      M
      @nhweb /* MMM-CalendarExt3 config in config/config.js */ ... config: { eventTransformer: (event) => { if (event.calendarName === 'test' && event.description) { // If event is from 'test' calendar and has description, event.title = event.description } return event; } ... 9:00 PM event was originally titled as ‘Singleday Event’ [image: 1706611641608-f6e47e7f-7994-4b6d-8071-4a97658aee7f-image.png]
    • 1 / 1