__ __ __ __ __ __ ____ ____ _
| \/ | \/ | \/ | | _ \ __ _ __ _ ___ / ___| ___ _ __ ___ ___ _ __ ___ __ _ ___| |_
| |\/| | |\/| | |\/| |_____| |_) / _` |/ _` |/ _ \____\___ \ / __| '__/ _ \/ _ \ '_ \ / __/ _` / __| __|
| | | | | | | | | |_____| __/ (_| | (_| | __/_____|__) | (__| | | __/ __/ | | | (_| (_| \__ \ |_
|_| |_|_| |_|_| |_| |_| \__,_|\__, |\___| |____/ \___|_| \___|\___|_| |_|\___\__,_|___/\__|
|___/
The MMM-pages module with MMM-page-indicator for show page index. And MMM-Screencast module.
This MagicMirror2 module is an interface module between the module MMM-pages and MMM-Screencast. It allows you to automatically change the page to the page where the MMM-Screecast module is located, allowing you to cast a video on the magic mirror
Home page
Screencast page switch auto
Open your terminal in your MagicMirror project and
- Go to your MagicMirror's module folder:
$ cd ~/MagicMirror/modules
- Clone this module
$ git clone https://github.com/jboucly/MMM-pages-screencast.git
- Enjoy ! 🚀
To use this module, add it to the modules array in the config/config.js
file:
modules: [
{
module: "MMM-Pages-Screencast",
config: {
homePage: 0,
castPage: 1
}
}
];
The following properties can be configured:
Options | Required | Default | Description |
---|---|---|---|
homePage | false | 0 | Home page of MMM-pages module |
castPage | false | 1 | The page where the module is located MMM-Screencast module |