MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    CalendarExt3 Correct calendar not displayed

    Scheduled Pinned Locked Moved Utilities
    4 Posts 3 Posters 622 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      DarrenO
      last edited by sdetweil

      Re: MMM-CalendarExt3

      Great update over the Ext2 module and by far the best Calendar module available!
      I am having an issue with the Ext3 module though.

      I have the module configured correctly but it does not show the calendar that I specify.
      Instead, it shows another calendar that I have configured for the default Calendar module.

      I’m using the default Calendar module in the top-left position to display a combination of family member calendars and have the Ext3 module configured in the bottom_bar position to display to display the week ahead of a calendar for scheduled network upgrade events.

      Why would an unrelated calendar display in the Ext3 and how can I get the correct calendar to display?

      On a minor note, how do I hide/remove the “CW#” text that is displayed at the beginning of each week or is this “hard-coded” and cannot be hidden/removed?

      Thanks

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @DarrenO
        last edited by

        @DarrenO EXT3 ONLY shows entrys broadcast from the default calendar module.

        EXT3 does NOT read the calendar itself, like ext2 did

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @sdetweil
          last edited by sdetweil

          @sdetweil to hide the Current Week number you would use an entry in custom.css

          to make it not display

          .CX3 .cw {
          display: none;
          }
          

          Screenshot at 2024-01-11 15-38-13.png

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            MMRIZE @sdetweil
            last edited by

            @sdetweil
            More specific code is needed.
            https://github.com/MMRIZE/MMM-CalendarExt3/wiki/Examples-%26-Tips
            9bcedacd-a6c8-4ad9-bc55-f610ac85af9f-image.png

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy