Skip to content

Teka101/MagicMirror

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMirror

You have to install a web server with PHP support.

Changes:

  • Support HTTPS (move all external link to php)
  • Remove Yahoo API RSS to JSON (PHP do it better !)
  • Move to weather to Paris,France

Original

The super magic interface of my personal Magic Mirror. More information about this project can be found on the blog.

Modify js/config.js to change some general variables (language, weather location, compliments) and calendar.php to add your own ICS calendar.

For development purposes you could use another HTTP server other than Apache, e.g. a lightweight Node.js HTTP server. Install this using (sudo) npm install http-server -g and run it from the root of this repository using http-server. By default it runs on port 8080 or an increment of that if 8080 is already taken. The HTML file index_dev.html dispenses with the need of having PHP.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 6.8%
  • PHP 1.7%