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

iFrame module ip camera

Scheduled Pinned Locked Moved Unsolved Troubleshooting
5 Posts 4 Posters 2.7k Views 3 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
    costascontis
    last edited by costascontis Dec 31, 2018, 10:17 AM Dec 31, 2018, 10:14 AM

    Trying to use MMM-iFrame-Ping module to show the videostream from my out door ip camera.
    i add to my config.js :

    module: 'MMM-iFrame-Ping',
    		position: 'middle_center',	// This can be any of the regions.
    		config: {
    			// See 'Configuration options' for more information.
    			url: "http://admin:xxxxxxxxx@ipcamera_address:port/videostream.cgi",
    			autoRefresh: false, //set to false for video
    			scrolling: "no", 
    			}
    	},
    

    and i always get “NOK PING” and no video.
    What am i doing wrong?I tryied an alternative ip format that it is working fine to my openhab/habpanel frame widget :

    http://ipcamera_address:port/videostream.cgi?user=admin&pwd=xxxxxxx
    

    but no luck also…using both urls at chrome or vlc i get videostream.

    1 Reply Last reply Reply Quote 0
    • R Offline
      Ramez
      last edited by Ramez Jan 1, 2019, 9:40 PM Jan 1, 2019, 9:39 PM

      in config file change the lines:
      address: "localhost", to address: "", and ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], to ipWhitelist: [],
      then try…if not then stream it with other MMM-iFrame module…I’ve just tried to stream my mobile camera capture using IP webcam it’s not working in MMM-iFrame-ping module but in MMM-iFrame it’s super awesome :raising_hands:

      1 Reply Last reply Reply Quote 0
      • B Offline
        bhepler Module Developer
        last edited by Jan 2, 2019, 4:15 AM

        You may wish to look at MMM-RTSPStream.

        1 Reply Last reply Reply Quote 0
        • C Offline
          costascontis
          last edited by Jan 2, 2019, 3:15 PM

          thnx guys for ur answers, i managed to view my cam with MMM-iFrame,My problem is that the frame is too big.My cam is 640x480 and i want a smaller iframe for example 320x280.If i change the iFrame to that heigth and width i loose the half of my ip cam view.Is there a way to make all the frame smaller without decreasing the actual camera’s resolution?

          D 1 Reply Last reply Jan 13, 2021, 2:04 PM Reply Quote 0
          • D Offline
            drx1984 @costascontis
            last edited by Jan 13, 2021, 2:04 PM

            @costascontis please tell me how you did it with the MMM-iFrame module.
            would you have me an example config ??
            Please help me thank you

            1 Reply Last reply Reply Quote 1
            • 1 / 1
            • 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