SkillAgentSearch skills...

SmartMirror

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

Install / Use

/learn @81RD/SmartMirror
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2y ago
Forks2

Languages

JavaScript

Security Score

60/100

Audited on Mar 29, 2024

No findings