Read the statement by Michael Teeuw here.
Posts
-
RE: How to turn off Raspberry Pi LEDs
here are the amendments to boot/config.txt file. For BULLSEYE, you have to use different parameters to make them work
these work for pi3 and pi 4
Pre BULLSEYE
-
Disable the PWR LED
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off -
Disable the Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off -
Disable ethernet port LEDs
dtparam=eth_led0=4
dtparam=eth_led1=4
BULLSEYE ONLY
-
Disable the PWR LED
dtparam=pwr_led_trigger=default-on
dtparam=pwr_led_activelow=off -
Disable the Activity LED
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off -
Disable Ethernet port LEDs
dtparam=eth_led0=4
dtparam=eth_led1=4
-
-
RE: Little magic mirror (but not a mirror)
very cool use of broken gadgets. less for landfill and looks awesome
-
RE: MMM-SpeedTest
@digied seems speedtest module no longer works since ookla changed their software. i tried the module github and nothing,
-
RE: 7" and 5" displays
@robin-garner It took longer to print the cases than it did to do the software. Its all relatively straightforward modules. Just follow the instructions and you wont have any problems.
Although, for some reason Speedtest module no longer works since Ookla made some changes to their software. This would be the only bug I have fown and that was only recently (since August I think)
-
RE: 7" and 5" displays
@osfersa In the Main.Css file
body {
margin: 10px;
position: absolute;
height: calc(100% - 20px); ##Change this to 100% - xx
width: calc(100% - 20px); -
RE: Bedside Display
@cowboysdude Sweet, i looked at what everyone had done to get ideas and see whats possible
-
RE: Bedside Display
@ankonaskiff17 I have a bedside dispaly using a 4.3 inch display that works perfectly
https://forum.magicmirror.builders/topic/15038/expensive-bedside-clock?page=1
I am also working on a smaller one with a 3.5 screen that has just the clock and temperature on it to fit in an enclosure in my shed
-
RE: Expensive Bedside Clock
@cowboysdude said in Expensive Bedside Clock:
Sorry for the late replyAll the files are now available on Thingiverse