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

    Posts

    Recent Best Controversial
    • RE: Touchscreen Family Dashboard

      @elwood1982uk Hi, I’ve got similar problem with touch callendar. I’ve made two changes in https://github.com/B3DTech/MMM-KeyPress module.

      In node_helper.js:
      step: (direction === “ArrowRight” ? 3 : -3) // 1 to move forward, -1 to move backward
      to:
      step: (direction === “ArrowRight” ? 1 : -1) // 1 to move forward, -1 to move backward

      and second thing uncomment:
      // this.sendNotification(‘CX3_GLANCE_CALENDAR’, payload);

      After this changes changing calendar start working with touch.

      posted in Show your Mirror
      L
      linkiln
    • 1 / 1