Skip to content

sdetweil/uploadPics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTRUCTIONS

cd ~/MagicMirror/modules
git clone https://github.com/sdetweil/uploadPics 

cd ~/MagicMirror/modules/uploadPics
npm install

CONFIG

{
        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
        }
    },

CUSTOM CSS OPTIONS

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;
   }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published