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

    Posts

    Recent Best Controversial
    • RE: I have a touchscreen, would like to call up a module via a button

      I take back some of what I said… the module I am currently using is MMM-ModuleBar. I’ll look at touchbutton again.

      posted in Requests
      K
      kent
    • RE: I have a touchscreen, would like to call up a module via a button

      I am using a simplified version of the example button config from the github page.

                    config: {
                        buttons: {
                          "1": {
                            module: "all",
                            symbol: "toggle-on",
                            symbol2: "toggle-off",
                          },
                          "2": {
                            module: "MMM-2Day-NOAA-Forecast",
                            text: "Forecast on",
                            text2: "Forecast off",
                            symbol: "fas fa-sun",
                            symbol2: "far fa-sun",
                          },
                          "3": {
                            module: "MMM-WiFiPassword",
                            text: "Wifi",
                            text2: "off",
                            symbol: "fa-solid fa-wifi",
                            symbol2: "fa-thin fa-wifi",
                          },
                        }
                      }
      
      
      posted in Requests
      K
      kent
    • RE: I have a touchscreen, would like to call up a module via a button

      Thank you. I have that module setup. I have a button that can turn the wifi display on and off. The way I have it configured it seems to affect only the current page. for example I put the wifi on 2 pages, and the touch module turns it off on each page individually. I’ll look at the config more. I’m glad to hear I am on the right track

      posted in Requests
      K
      kent
    • I have a touchscreen, would like to call up a module via a button

      I am currently using the MMM-Pages module with 3 pages, one with weather, calendar list, datetime, another with what looks like a normal wall calendar, month view and a bird of the day photo, the 3rd page is just my wifi info via MMM-Wifi. I’ve setup the modulebar and it can turn items of via touch.

      what I would like to do is have a touch button that pulls up the wifi info on demand and then automatically to back to the page rotation after some amount of time.

      I’m not against writing something, but if something close exists…

      posted in Requests
      K
      kent
    • 1 / 1