Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. lkthomas
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 14
    • Best 1
    • Groups 0

    lkthomas

    @lkthomas

    1
    Reputation
    370
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lkthomas Follow

    Best posts made by lkthomas

    • RE: how to adjust brightness based on time on RPi3?

      all good! thanks, I missed the dependencies installation section.

      posted in Troubleshooting
      L
      lkthomas

    Latest posts made by lkthomas

    • RE: Sweeping second hand on the clock?

      I didn’t ask for second hand to change color, I am actually asking if the second hand could “Sweep” and not tick in 1 second interval

      posted in General Discussion
      L
      lkthomas
    • Sweeping second hand on the clock?

      Is that possible to have a sweeping second hand like a mechanical watch on the built-in clock dial?

      posted in General Discussion
      L
      lkthomas
    • MMM-cryptocurrency ETHBTC price?

      is that possible to display ETHBTC with MMM-cryptocurrency?
      Link: https://github.com/matteodanelli/MMM-cryptocurrency

      posted in Troubleshooting
      L
      lkthomas
    • RE: shade don't align with clock

      .clock .bright {
      font-size: 120px;
      padding-bottom: 20px;
      }

      fixed!

      posted in Custom CSS
      L
      lkthomas
    • shade don't align with clock

      0_1557328664068_abc.jpg

       body {
          margin: 0px;
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: #cccccc;
       }
      
      .clock .bright {
      font-size: 120px;
      }
      
      .clock .date {
      font-size: 55px;
      padding-bottom: 30px;
      padding-top: 5px;
      }
      
      
      .wi.dimmed.wi-sunset {
      color: orange;
      }
      .wi.dimmed.wi-sunrise {
      color: yellow;
      }
      
      
      .module {
              background-color:rgba(0,0,0,0.6);
              zoom: 185%;
      }
      
      

      As you could see “11:13” leg seems not covered by shade; Only top bar module having this issue, everything else is fine, how could I fix it?

      posted in Custom CSS
      L
      lkthomas
    • RE: how to adjust brightness based on time on RPi3?

      all good! thanks, I missed the dependencies installation section.

      posted in Troubleshooting
      L
      lkthomas
    • RE: how to adjust brightness based on time on RPi3?

      @ianperrin just tested, dimlevel at 20 and 80 also show black screen

      posted in Troubleshooting
      L
      lkthomas
    • align two modules height
                          module: "currentweather",
                          position: "bottom_left",
      
                          module: "weatherforecast",
                          position: "bottom_right",
      

      How could I align both modules height?

      posted in Troubleshooting
      L
      lkthomas
    • RE: how to adjust brightness based on time on RPi3?

      @sean

      pi@raspberrypi:~/MagicMirror/config $ xbacklight
      RANDR Query Version returned error -1

      no, doesn’t work in RPi3

      posted in Troubleshooting
      L
      lkthomas
    • how to adjust brightness based on time on RPi3?

      I want to adjust brightness to 100% during day time and 20% at night, how could I do that with RPi3?

      posted in Troubleshooting
      L
      lkthomas