Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MMM-S3Photos to documentation #26

Open
uphillcheddar opened this issue Nov 5, 2024 · 0 comments
Open

Add MMM-S3Photos to documentation #26

uphillcheddar opened this issue Nov 5, 2024 · 0 comments

Comments

@uphillcheddar
Copy link

i created a module to display photos from AWS's S3 i added a listener for your existing Notification("GPHOTO_UPLOAD", path); this should upload the photo to s3 for backup and also automatically add it to the display queue. the user just has to enable the option in my module via a config option thought i would call it out to you, feel free to close this issue out as there isnt really an issue with your end.

my code if you want to review https://github.com/uphillcheddar/MMM-S3Photos

config needed on my end to enable uploads:

{
    // rest of config options 


        selfieUploads: true,  // Whether to process and upload photos from MMM-Selfieshot
        selfieFolder: "selfie_folder" // S3 folder name for selfieshot uploads


    // rest of config options 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant