MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. crown
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    crown

    @crown

    0
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    crown Unfollow Follow

    Latest posts made by crown

    • RE: Need help MMM-touch MMM-pages MMM-page indicator

      @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

      posted in Development
      C
      crown
    • Need help MMM-touch MMM-pages MMM-page indicator

      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.

      posted in Development
      C
      crown
    • RE: MMM-pages & MMM-pages-indicator - Lightweight module pages on your mirror!

      How can I get the IR touch frame to click into the page indicator and change the page?

      posted in System
      C
      crown