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

Scheduled Pinned Locked Moved Utilities
89 Posts 35 Posters 100.4k 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 Jan 31, 2020, 1:05 AM Jan 28, 2020, 1:22 AM

    Hey AgP42, awesome job on this. Is there any way to remove or block an element from the url referenced?

    Edit: Nevermind. I don’t think it’s possible and just as easy to download the site, host it on the pi itself, then reference the site in the module.

    1 Reply Last reply Reply Quote 0
    • P Offline
      pdawg17
      last edited by Feb 19, 2020, 6:50 PM

      I am trying to use this module but no matter what URL I use, nothing shows up on my MM and when looking at it from my browser it says the URL “refused to connect”. Any ideas?

      S 1 Reply Last reply Feb 19, 2020, 6:53 PM Reply Quote 0
      • S Away
        sdetweil @pdawg17
        last edited by Feb 19, 2020, 6:53 PM

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

        when looking at it from my browser it says the URL “refused to connect”

        what is ‘it’?? MM or the URL U are trying to view?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Feb 19, 2020, 6:59 PM Reply Quote 0
        • P Offline
          pdawg17 @sdetweil
          last edited by Feb 19, 2020, 6:59 PM

          @sdetweil ‘It’ would be the MM setup from my browser: MM_IPaddress:8080. Thanks!

          S 1 Reply Last reply Feb 19, 2020, 7:03 PM Reply Quote 0
          • S Away
            sdetweil @pdawg17
            last edited by Feb 19, 2020, 7:03 PM

            @pdawg17 in your config.js, more than likely u have

            address: 'localhost',
            ipwhiteList:[.......]
            

            this means that ONLY apps INSIDE the mirror machine can access the mirror app (usually a mirror hangs on the wall and no-one accesses it (or should) )…

            u need to allow outside access

            address="0.0.0.0",
            ipWhiteList:[],
            

            allow anyone to access on any network interface (wifi or lan if both enabled)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • P Offline
              pdawg17
              last edited by Feb 19, 2020, 7:10 PM

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

              @pdawg17 in your config.js, more than likely u have

              address: 'localhost',
              ipwhiteList:[.......]
              

              this means that ONLY apps INSIDE the mirror machine can access the mirror app (usually a mirror hangs on the wall and no-one accesses it (or should) )…

              u need to allow outside access

              address="0.0.0.0",
              ipWhiteList:[],
              

              allow anyone to access on any network interface (wifi or lan if both enabled)

              Unfortunately, your solution is what I have already :(

              S 1 Reply Last reply Feb 19, 2020, 7:59 PM Reply Quote 0
              • S Away
                sdetweil @pdawg17
                last edited by Feb 19, 2020, 7:59 PM

                @pdawg17 that doesn’t sound right…

                MM_IPaddress:8080

                that should bring up the MM interface

                refused to connect”

                could also mean wrong ip address

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • P Offline
                  pdawg17
                  last edited by pdawg17 Feb 19, 2020, 8:34 PM Feb 19, 2020, 8:33 PM

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

                  @pdawg17 that doesn’t sound right…

                  MM_IPaddress:8080

                  that should bring up the MM interface

                  refused to connect”

                  could also mean wrong ip address

                  I’m sorry. What I mean is the MMM-SmartWebDisplay part of the Mirror gives that error. I can access the mirror from a browser just fine.

                  S 1 Reply Last reply Feb 19, 2020, 8:40 PM Reply Quote 0
                  • S Away
                    sdetweil @pdawg17
                    last edited by Feb 19, 2020, 8:40 PM

                    @pdawg17 ok, I don’t know the module, but I ‘think’ it displays ANOTHER web page ON the MM screen… (according to the readme)

                    MMM-SmartWebDisplay is a module for MagicMirror². It allow to display any web content to your MagicMirror and interact with it(the web content) through notifications or with MMM-TelegramBot.
                    

                    so, I’m not sure U access it via the MM web page url…

                    now, remote control is also not a web page access tool…

                    you can SEND it requests and it will do the action…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    P 1 Reply Last reply Feb 19, 2020, 9:58 PM Reply Quote 0
                    • P Offline
                      pdawg17 @sdetweil
                      last edited by Feb 19, 2020, 9:58 PM

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

                      @pdawg17 ok, I don’t know the module, but I ‘think’ it displays ANOTHER web page ON the MM screen… (according to the readme)

                      MMM-SmartWebDisplay is a module for MagicMirror². It allow to display any web content to your MagicMirror and interact with it(the web content) through notifications or with MMM-TelegramBot.
                      

                      so, I’m not sure U access it via the MM web page url…

                      now, remote control is also not a web page access tool…

                      you can SEND it requests and it will do the action…

                      Ok I’ve got it working but not with the website I want to use. I can get YouTube videos to work now but not this site:

                      https://www.wunderground.com/dashboard/pws/KCASANMA271

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