roramirez / MMM-ImagesPhotos

Show images and photos in your MagicMirror
MIT License
42 stars 17 forks source link

Does the module look for images from uploads folder? #23

Open raajeshpv opened 2 years ago

raajeshpv commented 2 years ago

extract from readme "This module reads the images from the uploads directory inside the module. Directory: MagicMirror/modules/MMM-ImagesPhotos/uploads"

what am I missing?

I looked through the file - MMM-ImagesPhotos.js and the code seems to be looking under /photos. However I tried uploading it even to photos folder but no luck

getPhotos: function() { var urlApHelper = "/MMM-ImagesPhotos/photos"; var self = this; var retry = true;

any help appreciated