• 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.

I can't get mmm-screencast to work

Scheduled Pinned Locked Moved Unsolved Troubleshooting
59 Posts 6 Posters 18.2k Views 6 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.
  • J Offline
    jste84 @JerryP
    last edited by jste84 Jan 17, 2021, 5:31 PM Jan 17, 2021, 5:28 PM

    @JerryP so tried unplugging the shield when I hit the cast button it says no devices found.

    module: 'MMM-Screencast',
    		position: 'bottom_right', 
    		config: {
    			position: 'center', 
    			castName: 'Mirror',
    			height: 300,
    			width: 500,
    		}},
    
    S J 2 Replies Last reply Jan 17, 2021, 5:42 PM Reply Quote 0
    • S Offline
      sdetweil @jste84
      last edited by Jan 17, 2021, 5:42 PM

      @jste84 did u check to see if there are any errors, pm2 logs or dev window. sounds like the listen for incoming requests is not setup

      u will have to have adresss:“0.0.0.0”, and ipWhitelist:[]

      to allow machines (phone table laptop…) to connect to the mm server running the module

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Jan 17, 2021, 5:49 PM Reply Quote 1
      • J Offline
        jste84 @sdetweil
        last edited by Jan 17, 2021, 5:49 PM

        @sdetweil how do I check for those?

        The address and ipWhitelist are both set this way.

        J 1 Reply Last reply Jan 17, 2021, 5:53 PM Reply Quote 0
        • J Offline
          JerryP @jste84
          last edited by Jan 17, 2021, 5:49 PM

          @jste84 so tried unplugging the shield when I hit the cast button it says no devices found.

          I’m thinking that you want something that’s not possible. Or I’m confused.
          The Shield is a different device. so unplug the power of it.
          Than take a phone whits is on the seem wifi network as the mirror
          Then use your phone en pick a movie on YouTube.com
          and hit the cast button.

          Your config looks oke.
          The pull is als don
          so I don’t know why it’s not working

          IMG_8749.jpg
          In the picture you can see my 2 mirrors.
          “Huiskamer”
          “Spiegeltje”

          1 Reply Last reply Reply Quote 0
          • J Offline
            JerryP @jste84
            last edited by JerryP Jan 17, 2021, 6:11 PM Jan 17, 2021, 5:53 PM

            @jste84

            var config = {
            	address: "0.0.0.0"
            	port: 8080,
            	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
            	useHttps: false, 		
            	httpsPrivateKey: "", 
            	httpsCertificate: "", 
            
            	language: "nl",
            	timeFormat: 24,
            	units: "metric",
            modules: 
            

            This is my part of de var (ip handeling)

            S J 2 Replies Last reply Jan 17, 2021, 7:01 PM Reply Quote 0
            • S Offline
              sdetweil @JerryP
              last edited by Jan 17, 2021, 7:01 PM

              @JerryP your whitelist says only apps inside mirror can connect

              use

              ipWhitelist:[],

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 1 Reply Last reply Jan 17, 2021, 7:06 PM Reply Quote 0
              • J Offline
                JerryP @sdetweil
                last edited by Jan 17, 2021, 7:06 PM

                @sdetweil i removed the ip adres of the laptop an tv.
                But for the mmm-screencast module is That no problem

                S 1 Reply Last reply Jan 17, 2021, 7:23 PM Reply Quote 0
                • S Offline
                  sdetweil @JerryP
                  last edited by Jan 17, 2021, 7:23 PM

                  @JerryP why cant u start allowing everything, and tighten it up later.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    jste84 @JerryP
                    last edited by Jan 17, 2021, 7:26 PM

                    @JerryP the only difference between your config and mine is ipWhitelist for me is [] and language is English.

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      jste84
                      last edited by Jan 17, 2021, 7:29 PM

                      I unplugged the shield as that is what you asked me to try.

                      I then used my phone to try and cast… But had no joy. It didn’t find any devices. I rebooted the mirror and it still didn’t find it

                      S 1 Reply Last reply Jan 17, 2021, 9:31 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 5 / 6
                      5 / 6
                      • First post
                        45/59
                        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