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

camera module help request. Get the picture? ;-)

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 2 Posters 2.3k Views 2 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.
  • M Offline
    Mykle1 Project Sponsor Module Developer
    last edited by Mar 13, 2017, 2:11 AM

    I did try most of today (Sunday) to get this working without having to ask for help but I am out of ideas.

    I have the camera module installed (and dependencies) working on my MM. The only problem I have is that it doesn’t email the picture. I’m sure I’ve made a mistake somewhere. I was hoping you might help me.

    {
    			module: 'camera',
        			position: 'top_right',
        			config: {
    			selfieInterval: 3,  // Time interval in seconds before the photo will be taken.
            		emailConfig: {
                		service: 'iCloud', // Email provider to use to send email with a photo.
                		auth: {
                    	user: 'xxxxxxxx@icloud.com', // Your email account
                    	pass: 'xxxxxxxxxx'        // Your password for email account
                	}
            	}
    		}
    		},
    

    Does it use the same email account to send To: and From: ? If not, how/where do I tell the module the address to send the picture to? Also, can I change the size of the picture being taken from 640x480 to 320x240?

    Many thanks ahead of time. :thumbsup_tone1:

    Create a working config
    How to add modules

    M 1 Reply Last reply Mar 13, 2017, 4:29 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Mykle1
      last edited by Mar 13, 2017, 4:29 AM

      Solved!

      Well, at least the sending of email has been resolved

      Create a working config
      How to add modules

      M 1 Reply Last reply Mar 13, 2017, 12:30 PM Reply Quote 0
      • M Offline
        Mykle1 Project Sponsor Module Developer @Mykle1
        last edited by Mar 13, 2017, 12:30 PM

        @Everyone

        I’ll save you some time. I tried for a considerable amount of time to get this working. As it turns out, using iCloud mail was the problem, although the module directions state that iCloud mail is supported. I switched to my gmail account and followed these instructions from the following link:

        To use Gmail you may need to configure "Allow Less Secure Apps" in your Gmail account. You also may need to unlock your account with "Allow access to your Google account

        At this link on github - https://github.com/alexyak/camera

        So now my mirror, with a Kodak S101 USB webcam, takes a picture via voice command (Selfie) and sends it directly to my gmail account.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • F Offline
          fischi87
          last edited by Mar 13, 2017, 6:46 PM

          hello,

          work this module also with the rip cam (spi)

          thanks

          M 1 Reply Last reply Mar 13, 2017, 9:22 PM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @fischi87
            last edited by Mykle1 Mar 13, 2017, 9:35 PM Mar 13, 2017, 9:22 PM

            @fischi87 said in camera module help request. Get the picture? ;-):

            work this module also with the rip cam (spi)

            an Rpi cam? It might, although this module states usb cams. You should post your own question in Troubleshooting and someone will answer you. They might not see your question in here. You could try it with your rPi cam and see if it works

            Create a working config
            How to add modules

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