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

Scheduled Pinned Locked Moved Utilities
484 Posts 82 Posters 659.1k Views 82 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.
  • C Offline
    code999 @code999
    last edited by Nov 8, 2019, 3:28 PM

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

    ? 1 Reply Last reply Nov 8, 2019, 3:34 PM Reply Quote 0
    • ? Offline
      A Former User @code999
      last edited by Nov 8, 2019, 3:34 PM

      @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 Nov 8, 2019, 5:11 PM Reply Quote 0
      • C Offline
        code999 @Guest
        last edited by Nov 8, 2019, 5:11 PM

        @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 Nov 9, 2019, 3:44 AM Reply Quote 0
        • M Offline
          mrdenmark
          last edited by Nov 8, 2019, 10:04 PM

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • M Offline
            mrdenmark @code999
            last edited by Nov 9, 2019, 3:44 AM

            @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 Nov 10, 2019, 2:49 AM Nov 9, 2019, 5:51 AM

              @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 Nov 10, 2019, 12:01 PM Reply Quote 0
              • ? Offline
                A Former User @code999
                last edited by Nov 10, 2019, 11:59 AM

                @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 Nov 27, 2019, 4:55 PM Reply Quote 0
                • ? Offline
                  A Former User @mrdenmark
                  last edited by Nov 10, 2019, 12:01 PM

                  @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
                  • J Offline
                    jani.karna
                    last edited by jani.karna Nov 10, 2019, 9:23 PM Nov 10, 2019, 9:06 PM

                    Hi! I’m trying to modify css. I created css/custom.css in MagicMirror/modules/MMM-CalendarExt2/ and tried doing modifications but none of them seem to do anything. Permissions for dir and file are 777.
                    Is there something I’m not understanding here?

                    for example I tried this in custom.css but it doesn’t work. This only works in MMM-CalendarExt.css file.

                    
                    .CX2 .weekSlot.seq_0 .cellSlot .slotSubTitle {
                      position:relative;
                      top:-30px;
                      left:40%;
                    }
                    

                    Also, how can I get month calendar to only show 4 weeks instead of 5?

                    ? 1 Reply Last reply Nov 11, 2019, 8:05 AM Reply Quote 0
                    • ? Offline
                      A Former User @jani.karna
                      last edited by Nov 11, 2019, 8:05 AM

                      @jani-karna
                      You don’t need to create your own css/custom.css under module directory. That file locates under your MagicMirror directory. css/custom.css is a global common file to be used by all the modules.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 48
                      • 49
                      • 8 / 49
                      8 / 49
                      • First post
                        78/484
                        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