Navigation

    MagicMirror Forum

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

    ortizimo

    @ortizimo

    1
    Reputation
    16
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ortizimo Follow

    Best posts made by ortizimo

    • RE: White outer border to use as light source

      also best to do from custom.css and not main.css.

      posted in Custom CSS
      O
      ortizimo

    Latest posts made by ortizimo

    • RE: Can't change MMM-SystemStats colors

      Saw your reply after I figured it out…basically similar. In custom.css:

      .module.MMM-SystemStats .title {
      color: #0099ff;
      }

      Now all modules have a matching color scheme. Thanks!

      posted in Custom CSS
      O
      ortizimo
    • Can't change MMM-SystemStats colors

      Been trying to change the header/title and any other text in it and cant. If you have, please let me know how. This is what I did.

      .header {
      color: #0099ff;
      }

      posted in Custom CSS
      O
      ortizimo
    • RE: White outer border to use as light source

      also best to do from custom.css and not main.css.

      posted in Custom CSS
      O
      ortizimo
    • RE: White outer border to use as light source

      you are correct! thnx!

      posted in Custom CSS
      O
      ortizimo
    • White outer border to use as light source

      playing around with CSS found that changing the background from #000 to #aaa can create a light source like some of the expensive looking makeup mirrors. To do this:

      -cd css
      -nano main.css
      -under html change background #000 to #aaa
      -ctrl+S to save, ctrl+X to exit
      -restart MM

      note: if you have SNOW or other animation from the TOP you will see a light transparent gray bar.
      20201126_192722_HDR.jpg

      posted in Custom CSS
      O
      ortizimo