@alexyak @morozgrafix
Hi,
I have camera 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: