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

    Topics

    • R

      MMM-Carousel showPageControls not visible

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      A
      I just came across this post while also looking for a way to do this. After not finding any answer by searching, I decided to look at the css files included with this module and see if I could figure it out. I’m a new at this, but easily found the lines to make changes at for displaying the pointer visibility: in MMM-Carousel.css, make the following changes (in Bold): … .control label { z-index: 0; display: none; text-align: center; line-height: 50px; position: relative; width: 50px; height: 50px; left: 33%; /* Center in .control div: this.width / .control.width; / top: 33%; / Center in .control div: this.height / .control.height;; */ font-size: 50px; color: #FFF; cursor: pointer !important; opacity: 0.5; } /Increase brightness when directly over/ .control label:hover { opacity: 1.0; } …
    • R

      MMM-ProfileSwitcher - Enter and Leave Messages

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      yawnsY
      @radonk said in MMM-ProfileSwitcher - Enter and Leave Messages: { module: 'MMM-ProfileSwitcher', config: { enterMessages: false, leaveMessages: false, } }, You left out the config part
    • 1 / 1