This is a module for the MagicMirror².
A MagicMirror module for touch screen events to change pages in MMM-Pages. Originally this was coded to capture swipe events, but found it didn't work on the waveshare 3.5" touch screen I designed it for.
Home icon returns user to first page.
sws
~MagicMirror/modules
git clone https://github.com/buzzkc/MMM-TouchSwipe.git
To use this module, add the following configuration block to the modules array in the config/config.js
file:
var config = {
modules: [
{
module: "MMM-TouchSwipe",
position: "bottom_bar",
config: {
}
},
]
}
Option | Description |
---|---|
- Add swipe feature indicators
- MichMich for developing MagicMirror2
- The MMM-Pages module by Edward Shen