Read the statement by Michael Teeuw here.
Posts
-
EoF's Touch Screen Magic Mirror (Testing Phase)
This is a work in progress, but I had posted here before about how capcitive based touchscreens will not work for this, so I wanted to show my success with a resisitve based one.
This is a touch screen panel kit, over a normal LCD monitor. I got this one for about $60 from AliExpress. Mirror Film was used over top of the panel.
https://www.youtube.com/watch?v=lAuPoMKqZNk
I didn’t spend a whole lot of time making it look nice, so it’s not perfect right now. I plan to cut the excess mirror film on the sides off or hide them in an enclosure later down the road.
But for anyone thinking about making a touch screen mirror, this works!
-
RE: News Ticker
@paviro I looked at that as an option, but I don’t really want to go messing with the core modules. I think it would be better to have a new module almost like a “modification” to the core news module.
-
RE: News Ticker
As a follow up to this, I have not figured anything out. Not sure how to communicate with the other modules yet. I think you’d have to do that in this case. Unfortunately, I don’t think I’ll be able to help with this one.
-
RE: Help with tables?
@RedNax Very simple example :p
http://codepen.io/anon/pen/jrNEzy
Edit: I also did not use position: relative / position: absolute for this. I’m not sure, but that might be an even better way to go.
Also, I have no idea if this works like I planned in any other browser. I use chrome, so meh.
-
RE: Help with tables?
Personally, I wouldn’t use a table for this. I would use divs and CSS styling to get what you want. Could even have a parent div (in place of table .small) and make it relative then absolute position your children if you’d like.
As far as your current structure, what is the name of the icon that you want moved? fa-tree? I can’t tell what that is supposed to be.
-
RE: First start from the mirror does not work
Hi. What is in the log file referenced? That may help us to determine what’s going on.
Also I haven’t tried to run MM on linux yet, only windows, so I might be wrong on this part but you might have to have electron installed.
-
RE: News Ticker
@mattlugar Ah I see. So scrolling from side to side? I’ll tinker with it a bit.
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
@Didge I am buying a touch screen panel kit, it’s a 21.5 inch one. Unfortunately, they seem to only make these things in China so I have to wait a while before I get it. I ordered it about a week ago.
This is pretty close to exactly what I ordered.
http://www.ebay.com/itm/like/201401031341?lpid=82&chn=ps&ul_noapp=true
I ordered from Ali Express though, which I’ve never used before. I was able to find one on there for ~$60 (and free shipping).
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
@Didge Hello, I’ve actually ordered a resistive touch screen panel kit. If it were capacitive, your idea would probably work pretty well. I’m not sure if they make capacitive based panels though (affordable at least).
-
RE: Simple Music Player Module
-
RE: PIR-Sensor - put your mirror to sleep if not used
This is awesome! I will definitely be using this when I get my mirror built.
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
@sdrenth Awesome! I was actually just looking at their site earlier.
I’ve been looking for resitive touch screen panel kits. Essentially they’re an overlay you apply to a normal monitor, connect via USB, and it “makes” it into a touchscreen.
However, I am have a very hard time finding one that is decent. They only place I can even find them listed is on ebay, and they all have one little thing wrong with them. Such as being incorrect size, incorrect aspect ratio, or something else.
I can’t seem to catch a break :/
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
@KirAsh4 Ah alright I was just curious.
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
@sdrenth Yeah please keep in touch! I think the next thing I’m going to try is one of those resistive touch screen overlays on I keep seeing on Ebay. You can get a 19" for about $50. Problem is they’re made and shipped from China… Which means I don’t know how soon I’m going to get one.
-
RE: PSA: Mirror Film Will Not Work on Capacitive Touchscreens
- Update -
So a thought occurred to me over night. I work as IT for an automotive company, and just recently setup an older touchscreen device for another department. I still had it under my desk, so I went ahead and brought in a piece of my mirror film.
Since it’s an older model of touchscreen on this device, it’s a resistive touch screen. Sure enough, it works through the film!
So it appears that you will need a resistive touch screen if you plan to make something like this of your own. However, they’re not cheap, and you lose some ability like multi touch. For my purposes, multi touch isn’t a problem, and for the cost issue I have found some touch screen conversion kits that are pretty cheap and resistive!
So it looks like there’s hope for this project of mine.
-
PSA: Mirror Film Will Not Work on Capacitive Touchscreens
So my idea was to use mirror film on a touch screen monitor to make a touch screen version of the magic mirror.
The Test
I basically used my old droid razr, which has a capacitive touchscreen, to perform the testing. I applied 2 way mirror film to the screen, and examined the results.
Results
The mirror film acted as a conductive and triggered the touch screen on all sides. Essentially it was the same as placing your whole hand on the screen and trying to tap over top of it.
Media
As seen in this image, I was somehow able to actually slide the lock to one side but it simply stuck there as if I never took my finger off.
(Ignore the bubbles on the film, I didn’t spend a whole lot of time making it perfect since this was just my testing phase)
In this gif, I peeled off the film and applied it sideways, which made it to where I couldn’t tap anything. This is as if I laid my hand over one half of the display, and tried to tap something.

In the last gif, I actually found out you can practically use the film as a stylus.

Conclusion
This won’t work for what I want haha.
I’m not sure where to go with this idea from here, maybe someone has a suggestion? Mirror Film does not seem to be the way to go.
Maybe one of the other touch technologies would not have these problems, but I am not quite sure.