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 107.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.
    • A Offline
      AgP42 Project Sponsor Module Developer @rafaelcota
      last edited by

      @rafaelcota

      I didn’t know the MMM-TelegramBot, but I just check the documentation (incredibly well written ! :face_with_tears_of_joy: ) and it seams very easy to integrate, so I will add it on my coding to do list for the next version !

      Thanks for the tip !

      N 1 Reply Last reply Reply Quote 0
      • swvalentiS Offline
        swvalenti Project Sponsor
        last edited by

        Question, so this could display a RTSP security camera feed?

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

          @swvalenti
          No, it can display anything (or almost) that can be displayed on a web browser, so not an RTSP camera feed.
          But for this you can use MMM-RTSPStream

          swvalentiS 1 Reply Last reply Reply Quote 0
          • swvalentiS Offline
            swvalenti Project Sponsor @AgP42
            last edited by

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

            @swvalenti
            No, it can display anything (or almost) that can be displayed on a web browser, so not an RTSP camera feed.
            But for this you can use MMM-RTSPStream

            @AgP42 Understood thanks for responding.

            1 Reply Last reply Reply Quote 0
            • S Offline
              shbatm Module Developer @AgP42
              last edited by

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

              Did you create a dedicated post for your fork and API ?

              https://forum.magicmirror.builders/topic/9291/mmm-remote-control-v2-dev-extensible-rest-api-dynamic-menus-and-socket-communications-plus-other-updates

              @Jopyth is still the maintainer of MMM-Remote-Control, and I’ve sent a PR to have my changes included in the official repo; if he’s anything like me, this is a hobby and efforts on it come and go as time and other projects allow. Feel free to use my fork for now and if/when they get merged, I’ll let you know. I’ve been trying to include several Issue fixes in my branch as well to wrap them all up into 1 update.

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

                @AgP42 Could you explain how to “declare several instances” with this module? I tried to add it twice (once for bottom_left and once for bottom_middle, but it only shows the iFrame of bottom_left…

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