@Jopyth Hey so i was going through your MMM-Remote-Control API and i had some questions.
So i am trying to make a python script that detects a swiping motion to then change pages, but since this is a seperatte python script (not in a module), the MMM-pages module cant accept the notifications given to it.
So the creater of MMM-pages, told me if i had a look at your API i could possible achieve this. but after giving it a thorough read, i was having difficulty figuring it out.
So essentially i wanted something like this
def swiper():
#code here to detect swipe
if leftSwipe:
#send a notification to pages to go left
if rightSwipe:
#send a notification to pages to go right
