@frogywill said in Lighted Bathroom MM:
MMM-Lunartic
Hello. Can you let me any info about stering the LED ? Do you make it form RPI ?
Best regards.
@frogywill said in Lighted Bathroom MM:
MMM-Lunartic
Hello. Can you let me any info about stering the LED ? Do you make it form RPI ?
Best regards.
Yes. I use https://github.com/paviro/MMM-Stripes this module.
I can’t get any info in documentation.
Anyone used WS2812b leds with his mirror ?
Best regards.
Hello, I have WS2812b stripes, i try to use MMM-Stripes for managing it, but i
dont have idea whats is wrong.
config.js
{
module: ‘MMM-Stripes’,
config: {
ledCount: 148,
type: ‘ws281x’,
gpio: 12
}
},
When i run it i got this info :
[18:33:30.922] [INFO] [Stripes] Loading LEDs…
[18:33:30.926] [WARN] [rpi-ws281x-native] This module requires being run with root-privileges. A non-functional stub of the interface will be returned.
[18:33:30.939] [LOG] [Stripes] LEDs appear to be working!
Buth when i try to run :
curl -X GET “http://192.168.33.42/Stripes/set?color=blue”
I get that Connection droped.
And another question i need to turn off audio device for using it ?
Thanks for help.