Read the statement by Michael Teeuw here.
MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
-
@all IMPORTANT NOTE: Unfortunatly setting this module to full screen does not work. The menu floats in the top left corner and you cannot press any buttons! I might be able to fix this, but since there is no audience currently wanting this feature I will wait for the new MagicMirror version (where this issue will be fixed). Let me know if you want to have it full screen aswell and I will see what i can do!
Edit: thanks to @broberg this issue was solved :)
-
@tosti007 add z-index: -1 or 0 to the region fullscreen above, it blocks everything beneath so it can’t be clicked ( or add z-index: 2 to the module div)
-
@broberg yea I thought that would work too, however when I set z-index to -1 on region fullscreen nothing much happened. I will try that z-index of 2 on the module dif aswell
-
@broberg Only setting region fullscreen to 0 worked. Not entirely sure tho. Anyways ty for the tip! Updated my module :)
-
@tosti007 hi, after git pull, module working great, Thanks for your quick response , keep rocking…
-
@tosti007 , Any possibility of using JPG photos of users instead of symbols in the TouchNavigation module, this will give a good interaction with the mirror
-
@shashank you are welcome :) and about the images: yes I think that would be most definitely possible. However then the button size might become a problem if it’s too big, but I can give it a try.
-
@tosti007 hi, other modules are ovelapping on to Touch Profile , how to move touch profile icons to extreme bottom or top
-
@shashank a way would be to change the
z-index
in teh css file to a higher number, I will have a look at it -
@tosti007 when you just change the zindex the modules are still overlapping
you could create a class left center and right and then classes for top middle bottom and let the user decide which position it has like bottom right