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-IPCam - Display images from your (foscam) ip camera

    Scheduled Pinned Locked Moved Utilities
    17 Posts 9 Posters 18.0k Views 9 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.
    • binderthB Offline
      binderth
      last edited by binderth

      I got a FOSCAM FI-9805W, which seems also not supported. I think, there are different FOSCAM APIs out there.
      My camera returns a JPG after this call:

      • http://192.168.x.x:8080/cgi-bin/CGIProxy.fcgi?usr=XXX&pwd=xxx&cmd=snapPicture2

      I’m not sure, which one the library uses? the one of the foscam forum works with me.

      1 Reply Last reply Reply Quote 0
      • V Offline
        Vitiate @desq
        last edited by

        @desq How are you doing this?

        1 Reply Last reply Reply Quote 0
        • D Offline
          desq
          last edited by

          @Vitiate I´m using the mjpeg-Stream from my ipCam;

          document.getElementById("foscam").src = "http://0.0.0.0:Port/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=USER&pwd=PASS";
          
          Mitch1138M 1 Reply Last reply Reply Quote 0
          • Mitch1138M Offline
            Mitch1138 @desq
            last edited by

            I am new to MagicMirror but do have several modules working, but no success with IpCam. The module is in the MMM-IpCam folder in magicMirror/modules but on startup the entire screen is black. If I remove MM-IpCam from the config file, everything comes back. I can successfully stream images from by camera and a web browser with: http://0.0.0.0:port/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=&pwd=. Any suggestions? Thanks.

            bheplerB 1 Reply Last reply Reply Quote 0
            • foxF Offline
              fox @Mitchfarino
              last edited by

              @Mitchfarino said in MMM-IPCam - Display images from your (foscam) ip camera:

              Nice work!

              Could it be used in conjunction with this?

              http://projects.privateeyepi.com/

              I’m thinking of using a second Pi as a back up security system

              i would appreciate this !

              Issues With MMM-WatchDog known?

              https://forum.magicmirror.builders/post/29827

              Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

              1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer @Mitch1138
                last edited by

                @Mitch1138 Usually a black screen indicates an error with the config.js file. It’s possible you made a minor mistake in the module’s configuration settings. If you post it here we can take a look at it and see if anything obvious shows up.

                1 Reply Last reply Reply Quote 0
                • Mitch1138M Offline
                  Mitch1138
                  last edited by Mitch1138

                  Thanks for the help. All my other modules work fine. This is an F19831P and I can display a live stream by putting this address ina web browser: http://192.168.0.10:80/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=username&pwd=pw&t

                  Here is the code I put in the config.js:

                  {
                                       module: 'MMM-IPCam',
                          		position: 'top_left',
                          		config: {
                              		invertColors: false,
                              		updateInterval : 10000,
                              		host: '192.168.0.10',
                              		port: 80,
                              		user: 'userpw',
                              		pass: 'pw' 
                  			}
                          	},
                  
                  1 Reply Last reply Reply Quote 0
                  • ooom416354O Offline
                    ooom416354
                    last edited by

                    I have a night owl camera system and was wondering if this particular module would work with those? Me module was previously titled for only foscam but I am not sure if it would work with all IP camera systems.

                    Thanks.

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