Read the statement by Michael Teeuw here.
MMM-Touch
- 
 @sdetweil Ok. The module MMM-Touch can create a detailed log (says the config). But it is not written where I can find it:-) Is there a common place for it? 
- 
 @MrCoffee no idea… either in the module folder or MM folder… but if there is a fatal error, it probably cant write the logs 
- 
 @sdetweil Ok. I see. So I will have to ask gfischershaw. 
 Thx
- 
 can someone provide me with an example of Executing methods of module? i’d like to create a swipe up and swipe down to hide and unhide a module. thank you. 
- 
 @3squaremirror can u be more specific, execute methods of a module? 
- 
 @3squaremirror 
 I have not tested yet, but you can get a concept. (I’ll assume you are using default configuration and mode)gestureCommands: { "default": { "SWIPE_UP_1" : (commander) => { commander.getModules().forEach((m) => {m.show()}) }, "SWIPE_DOWN_1" : (commander) => { commander.getModules().forEach((m) => {m.hide()}) } } },Swiping up with one finger would reveal modules. 
 Swiping down with one finger would hide modules.
 But in the real world, some modules are protected with lock string from hiding/showing,
- 
 @MMRIZE I saw that in the example in the GitHub page. I’m confused on where to specify which module to hide/show. Thanks. 
- 
 @sdetweil to hide and show a specific module. 
- 
 @3squaremirror i understood that part… I think @MMRIZE answered 
- 
 @sdetweil I’m not clear on where to specify the module I want to hide/show. Can you help me understand? Thank you. 

