MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. yep_DD
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Y
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 57
    • Groups 0

    Posts

    Recent Best Controversial
    • Strip Down Guide for BenQ 28" VA Monitor GC2870H

      Hi guys,

      I just wanted to share a Monitor I find pretty amazing to use with my magic mirror.

      The BenQ GC2870 has 28" and 1920x1080. It is a VA Display and should have an amazing quality. I am only writing this because this display can be stripped down to the bezel it self and the controller board as well as power supply can be easily separated. In case some of you are looking for a nice monitor. I ordered it from amazon for just 160€.

      Specs: https://www.benq.de/product/monitor/gc2870h/specifications/
      Stripped down picture: 0_1534857057563_IMG_20180821_150814.jpg

      • the bezel has a depth of around 12mm and if you plan to use the casing for the power supply and control board it has a depth of 45mm

      Tools used:

      • Automotive Pry (Screwdriver flat should work)
        0_1534855772293_IMG_20180821_144418.jpg
      • BenQ GC2870H 0_1534855788798_IMG_20180821_143949.jpg

      That is all you need.

      To strip down:

      • Take the monitor and start inserting the pry or screwdriver between the edges, it will pop open like this
        0_1534855843694_IMG_20180821_144129.jpg
      • do this all around all edges, it is incredibly easy and takes at most 5 minutes
      • take out the bezel
      • remove the silver aluminum tape holding the power supply and control board
      • unplug the LVDS connector
        0_1534856283586_IMG_20180821_144245.jpg
      • unplug the backlight connector the circle shows VLED for the backlight
        0_1534856253008_IMG_20180821_143931.jpg
      • The bezel used is a M280HKJ-L50. I found an innolux datasheet for the -L30 and according to this, these are the control lines for the backlight:
        0_1534856598801_backlight.jpg
      • unplug the connector for the buttons
        0_1534856342114_IMG_20180821_144241.jpg
      • now the bezel should be completely separate
        0_1534856302893_IMG_20180821_143927.jpg
      • beware not to touch where it says “DO NOT TOUCH” as the control lines for the bezel are attached to the screen:
        0_1534857099097_IMG_20180821_150831.jpg
      • you can now remove the control board and, if you want the power supply beware: residue voltage might be in the capacitors, so dont touch soldering points. It might be wise to leave the power supply in and the paper protection attached
        0_1534856225796_IMG_20180821_144228.jpg (Source: innolux Panel_CHIMEI_INNOLUX_M280HKJ-L30_0_[DS].pdf)
      posted in Hardware
      Y
      yep_DD
    • RE: Updating problem: "commit your changes or stash them before you can merge" ???
      git stash //stash your changes and save them
      git pull //update to current version
      git stash pop //merge your stash back
      
      posted in Troubleshooting
      Y
      yep_DD
    • RE: Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping)

      Solution for screensaver blanking:

      add:

      @xset s noblank 
      @xset s off 
      @xset -dpms
      

      to:

      /home/pi/.config/lxsession/LXDE-pi/autostart
      

      Note: setting it in

       /etc/xdg/lxsession/LXDE-pi/autostart or /etc/xdg/lxsession/LXDE/autostart 
      

      did not work anymore, the user files take precedence.

      I don’t know why it changed with the latest Raspbian Update or what I did wrong, but if I don’t add the xset commands as above and check with

      DISPLAY=:0 xset -q
      

      the screensaver stays enabled. If you guys need to verify it is disabled, just run the above command and check if the following lines appear like that:

      Screen Saver:
        prefer blanking:  no    allow exposures:  yes
        timeout:  0    cycle:  600
      
      DPMS (Energy Star):
        Standby: 600    Suspend: 600    Off: 600
        DPMS is Disabled
      

      If blanking and timeout are yes and not 0 the screensaver is active (DPMS should also show disabled)

      posted in Troubleshooting
      Y
      yep_DD
    • RE: Strip Down Guide for BenQ 28" VA Monitor GC2870H

      @madscientist So, experiment done. This is the result of 24h continues running. You can see the temperature has not quiet stabilized but the trend is well below anything critical. My guess would be that with a glass cover instead of the wooden frame I used to insulate the power dissipation should be even better.
      0_1535897114327_temperature.png

      posted in Hardware
      Y
      yep_DD
    • RE: Apple TV meets MagicMirror.

      @rak

      have you tried this? (#ff0000 just for presentation)

      body {
        text-shadow: 1px 1px #ff0000;
      }
      
      posted in Showcase
      Y
      yep_DD
    • 1 / 1