Skip to content

CoreTex/SmartMirror

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartMirror

This project is based on MagicMirror (https://github.com/MichMich/MagicMirror) and has been redesigned with special regards to modularisation and flexibility. All modules are initialised through the config.js file and have to contain the following values and methods:

function moduleName(){
	this.fname 			= "moduleName";

	this.updateData = function(){
	
	};
	
	this.getContent = function(){

	};
	
}

Alt text

Schedule:

Version 1 (in progress):

  • Modularisation (check)
  • Calendar (check)
  • Weather (check)
  • News (check)
  • Compliments (Check)
  • OpenHAB status view (check)

Version 2:

  • Further modularization
  • User profiles
  • OpenHAB notification
  • Mail notification
  • Video player
  • YouTube player
  • Now Playing (via OpenHAB)

Version 3:

  • Twitter wall
  • Facebook notification
  • Health overview
  • Todo list (Remember The Milk)
  • Zitate.de as an alternative for compliments

Wishlist:

  • Hue status

About

This is a Project based on the MagicMirror Project (https://github.com/MichMich/MagicMirror)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 78.2%
  • CSS 18.3%
  • PHP 3.5%