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.

    multiple modules in a region

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    42 Posts 5 Posters 15.7k Views 5 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.
    • S Offline
      sdetweil @MMRIZE
      last edited by

      @roth_nj

      @MMRIZE said in multiple modules in a region:

      Only for those modules on the screen, the CSS is severely overridden. So when you add additional modules, you should carefully handle them.

      just be careful , as he whacked the css pretty hard here to make this work, and other modules may no longer fit properly…

      MM is after all, just a web page…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R BKeyportB 2 Replies Last reply Reply Quote 0
      • R Offline
        roth_nj @sdetweil
        last edited by

        @sdetweil said in multiple modules in a region:

        @roth_nj

        @MMRIZE said in multiple modules in a region:

        Only for those modules on the screen, the CSS is severely overridden. So when you add additional modules, you should carefully handle them.

        just be careful , as he whacked the css pretty hard here to make this work, and other modules may no longer fit properly…

        MM is after all, just a web page…

        understood. as of now i only have the mmm_wallpaper and mmm_calenderext3 added in. i have half of the default modules turned off and only the clock+2 weathers still on atm. even if i do add something, it will be something like the default modules. something light and simple over the top of the photos

        1 Reply Last reply Reply Quote 0
        • BKeyportB Offline
          BKeyport Module Developer @sdetweil
          last edited by

          @sdetweil that’s half the fun of MM - whacking the CSS until you get what you want. :)

          The "E" in "Javascript" stands for "Easy"

          1 Reply Last reply Reply Quote 0
          • R Offline
            roth_nj @roth_nj
            last edited by

            @MMRIZE

            I was able to pop that code in easy enough and its all working well. this is all still running on my Mac to my monitor via electron so ill wait until I get it into my actual pi and wall display before going crazy with the finishing touches. (spacing, colors, boarders, edges, etc). hoping ill be able to get that part up and running this weekend.

            one thing I was playing around with now trying to tweak but not having any luck is the fade of the calendar pictures to the right side of them. I tried the fadeedges config option for the calendar in the main config file but it was breaking it. would it be a module/config thing? or a css thing?

            here’s what it looks like at the moment
            ad23d6be-7e82-4f83-8d77-9482fb9bbfea-image.png

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

              @roth_nj
              That is not faded. It only assigns a pale blue colour to Saturday on cellHeader in CSS.
              You can find .weekday_6 things in MMM-CalendarExt3.css then override it in your custom.css.

              .CX3 .weekday_6 {
                color: #339;
              }
              

              And long-full-day name looks somewhat ugly, So you’d better consider headerWeekDayOptions: "short", or “narrow”.

              R 2 Replies Last reply Reply Quote 0
              • R Offline
                roth_nj @MMRIZE
                last edited by

                @MMRIZE
                a little misunderstanding here. i am talking about this zone at the wallpaper background to the calendar.

                i already changed the sunday red and saturday blue to both be white at this point

                1 Reply Last reply Reply Quote 0
                • R Offline
                  roth_nj @MMRIZE
                  last edited by

                  @MMRIZE

                  1b2f61c0-36e1-48fd-bf4c-13341d8438e5-image.png

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

                    @roth_nj
                    See “.region.top.bar”. I put a gradient layer there.

                    R 1 Reply Last reply Reply Quote 0
                    • R Offline
                      roth_nj @MMRIZE
                      last edited by

                      @MMRIZE

                      bingo… awesome thanks again. I was looking for anything with fade. gradient makes sense — I’m not a programmer in any sense. after changing that, I spread the wallpaper out to 40% but left the calendar overlapping a little bit still at 66%

                      its getting real close now. but like I said I’m not going to mess with too much more until I get it up on my pi+monitor

                      thanks again for the help

                      22378d8d-0e62-4506-87c5-b0ba0d0367a6-image.png

                      BKeyportB 1 Reply Last reply Reply Quote 0
                      • BKeyportB Offline
                        BKeyport Module Developer @roth_nj
                        last edited by

                        @roth_nj Been playing around, and here’s what I came up with.

                        alt text

                        The "E" in "Javascript" stands for "Easy"

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 5 / 5
                        • 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