Video quality is pretty bad but I’ve been working on a single, full page module specifically for my system and Hello-Lucy. The orange-ish square (bottom center) is an enlarged CPU core image containing the temperatures of each core.
Read the statement by Michael Teeuw here.
Posts
-
RE: Help Me To Get Lucy Working
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
@CaptCutter said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):
Just can’t teach him to fetch, roll over or play dead… LMAO
Of course you can. My wife did that a long time ago. :^)
-
RE: Help Me To Get Lucy Working
If only the video quality was this good. Click on images for a better view.


-
RE: Help Me To Get Lucy Working
@bhepler said in Help Me To Get Lucy Working:
Ah. That’s fine. Considering the functionality added, it seems a small price to pay. I just want to be sure I’m aware of the ramifications. If I’m building mirrors for friends, I need to weigh the pros & cons of including Hello Lucy into their builds. If I can maintain access to their mirror, then I can make it work. I just have to remember to redo my modifications to the module code.
I have not and would not be so bold to ask all module authors to include these four lines to their module.js files. Doing so would not affect their modules but doing so would make them immediately available to Lucy and survive all updates.
if (notification === 'HIDE_COMMAND') { this.hide(1000); } else if (notification === 'SHOW_COMMAND') { this.show(1000);But if the owners intend to run the updates… then I should probably hold off on the Hello Lucy module.
Agreed, but it’s there for people that want to use it. Again, when I made Lucy there was no other module like it in function. I wanted to be able to do exactly what it does. I’m sure there are better modules that do it now, but not then. Not a single one. Ironically, Lucy’s name turned out to be more appropriate than I thought. I only used it because it’s my granddaughter’s name.
I barely trust myself with modifying the code, let alone teaching someone else how to do it!
Well, for me, learning involved modifying code. I’m not encouraging anyone to do anything. However, if they want to use Lucy then this is what they must do. If they want to get their feet wet I think that is admirable. Most copy and paste their config.js entries. This is basically the same thing, if they want to experiment and learn.
-
RE: Unable to install dependencies - npm not found
Try installing node.js, and so, npm to latest stable version. Then, try the MM installer script again.
Worst case scenario, manually install MM.
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
Cue the confetti. =:-)
-
RE: Problem server client configuration
@akkor said in Problem server client configuration:
I could test but I need your assistance 'couse I’m not a programmer
I’m just good following guide…Why I think it won’t work. You’ll be running MM and MMM-voice on the server machine. The client machine will only have a browser pointed at MM running on the server machine. The client has no way of accepting the voice commands because only the browser is running.
Now, if you had a microphone (at the client machine) with a cable that reached all the way to where the server machine is . . . :)
-
RE: Working on the ole 32"...
I’m running out of compliments bro. :-)
-
RE: HELP to use a cam with MM PLEASE
https://github.com/alexyak/camera will take selfies and send them to a host of email accounts and it’s written by the same author as the motiondetector module mentioned by @bhepler
-
RE: 43" Magic Hallway Mirror
@stephenmelody said in 43" Magic Hallway Mirror:
oh and a shout out to @mykle1 for the AfterShip module, probably my favourite one on the screen!!
You’re welcome, mate. I’m using it myself! Nice work on the mirror!
-
RE: HELP to use a cam with MM PLEASE
I would go with MMM-SleepWake because it’s a newer module and it’s fully supported by our friend, @sdetweil
-
RE: MM v.2.6.0 doesn't update
I believe you’ll find your answer here, mate. Good luck.
https://forum.magicmirror.builders/topic/9378/updating-6db61b4-de57daa/2
Score one for the forum search feature! :-)
-
RE: Finsihed my first mirror
@termeric said in Finsihed my first mirror:
I added a back to the mirror and drilled some holes for ventilation, but i may either take it off or drill a few more since i’m getting the temperature indicator on the screen.
Nice job. Looks great!
IMHO, no need for a back at all. You can also drill ventilation holes in the the sides and the top and bottom. You will see a significant improvement in temp. And don’t rule out heatsinks or a fan. Both are inexpensive and you’ll never worry about heat again. When you see results like this you’ll sleep better. :-)

-
RE: Contribute to a module. Volunteers wanted! Easy!
-
RE: Contribute to a module. Volunteers wanted! Easy!
@yawns said in Contribute to a module. Volunteers wanted! Easy!:
Sorry, late to the party
Did you bring the beer?
Thank you, my friend. I’ve added your info to the readme. :thumbsup:
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
Pay particular attention to this line:
PM2 will now show you a command you need to execute.
Most people miss this step. You have to execute the command that appears.
And lastly, you have to save the PM2 state