Read the statement by Michael Teeuw here.
Touchscreen not working in MM - MM freezing one's a day
-
Found out for mysel, that when I open the Webpage in another browser on another PC, the on.click event still does not work and the cursor hides as i place it over the mirror space. Maybe that’ll help.
-
@chrisyy The cursor being hidden is done through a CSS line. That’s probably not the issue.
I know that @broberg was having issues with click events not firing due to z-order issues. Perhaps this discussion will point you down the correct path.
-
Ok, i figured out that this was nearly the same issue as z-index.
I took a look at the .css and .html and found out that in the index.html this line:
is something like a fullscreen container that lay's his self over the screen.So after commenting out the line, i can click the button. But the only thing hiding is the button itself, maybe thats just because i’m sitting on a laptop (not at home) and trying it throug my webbrowser. After refreshing it is hidden and blending back in when i click on the some space where the button was before. I’ll give it a try when i’m back home and hopefully it will work.
I’ll take a look to #debian to try to get help with the monitor freeze and post results here.
-
@chrisyy If you check the MagicMirror2 documentation, you’ll see that there are several regions that you can easily assign any module. top_left, bottom_center, middle_right and the like. The region fullscreen_above is just what it sounds like: It’s “above” every other module area and it takes up the entire screen.
So, you’ve just removed this layer from your mirror. So long as you don’t attempt to put a module in that region, you should be okay. Of course… if you re-enabled it and put the module that you wanted to click upon in there, it should also work.
As an aside, I was playing around with showing a Halloween video on the mirror and we put it in fullscreen_below. This allowed all of the other modules to be shown on top of the video. Very cool effect.
-
Indeed this is good to know to create funny effects.
I’m working on the second Problem also. A guy in #ubuntu suggested me to try it with lxde instead of gnome. Maybe its a bug in gnome.