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.1k 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.
    • Z Offline
      Zwirbel
      last edited by

      Ok, I have found the error myself: the position “bottom_middle” does not exist, I have to use “bottom_center”. Now it works!

      A 1 Reply Last reply Reply Quote 0
      • A Offline
        Anthony Project Sponsor
        last edited by

        @AgP42
        I already have installed MMM-RemoteControl in my MM. If I remove it and reinstall it from your repository will it install the new feture as well to control SWD?

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

          I’m loving this module, but having slight issue. it seems if i use the adjustment for height or width the area resizes but does not scale the image by the percentage as i would expect.

                                      height:"50 %", //hauteur du cadre en pixel ou %
                                      width:"50 %", //largeur
          

          produces a 50 pixel square image

          and

                                    height:"50%", //hauteur du cadre en pixel ou %
                                      width:"50%", //largeur
          

          produces an image that is half the size but cropped, showing only the top left 1/4 of the image.

          If anyone can see an error in my config please let me know :-)

            {
            module: 'MMM-SmartWebDisplay',
            header: "South Doodlakine Radar",
            position: 'bottom_right',       // This can be any of the regions.
            config: {
                           logDebug: false, //set to true to get detailed debug logs. To see them : "Ctrl+Shift+i"
                           //height:"524", //hauteur du cadre en pixel ou %
                           //width:"564", //largeur
                           height:"50%", //hauteur du cadre en pixel ou %
                           width:"50%", //largeur
                           updateInterval: 1, 
                           NextURLInterval: 0.5, 
                           displayStateInfos: false, 
                           displayLastUpdate: false,
                           displayLastUpdateFormat: 'ddd - HH:mm:ss', //format of the date and time to display
                           url: ["http://www.bom.gov.au/radar/IDR58B.gif?123", "http://www.bom.gov.au/radar/IDR58B.gif?345"], 
                           scrolling: "no" 
                         }
            },
          

          regards

          PeterH

          A TazDevT 2 Replies Last reply Reply Quote 0
          • L Offline
            lukas1760
            last edited by

            Great job! But…is it possible to show html file saved in rpi folder?

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

              Have the same problem as PeterH, does anyone have a fix?

              1 Reply Last reply Reply Quote 0
              • S Offline
                smassy
                last edited by

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

                through notification by any other module

                Hello,

                First: Good job, module is very nice and easy to implement.

                I have a little problem to understand how to change URL by notification from another module. I am using MMM-Assistant2 with a recipe but I’m not sure how to configure it. A little help would be greatly appreciated.

                config.js:
                {
                module: ‘MMM-SmartWebDisplay’,
                position: ‘bottom_left’, // This can be any of the regions.
                config: {
                // See ‘Configuration options’ for more information.
                logDebug: false, //set to true to get detailed debug logs. To see them : “Ctrl+Shift+i”
                height:“200px”, //hauteur du cadre en pixel ou %
                width:“300px”, //largeur
                updateInterval: 0, //in min. Set it to 0 for no refresh (for videos)
                NextURLInterval: 0, //in min, set it to 0 not to have automatic URL change. If only 1 URL given, it will be updated
                displayStateInfos: false, //to display if the module is on autoloop, or stop.
                displayLastUpdate: true, //to display the last update of the URL
                displayLastUpdateFormat: ‘ddd - HH:mm:ss’, //format of the date and time to display
                url: [“https://www.youtube.com/embed/9xXww6Yyl34?list=PLa51J4RKCoTXCfr-qubj2FUgPADypF3Gk”], //source of the URL to be displayed
                scrolling: “no” // allow scrolling or not. html 4 only
                }
                },

                Recipe (playlist.js)
                var recipe = {
                transcriptionHook: {
                “playlist_sylvain”: {
                pattern: “liste sylvain”,
                command: “playlist_1”
                },
                },
                command: {
                “playlist_1”: {
                moduleExec: {
                module: [“MMM-SmartWebDisplay”],
                exec: (module, params, key) => {
                module: ({url: [“http://www.google.com”]}) //test url
                }
                }
                },
                },
                }
                exports.recipe = recipe

                What I am missing?

                Thank you!

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

                  Hello,

                  sorry guys not having answering before, I will try to answer all your questions now !

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

                    @Zwirbel Great, thanks that you could confirm it’s works, thanks ! :smiling_face_with_smiling_eyes:

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

                      @Anthony : Yes absolutely ! Did you try it and can confirm it works fine ?

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

                        @peterh and @zjonesz : Unfortunatelly I don’t know also how to solve it…

                        Maybe someone have a solution ?

                        (I have to admit that I am not using that module myself anymore…)

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

                          @lukas1760 : Normaly yes, any html/css/javascript file can be executed.

                          Did you test to be able to confirm that it works ?

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

                            @smassy

                            the configuration of MMM-SmartWebDisplay seams ok

                            I don’t know the module MMM-Assistant2, is it this one : https://github.com/eouia/MMM-AssistantMk2 ?
                            If not, can you send me the link on it’s documentation ?

                            To be able to send a new url to display to the MMM-SmartWebDisplay, the configuration has to be exactly like that :
                            {notification: “SWD_URL”, payload: {url:[“https://magicmirror.builders/”]}}
                            This line means : send to the system a “notification” (it is a MagicMirror mecanism) with the topic “SWD_URL” (so my module knows that this notification is for him), and then you have to send a “payload” (extra infos) with the URL you want to use.

                            Does that helps ? If yes please let us know the solution !

                            Bye,
                            AgP

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              smassy
                              last edited by

                              @AgP42

                              Thank for answering! :-)

                              Yes the Assistant is https://github.com/eouia/MMM-AssistantMk2

                              I will test with your recommendation and let you know if I’m able to make it work.

                              See ya!

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                smassy
                                last edited by

                                @AgP42

                                Good news, I was able to make it work thanks to you! But…there is a but… The youtube link with autoplay is not working :-(

                                This simple url
                                https://www.youtube.com/embed/JGwWNGJdvx8?autoplay=1

                                Will give you ‘video unavailable’ error, remove the autoplay tag and it will show (not play).

                                Trying to find out how to make it work and I will post my config as soon as I get the hang of it.

                                See ya!

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

                                  @smassy are you on version 2.8.0?
                                  We put a fix in for video not autoplay

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    smassy
                                    last edited by smassy

                                    @sdetweil

                                    Ok I finally got that you were talking about magic mirror, yes it’s 2.8.0. But does it affect smartwebdisplay? I thought the module was independent.

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

                                      @smassy well it’s MMM-smartwebdisplay, so I assume it’s a module for MagicMirror.

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

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

                                        @sdetweil

                                        Yes, I restarted my Pi and normal link is playing video now
                                        https://www.youtube.com/embed/JGwWNGJdvx8?autoplay=1

                                        ~~My playlist is still not working
                                        https://www.youtube.com/embed/0-rG98j2DWE?list=PLa51J4RKCoTXCfr-qubj2FUgPADypF3Gk?autoplay=1~~

                                        scratch that it’s working!!! :-) something must needed a refresh in the services

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

                                          Hi

                                          I am not able to get anything to display using my own url in this module. The default config urls work fine but not mine. I am trying to display a video feed from a D-Link camera using a url in this format - http://user:password@ipaddress:port/video/mjpg.cgi. This works fine from this camera when pasted into any web browser but not in my mirror. Any suggestions would be gratefully received.

                                          Chris.

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

                                            Hi @Chris62 ,

                                            unfortunately it is not easy, this is due to safety mechanisms of iframes that prevent to send password…

                                            Personally I just removed the password of my camera :face_screaming_in_fear:

                                            But you can try some cleverer solutions, search google for “iframe password” or “iframe authentifaction” and you can try to get some clues.
                                            Here is one answer that I found interesting : https://stackoverflow.com/questions/15639280/basic-authentication-for-a-url-in-an-iframe

                                            If you find a way, please let us know !
                                            (and if it include some change on the code, I can also implement it, but so far I didn’t find any technical way…)

                                            Good luck !

                                            C 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
                                            • 2 / 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