all good! thanks, I missed the dependencies installation section.
Best posts made by lkthomas
-
RE: how to adjust brightness based on time on RPi3?
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
-
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?
-
MMM-cryptocurrency ETHBTC price?
is that possible to display ETHBTC with MMM-cryptocurrency?
Link: https://github.com/matteodanelli/MMM-cryptocurrency -
RE: shade don't align with clock
.clock .bright {
font-size: 120px;
padding-bottom: 20px;
}fixed!
-
shade don't align with clock
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?
-
RE: how to adjust brightness based on time on RPi3?
all good! thanks, I missed the dependencies installation section.
-
RE: how to adjust brightness based on time on RPi3?
@ianperrin just tested, dimlevel at 20 and 80 also show black screen
-
align two modules height
module: "currentweather", position: "bottom_left", module: "weatherforecast", position: "bottom_right",
How could I align both modules height?
-
RE: how to adjust brightness based on time on RPi3?
pi@raspberrypi:~/MagicMirror/config $ xbacklight
RANDR Query Version returned error -1no, doesn’t work in RPi3
-
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?