Read the statement by Michael Teeuw here.
MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
-
@Snille it’s looking great! I really like what you did with the shape of the buttons! Thank you for sharing :D It’s awesome to hear people using my module and coming up with their own versions
-
@tosti007 Thank you! Now it fits perfectly with the MM-Hide-All module. :)
-
@Snille yes it does go well with it
-
@Snille hi, i could not able to get pictures on the MM, below is my config and i completely deleted TouchNavigation.css contents and pasted your Custom.css contents
{ module: "MMM-TouchNavigation", position: 'bottom_left', classes: "default everyone", config: { picturePlacement: "right", minWidth: "40px", direction: "column", buttons: { "Sun": { img: "/home/pi/MagicMirror/Sun.png", width: 60, height: 60 }, "Moon": { img: "/home/pi/MagicMirror/Moon.png", width: 60, height: 60 }, } } },
-
@shashank it’s not able to find the images. Try changing the path. For me (on Windows) images only worked when I placed them in a sub folder in MM and used as path
foldername/imagename
. So try changing the way you write the path or try placing them in a sub folder -
@shashank Hi! You should not need to delete the TouchNavigation.css file at all. It shall remain, you just have to add the css things in the MagicMirror/css/custom.css nothing else. The module itself shall remain “untouched”, then later on you will not have update problems. :) Also, I did only change what’s needed to be changed in the custom.css there are still settings in the TouchNavigation.css file that may be needed. Regarding the pictures, I’m not sure, as someone else mentioned I think you may need to create a sub-folder for them. But I never tested to have the pictures “locally”. Sorry.
-
-
Hi! Thanks for writing this! I’m trying to get it running but am having some troubles. I have a handful of modules listed as ignored in the profile switcher module (including the clock so at least something should be showing all the time) but as soon as I enable the TouchNavigation module all I see is a black screen. No modules are displayed/visible.
I double checked the MODULE_DATA from the remote-control module, it appears all the modules are loading correctly. Any thoughts on what might be going on?
-
@GorramRob hmmm that’s fairly odd. Try doing a fresh clone and make sure that your config file it right. Did you add the touchnavigation to the ignore modules aswell, is ne spelling correct (case sensitive) and is the ignoremodules config an array? In the meantime I will have another look at the module trying to figure out what might be wrong.
-
@tosti007 Huh… I’m not sure what was going on but I cloned a new copy of it and everything seems to be working fine. I thought I had done that before, but maybe not. Thank you for replying so quickly!