roramirez / MMM-ImagesPhotos

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

Add configurable path where to find the images #2

Open roramirez opened 7 years ago

aramaki87 commented 7 years ago

Just in case others do wait for this too. There is a simple solution called symbolic link. Like this: sudo ln -s target_path_where_your_photos_are link_path Example: sudo ln -s /home/pi/photos /home/pi/MagicMirror/modules/MMM-ImagesPhotos/uploads

Works like a charm until this will be implemented.

ricardobrehmer commented 3 years ago

Just in case others do wait for this too. There is a simple solution called symbolic link. Like this: sudo ln -s target_path_where_your_photos_are link_path Example: sudo ln -s /home/pi/photos /home/pi/MagicMirror/modules/MMM-ImagesPhotos/uploads

Works like a charm until this will be implemented.

Why does this not work with subdirectories?