• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-CalendarExt3 not showing events on calendar, but does on list after 2.30 update

Scheduled Pinned Locked Moved Solved Troubleshooting
37 Posts 5 Posters 4.7k Views 6 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.
  • T Offline
    tke499 @MMRIZE
    last edited by Jan 2, 2025, 2:26 AM

    @MMRIZE I have re-installed CX3 3 times now. Still having the same issue

    M 1 Reply Last reply Jan 2, 2025, 2:58 AM Reply Quote 0
    • T Offline
      tke499 @MMRIZE
      last edited by Jan 2, 2025, 2:30 AM

      @MMRIZE I only have 2 other modules installed, one for nest and the other for traffic.

      S 1 Reply Last reply Jan 2, 2025, 3:28 AM Reply Quote 0
      • M Offline
        MMRIZE @tke499
        last edited by Jan 2, 2025, 2:58 AM

        @tke499
        Send me your ics file or url. (eouia0819@gmail.com)

        1 Reply Last reply Reply Quote 0
        • S Away
          sdetweil @tke499
          last edited by Jan 2, 2025, 3:28 AM

          @tke499 what is the settings in the default calendar,
          xxx out your url

          set :maximumEvents:100,

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          T 1 Reply Last reply Jan 2, 2025, 3:33 AM Reply Quote 0
          • T Offline
            tke499 @sdetweil
            last edited by Jan 2, 2025, 3:33 AM

            @sdetweil I set it to 100. The events now show up, but low the list on the side goes to the bottom of the screen. Not the desired effect.

            S 2 Replies Last reply Jan 2, 2025, 3:44 AM Reply Quote 0
            • S Away
              sdetweil @tke499
              last edited by Jan 2, 2025, 3:44 AM

              @tke499 use limitdays

              there are 50 knobs to adjust

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • S Away
                sdetweil @tke499
                last edited by sdetweil Jan 2, 2025, 12:14 PM Jan 2, 2025, 11:57 AM

                @tke499 you can try maximumEvents:12 or 15

                there is also a way with css. i will test and document in a little while

                this should hide more than 10 events in the default calendar
                in custom.css

                .calendar table tr:nth-child(n+10) {
                  display: none;
                }
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S N 2 Replies Last reply Jan 2, 2025, 1:08 PM Reply Quote 0
                • S Away
                  sdetweil @sdetweil
                  last edited by sdetweil Jan 2, 2025, 1:10 PM Jan 2, 2025, 1:08 PM

                  @tke499 I have confirmed the css approach works…
                  in ~/MagicMirror/css/.custom.css

                  .calendar table tr:nth-child(n+10) {  /* 10 is the number of rows you want showing */  
                            display: none;
                  }
                  

                  I have maximumEvents:200
                  and only 10 lines show with the css posted
                  without it, it goes to the bottom of the screen

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  T 1 Reply Last reply Jan 2, 2025, 2:22 PM Reply Quote 0
                  • N Offline
                    Niggich @sdetweil
                    last edited by Jan 2, 2025, 2:11 PM

                    @sdetweil thx this is working for me, but now the events doesn’t fade out… any solution?

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      tke499 @sdetweil
                      last edited by Jan 2, 2025, 2:22 PM

                      @sdetweil this works, just no fade. Thanks

                      S 2 Replies Last reply Jan 2, 2025, 2:36 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        17/37
                        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