Read the statement by Michael Teeuw here.
Hello-Lucy
-
UPDATE:
The biggest hurdle for Pi users with Hello-Lucy is the lag placed upon the Pi by the use of the animated face.gif. This is not an issue for people using PC boards. A simple work-around for this is not using the animated face.gif. The face is cool but voice was the reason for Hello-Lucy.
I’ve updated the repo with 2 static images of Lucy for Pi users. You can also use any image file you like, or none. Also, the use of a microphone that has a 3.5mm jack significantly improves response (tested). USB introduces too much lag, evident even on an i7 Quad Core (tested). The difference is staggering.
I’ve also provided a 25MB version of the animated face.gif in the repo. You can still acquire the original via the link in the readme if you so desire. That file is 60+MB.
Peace!
-
-
Ahhhh, nicely done dude! :-)
-
I added the MM default calendar, compliments and newsfeed modules. They will now work with Hello-Lucy by simply replacing your current module.js files with the module.js files provided in the Hello-Lucy repo. This assumes you are using the most current MM and that you clone the Hello-Lucy repo and follow the simple installation instructions. That’s a total of 30 modules that will work by default with Hello-Lucy. I’ll leave the rest to you. :-)
Peace!
-
Special thanks to @cowboysdude for randomizing sound files to the “SHOW LUCY” command. It’s audible “compliments” for your mirror. Great freakin idea dude. Thanks much!
Peace!
-
Some of the custom responses/compliments I’ve created for my own Hello-Lucy. There are some that are inappropriate for public consumption so I left those out. :-)
-
I am installing some modules that I like very much.
The MMM-Art module is impressive, if it worked for me, it gives me this error:
API key is correctc.MMM-Art.js:84 Uncaught TypeError: Cannot read property ‘url’ of undefined ----> img.src = Art.WebImage.url;
-
@pepebc said in Hello-Lucy:
The MMM-Art module is impressive, if it worked for me, it gives me this error:
Wow. I never thought anyone would be using this. I haven’t loaded it in ages but you are correct, it is not functioning. I will take a look at the cause this evening. Thank you for your interest. :-)
-
@cruunnerr said in Hello-Lucy:
Just for the need to say 1 command instead of 2 or 3 commands.
And “Wake up” will show the last used configuration.Is this what you meant? Each page command will hide the previous page while still retaining the ability to hide and show individual modules and put the display into standby and wake it up. “Please Wake Up” will show the last used configuration as “Go To Sleep” affects the monitor, not MM. :-)
-
@pepebc said in Hello-Lucy:
MMM-Art.js:84 Uncaught TypeError: Cannot read property ‘url’ of undefined ----> img.src = Art.WebImage.url;
Here is where we stand. The API changed how it provides the data. The return from the GET request used to give all the data (including images) I needed for the module (as it is) but they’ve moved the picture files to a web url, outside of the return. I am not ashamed to admit that I don’t know how to move forward to correct this. I’m also humble enough to ask for help. So, if anyone reading this cared to take a look at this and guide me, I would be forever grateful, and so would @pepebc . :-)
Peace