• 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-SmartWebDisplay : Regions / Resizing

Scheduled Pinned Locked Moved Troubleshooting
13 Posts 5 Posters 2.3k 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.
  • G Offline
    gaudouy
    last edited by Apr 29, 2020, 1:09 PM

    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
    • L Offline
      lavolp3 Module Developer
      last edited by lavolp3 Apr 29, 2020, 2:18 PM Apr 29, 2020, 2:18 PM

      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 Offline
        gaudouy
        last edited by gaudouy Apr 29, 2020, 3:45 PM Apr 29, 2020, 3:42 PM

        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 Offline
          gaudouy
          last edited by Apr 29, 2020, 3:52 PM

          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
          • ? Offline
            A Former User
            last edited by Apr 29, 2020, 4:03 PM

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

            MMM-SmartWebDisplay

            like this ?

            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User
              last edited by A Former User Apr 29, 2020, 4:06 PM Apr 29, 2020, 4:04 PM

              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 Offline
                gaudouy
                last edited by gaudouy Apr 29, 2020, 5:08 PM Apr 29, 2020, 5:07 PM

                @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 :D

                1 Reply Last reply Reply Quote 0
                • I Offline
                  imchrisrein
                  last edited by Feb 25, 2021, 10:58 PM

                  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 Feb 26, 2021, 1:22 AM Reply Quote 0
                  • S Offline
                    sdetweil @imchrisrein
                    last edited by Feb 26, 2021, 1:22 AM

                    @imchrisrein what position is it set in?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    I 1 Reply Last reply Feb 26, 2021, 2:02 AM Reply Quote 0
                    • I Offline
                      imchrisrein @sdetweil
                      last edited by Feb 26, 2021, 2:02 AM

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

                      S 1 Reply Last reply Feb 26, 2021, 2:38 AM 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 Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy