cd ~/MagicMirror/modules
git clone https://github.com/sdetweil/uploadPics
cd ~/MagicMirror/modules/uploadPics
npm install
{
module: 'uploadPics',
position: 'bottom_left', //module position
config: {
dest: "..", // relative path to module showing images, place to put new images
// for MMM-ImagesPhotos dest is (the default)
// ../modules/MMM-ImagesPhotos/uploads
}
},
Don't like the QR colors or size? Change them!! Here are some things you can change by putting them in your custom.css file!
.uploadPics qr {
color: #c9e4f5;
height: 200px;
}