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 : display web contents (including YouTube) on your MM

    Scheduled Pinned Locked Moved Utilities
    89 Posts 35 Posters 122.0k Views 38 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
      CutiePatootie
      last edited by CutiePatootie

      So last night, I had this module running perfectly along with all my other modules. This morning, I’m getting errors on all the site images stating “This browser does not support svg”. No images display and they are a mixture of svgs and pngs.

      I’d made a copy of an existing website using HTTrack and I’m hosting it locally using Apache2. I’m not familiar with how MagicMirror renders pages so I’m not really sure where to look or what to change to resolve this issue.

      Edit: Not sure how, but the referring page was one level deeper and had to be referenced correctly. Fixed!

      1 Reply Last reply Reply Quote 0
      • E Offline
        Egnos
        last edited by

        Hello everybody,

        I am going crazy to find ways to disable audio from this module.

        It’s possible?
        If yes, how?

        Thank you.

        My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

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

          hello,is there a way to resize iframe and still shows all of my camera’s screen area?If i resize iframe window using config it just crop my camera’s view.My cam’s screen is 640x480 and to view it all i have to set the iframe to 640x480 too.Thats to big for my mirror…

          M 1 Reply Last reply Reply Quote 0
          • A Offline
            AgP42 Project Sponsor Module Developer @Egnos
            last edited by

            @Egnos said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

            Hello everybody,
            I am going crazy to find ways to disable audio from this module.
            It’s possible?
            If yes, how?
            Thank you.

            Hello,

            from the module itself : no it is not managed.
            But it depend the kind of source you are playing, if it is YouTube, you just have to click on the “Mute” button on the YouTube interface !

            1 Reply Last reply Reply Quote 0
            • M Offline
              maxxxxpower @costascontis
              last edited by

              @costascontis @AgP42 Same issue here. Adjusting any of the variables, either by percent or pixel, just seems to resize the window, but not the feed itself. It doesn’t zoom accordingly.

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                Doudy @maxxxxpower
                last edited by

                I display with MMM-SmartWebDisplay the maps of
                ‘http://maps.meteoradar.co.uk/’ with two different zooms. No problem with that.
                I also use the MMM-domoticz which shows me the rain forecast.
                My question :
                Is it possible when the% rain is less than 20%, for example, not to display the maps in SmartWebDisplay OR to display something else, for example.

                Capture1.PNG
                Capture2.PNG

                A 1 Reply Last reply Reply Quote 0
                • A Offline
                  AgP42 Project Sponsor Module Developer @Doudy
                  last edited by

                  @Doudy

                  To do so, you can ask your domiticz system to send a new url request according to the humidity value.
                  See https://github.com/AgP42/MMM-SmartWebDisplay#change-the-url for the synthaxe of the request to be sent.

                  But no, the module itself don’t have an input for any “logical” behavior.

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    Doudy @AgP42
                    last edited by Doudy

                    @AgP42 “But no, the module itself don’t have an input for any “logical” behavior.”
                    Damage
                    :crying_face:

                    1 Reply Last reply Reply Quote 0
                    • BKeyportB Online
                      BKeyport Module Developer
                      last edited by BKeyport

                      Is there any way to kill the refresh animation (Fade in/out)? I generally hate animation on everything. It’s annoying. Just refresh.

                      EDIT: I’ve given up on the module due to finding a better solution, no need to host a webpage to set up what I needed, and no fading in/out…

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

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

                        @BKeyport said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

                        Is there any way to kill the refresh animation (Fade in/out)? I generally hate animation on everything. It’s annoying. Just refresh.

                        EDIT: I’ve given up on the module due to finding a better solution, no need to host a webpage to set up what I needed, and no fading in/out…

                        can you share the better solution?

                        1 Reply Last reply Reply Quote 0
                        • BKeyportB Online
                          BKeyport Module Developer
                          last edited by

                          Sure, I’m using MMM-HTMLSnippet now.

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

                          1 Reply Last reply Reply Quote 0
                          • F Offline
                            fillilutten
                            last edited by

                            If I send a HTTP request via MMM-Remote-Control with an direct url to an .gif. Would work and play?

                            1 Reply Last reply Reply Quote 0
                            • TazDevT Offline
                              TazDev @peterh
                              last edited by TazDev

                              @peterh said in MMM-SmartWebDisplay : display web contents (including YouTube) on your MM:

                              50%

                              remove the space before the percent sign: 50% vs 50 %

                              1 Reply Last reply Reply Quote 0
                              • L Offline
                                lmhmm
                                last edited by

                                Hello,

                                Sorry if this has been covered before but I’ve just tried several css parameters to try to scroll the webpage down by 100-400 px. Lots of things moved the actual iframe around the mirror to certain degrees but the actual web page inside was not affected no matter what I did.

                                If anyone can advise the correct css ?under iframe? To use please?

                                I had high hopes for margin height but either - or + nothing changes …

                                Dooohhh any help appreciated sick of manually scrolling web page to position. When I do it stays there and only see the bit I want refreshing great.

                                Thanks,

                                Lorraine

                                1 Reply Last reply Reply Quote 0
                                • B Offline
                                  BigSky
                                  last edited by

                                  Can anyone advise how I might be able to grant microphone access for a webpage being displayed via this module? The page is here: https://unitydemos.frostweepgames.com/assetstore/microphone-webgl/ and they’ve provided a button to request permission but it’s not working on the pi. I’m trying to use this page as a test to determine if a simple Unity project compiled for webGL with audio input / output can be displayed as a magic mirror module. Thanks in advance for any suggestions!

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    alex2
                                    last edited by

                                    has anyone tried using this module with an axis camera? I have two cameras I want to rotate on my display. all i get is the message saying “update requested at…”

                                    1 Reply Last reply Reply Quote 0

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    • 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