Read the statement by Michael Teeuw here.

Posts
-
RE: when i launched lucy, it neither spoke anything also my microphone had a cross on it.
Did you go through all the steps in the repo readme files? You are supposed to have your microphone working before launching Lucy. Have you done that? Was you sound working before you ran Lucy?
-
RE: [MMM-iClock] - Live Clock module with updates on the minute every minute
@FruityBebbles said in [MMM-iClock] - Live Clock module with updates on the minute every minute:
Any help you can offer me would be greatly appreciated
I just cloned it and it fires right up. My config entry:
{ module: "MMM-iClock", position: "top_center", config:{ seconds: false, // true = update every second, false = update every minute. size: "350px", // Size of analogue clock, also changes margin for digital clock. color: "white", // Can be hex, rgb, rgba or color name. digital: 1, // 0 (no display), 1 (permanent display) or 2 (show for 5 seconds on every miniute). analogue: true, // false (no display), true (permanent display). glow: true, // false (no display), true (permanent display). } },
-
RE: MMM-SystemStats and MMM-EyeCandy not initializing upon start, boot, reboot, or restart of the MM OS
@pjcrux said in MMM-SystemStats and MMM-EyeCandy not initializing upon start, boot, reboot, or restart of the MM OS:
pi@magicmirroros:~/MagicMirror/modules $ ls
MMM-EyeCandy MMM-NetworkScanner MMM-SystemStatsDoes it work with the default config entry?
{ module: "MMM-EyeCandy", position: "top_center", config: { maxWidth: "75%", // Sizes the images. Retains aspect ratio. style: '1', // Style number or use ownImagePath to override style ownImagePath: '', // ex: 'modules/MMM-EyeCandy/pix/YOUR_PICTURE_NAME.jpg', or internet url to image } },
-
RE: MMM-SystemStats and MMM-EyeCandy not initializing upon start, boot, reboot, or restart of the MM OS
@pjcrux said in MMM-SystemStats and MMM-EyeCandy not initializing upon start, boot, reboot, or restart of the MM OS:
MMM-EyeCandy not initializing
The url you are trying to access is not directly to an image. Are you trying to get the cross image from that page? Is so, use this url
https://www.picgifs.com/easter-graphics/easter-graphics/cross/easter-graphics-cross-056663.gif
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
@kayakbabe said in 1 old noob + 1 rPi = I can't believe I did it! (revisited):
Yes you are a F****** genius! Way to go Pops!
Hahaha! I guess I was rather impressed with myself when I made that first mirror.
Thank you for your kind words.
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
@ashishtank said in 1 old noob + 1 rPi = I can't believe I did it! (revisited):
Looks Really Nice !
Thank you very much. :-)
-
RE: Changing compliments
Post your config entry for compliments in a code block