Git Product home page Git Product logo

Comments (3)

Klettner avatar Klettner commented on August 13, 2024

You're welcome :)

Changing the monitor brightness was not implemented by me, it is part of the separate module MMM-Remote-Control, I'm just using their API endpoint. You need to ask there if you want this to be changed, sorry.

from mm-remote.

Dresch360 avatar Dresch360 commented on August 13, 2024

Thanks. I figured this one out.
From the MMM-Remote-Control folder, I copied the css in remote-control.css file and placed in the custom.css file. I changed the height to 120% and added margin-top: -50px; and this fixed it.

In addition, the Remote Control brightness overlay was preventing all touch capabilities on screen for any brightness <50, so I changed "z-index: 2;" to "z-index: 1;"

Adjusting the z-index in the custom.css also needs to be done for MMM-AmbientBrightnessDetection or any other overlay module, in order to access touch controls.

#remote-control-overlay {
position: fixed;
z-index: 1;
background-color: rgba(0,0,0,0.1);
width: 100%;
height: 120%;
margin-top: -50px;
}

from mm-remote.

Klettner avatar Klettner commented on August 13, 2024

Thanks for sharing, this works great. I will add it to the Troubleshooting section of the wiki. 👍

I don't know if it is depending on the screen size, but I needed to do the same for width and margin-left.

from mm-remote.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.