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-CalendarExt2

    Scheduled Pinned Locked Moved Utilities
    486 Posts 83 Posters 827.7k Views 83 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.
    • R Offline
      rookiepilot
      last edited by

      Did anybody else’s MMM-CalendarExt2 module break after daylight savings? (Sunday November 3rd). Both my “MMM-MyCalendar” AND “MMM-CalendarExt2” modules are showing events on the wrong days now. The problem seems to only occur with reoccurring events; they usually show up one day earlier. Rebooting does not correct the issue. I hope someone can figure this out soon 😞

      1 Reply Last reply Reply Quote 0
      • C Offline
        code999
        last edited by

        Hi All,

        So I have been trying to figure out how to make the calendar smaller. It is over lapping other modules. I have read the docs but I am unclear on how it all comes together to work. Please help.

        C 1 Reply Last reply Reply Quote 0
        • C Offline
          code999 @code999
          last edited by

          @code999 I guess no one knows how to do this? Everything I try it does not change what I want.

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @code999
            last edited by

            @code999
            Too ambiguous. What you tried and what you expected as a result? It would be nice to understand with an image about where is an issue and how to change it.
            You can customize CSS to adjust the size of almost every element, and you can adjust some height-related values on the configuration. And, there be some brief information about the HTML structure and CSS selectors on docs. e.g) https://github.com/eouia/MMM-CalendarExt2/wiki/4.-Styling
            So, what is your issue?

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              code999 @Guest
              last edited by

              @Sean sorry about me not able to explain what I am trying to do. this is how it looks now. 0_1573232750888_before edit.JPG I want to move it to the right and shrink it so it does not overlap the other modules. 0_1573232901007_trying to do.JPG
              Thanks for your help.

              M ? 2 Replies Last reply Reply Quote 0
              • M Offline
                mrdenmark
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • M Offline
                  mrdenmark @code999
                  last edited by

                  @code999
                  try position top_right instead of full_screen and see how that looks, you can then have a dig around the files and see if you can alter the size by specifying the size % or pixels

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mrdenmark
                    last edited by mrdenmark

                    @Sean ,
                    can this module work with mmm-keybindings?i’d like to use the spacebar or similar to cycle through scenes

                    ? 1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User @code999
                      last edited by

                      @code999
                      Which position did you set for the view? put the view in a proper position, then, add this into your css/custom.css

                      .CX2 {
                        width: 800px;
                      }
                      

                      Or any size you want.

                      0_1573387050845_0213703d-e4ca-4192-97f6-9b46faa4cd07-image.png

                      C 1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User @mrdenmark
                        last edited by

                        @mrdenmark

                        can this module work with mmm-keybindings?i’d like to use the spacebar or similar to cycle through scenes

                        https://github.com/eouia/MMM-CalendarExt2/wiki/3.-Usage
                        If your module can emit customized notifications(e.g: CALEXT2_SCENE_NEXT or somethings), possible.
                        Or you can use MMM-NotificationTrigger to translate or relay original notification to specific customized target notification.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 8
                        • 9
                        • 10
                        • 11
                        • 12
                        • 48
                        • 49
                        • 10 / 49
                        • 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