I take back some of what I said… the module I am currently using is MMM-ModuleBar. I’ll look at touchbutton again.
Read the statement by Michael Teeuw here.
Posts
-
RE: I have a touchscreen, would like to call up a module via a button
-
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", }, } } -
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
-
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…