@sdetweil Hello~
Thanks for such a swift reply!!
I did not even know top-right is the place I need to swipe.
I wanted to click into the page-indicator dots
@sdetweil Hello~
Thanks for such a swift reply!!
I did not even know top-right is the place I need to swipe.
I wanted to click into the page-indicator dots
Hello lovely people~
So making a magic mirror with 32 inch IR Frame for touch screen.
Outside the magic mirror browser, the touch screen responds very well.
Successfully created MMM-pages and MMM-page-indicator also.
Just have no idea how to get the IR frame to be able to click into the page-indicator and change pages.
Tried to use MMM-touch and wrote some config as follows.
Still, no luck. Are you able to help me with this?
[15:07] Hayune Lee
{ module: "MMM-Touch",
position: "top_right",
config:{
gestureCommands: {
"MMM-pages": {
"SWIPE_RIGHT": (commander) => { commander.sendNotification("PAGE_INCREMENT")}
,"SWIPE_LEFT": (commander) => { commander.sendNotification("PAGE_DECREMENT")}
} }}},
Edward Shen, the creator of MMM-pages and MMM-page-indicator has said it is so easy to send notifications but not for me hhaah.
How can I get the IR touch frame to click into the page indicator and change the page?