Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. simphi
    S
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    simphi

    @simphi

    0
    Reputation
    3
    Posts
    91
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    simphi Follow

    Best posts made by simphi

    This user hasn't posted anything yet.

    Latest posts made by simphi

    • RE: Make Mirror brighter through custom.css

      I just read the code from the MMM-Remote Module and created this CSS. Seems to work well:

      body {
      	color: #ffffff;
      }
      
      header {
      	color: #ffffff;
      	border-bottom: 1px solid #ffffff;
      }
      
      .dimmed {
      	color: #cccccc;
      }
      
      .normal {
      	color: #ffffff;
      }
      
      .bright {
      	color: #ffffff;
      }
      

      Thank you all!

      posted in Custom CSS
      S
      simphi
    • Make Mirror brighter through custom.css

      Hi I’ve always used MMM-Remote-Control to increase the birightness of my MagicMirror. But since I switched to a client-only Instance with MM running in docker on my home-server, the module doesnt work anymore. So now I want to increase the brighntess through a custom.css. The problem is: Im a complete beginner with css. Do you guys already have such a custom.css? Can you share it maybe?

      Thanks in advance.

      posted in Custom CSS
      S
      simphi
    • MMM-SoccerLiveScore - Display problem

      https://github.com/LukeSkywalker92/MMM-SoccerLiveScore

      Hi, my problem is the following. After a reboot everything on my mirror shows up nicely. Calender, Weather, Images and your Soccer tables. After a while though the tables only show for a second and then disappear again. I didn’t change the given displayTime entry. All my other entries don’t change their behavior.

      when the module starts is ok later the tables disappears after a second and then after some more time nothing is shown

      Would appreciate any help! Thank you!

      posted in Troubleshooting
      S
      simphi