Skip to content

paconcas/MMM_DrawNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM_DrawNotes

ScreenShot

Installation

Navigate into your MagicMirror's modules folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/paconcas/MMM_DrawNotes

Navigate to the new MMM_DrawNotes folder and install the node dependencies.

npm install

Configure the module in your config.js file.

Using the module

To use this module, add it to the modules array in the config/config.js file:

{
	module: "MMM_DrawNotes",
	position: "top_right",
	config: {
		postit: "List",
		width: "300",
		height: "300",
		email_host: "smtp.mail.provider.com",
		email_port: "465",
		email_service: "yahoo",
		email_user: "your.account@provider.com",
		email_pwd: "your.password"
	}
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors