Coder Social home page Coder Social logo

Toast make image about mmm-selfieshot HOT 4 CLOSED

brianhepler avatar brianhepler commented on July 24, 2024
Toast make image

from mmm-selfieshot.

Comments (4)

BrianHepler avatar BrianHepler commented on July 24, 2024

Interesting. Can you post the relevant portion of the config.js please? I want to try and duplicate your problem. If I understand properly, you receive an email and there's an attachment, but you can't open the attachment. What's the name of the attachment? Does the name change from email to email or do they all have the same name? And does the attachment have any data in it, or is it zero length?

And did you make any other changes to your config in the meantime? Specifically, is there any other module that uses the camera, such as the motion detection?

from mmm-selfieshot.

thetobyde avatar thetobyde commented on July 24, 2024

Hey Brian. Thx for your time.

This is my code in the config.js:

`{
			disabled: false,
			module: "MMM-Selfieshot",
			config: {
					width:1920,
					height:1080,
					device: null,
					debug:true,
					shootMessage: "Smile!",
					sendMail: {
  						transport: {
    						host: 'mail.gmx.net', // If required.
    						port: 465, // If required.
    						secure: true, // If required.
    						auth: {
      							user: "[email protected]",
      							pass: "***********"
    							}
  						},
  						message: {
    						from: "[email protected]",
   						to: "[email protected]",
    						subject: "Spiegel Selfie",
    						text: "Neues Selfie.",
  							}
						}
				}
		},`

This is what I'll get in my Mails:
Bildschirmfoto 2020-09-09 um 18 34 56

Everything worked fine, until few weeks.
I was using a Face-Reg module but that didn't worked out. The cam was buisy with the Face Rec module, so Selfieshot didn't work. But I stoped the script that uses the cam and uninstalled it, restarted everything, and so on...

Raspistill works, so I cannot explain why Selfieshot doesn't.

Thx Brian! Toby :)

from mmm-selfieshot.

thetobyde avatar thetobyde commented on July 24, 2024

I reinstalled the module and it works! Thx.

"Have you tried to put it off and on again?" 😂😂

from mmm-selfieshot.

BrianHepler avatar BrianHepler commented on July 24, 2024

Great! I'm sorry that I wasn't more help. Let me know if it happens again.

from mmm-selfieshot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.