Skip to content

ConnorChristie/ChromecastMagicMirror

Repository files navigation

Chromecast Magic Mirror

Build Status License

This Magic Mirror settings interface uses CakePHP for the backend and simple PHP and HTML for the view that shows on the actual Magic Mirror.

This project is based off Michael's Magic Mirror simple PHP and JS script.

How to Contribute

  1. Install Composer, you will need it to install all the dependencies.
  2. Clone this repo git clone https://github.com/ConnorChristie/ChromecastMagicMirror.git ChromecastMagicMirror
  3. Download all the dependencies composer install in the ChromecastMagicMirror directory.
  4. Set up a new MYSQL database and change your config/app.php default database settings to connect to it.
  5. Run the commands: bin/cake migrations migrate and bin/cake migrations seed to initialize the database.

When creating extensions to the Chromecast Magic Mirror project, please put all your code in plugins/PluginName. Then just push your PluginName folder to your git repo.

Configuration

Read and edit config/app.default.php, you are going to have to rename this file to config/app.php and add your MySQL database credentials to it.

Authors

Connor Christie

Idea from: Michael Teeuw

About

Chromecast Magic Mirror Interface - With UI interface to edit settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published