MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-SmartWebDisplay : Regions / Resizing

    Troubleshooting
    5
    13
    844
    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.
    • G
      gaudouy last edited by

      Hello,

      I would like to know how to resize the " MMM-SmartWebDisplay " module so that it can occupy the following regions:

      alt text
      upper_third is yellow
      middle_center is cyan
      lower_third is magenta

      I would like it to occupy the following space(red):

      mm_sizing.jpg

      I tried without success for two days trying to modify the CSS, the module, the config file … nothing works.
      My skills are very very limited.

      Do you have any ideas ?

      Thanks in advance,
      Regards,

      1 Reply Last reply Reply Quote 0
      • lavolp3
        lavolp3 Module Developer last edited by lavolp3

        I would set it into the top_left region right below the default clock module.
        Then in the custom.css I would set

        .MMM-SmartWebDisplay {
          height: xxxpx;  //put in the height you want, e.g. 600px
          width: 100%;
        }
        

        Not sure if that works. Try it out.

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        1 Reply Last reply Reply Quote 0
        • G
          gaudouy last edited by gaudouy

          Thanks for your response.

          I set the top_left region in the conf file and I add your code at the end of the css.

          .MMM-SmartWebDisplay {
            height: 1000px;  //put in the height you want, e.g. 600px
            width: 100%;
          }
          

          But it’s not working 😞 :
          mm_sizing-2.jpg

          1 Reply Last reply Reply Quote 0
          • G
            gaudouy last edited by

            When I define FullScreen, the size of the module is the same. What is the method for change his size ?

            mm_sizing-3.jpg

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

              @gaudouy said in MMM-SmartWebDisplay : Regions / Resizing:

              MMM-SmartWebDisplay

              like this ?

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

                for your help, try launch MM with dev for open console.
                You can modify CSS in real time and see result

                and… humm, use webview for displaying ALL link
                iframe is so limited for this and return many error 🙂

                1 Reply Last reply Reply Quote 0
                • G
                  gaudouy last edited by gaudouy

                  @Bugsounet said in MMM-SmartWebDisplay : Regions / Resizing:

                  for your help, try launch MM with dev for open console.
                  You can modify CSS in real time and see result

                  and… humm, use webview for displaying ALL link
                  iframe is so limited for this and return many error 🙂

                  It’s work when I modify the Ifram size ! Thanks 😃

                  1 Reply Last reply Reply Quote 0
                  • I
                    imchrisrein last edited by

                    I am in the same boat. Added a webpage but only a small sliver is showing. The first picture is the style that I am going for and the second picture is my current setup.

                    dakboard-big-calendar.png 1614234230788-2021-02-25-010614_1080x1920_scrot.png

                    Any idea how to get the whole web page to show? Is it in my custom css or something within the module that needs to change?

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

                      @imchrisrein what position is it set in?

                      Sam

                      Create a working config
                      How to add modules

                      I 1 Reply Last reply Reply Quote 0
                      • I
                        imchrisrein @sdetweil last edited by

                        @sdetweil
                        I have tried a bunch of different regions, but right now I have lower_third

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy