I thought I might tell you this. I went to your url site and got one of my own. I now have EyeCandy displaying my own personalized radar.
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-EyeCandy not refreshing
-
RE: Snilles Magic Mirror Project
@Snille said in Snilles Magic Mirror Project:
You can find some of the stuff I’ve done here.
That ball sculpture is crazy cool!!!
-
RE: The installer script linked from the main page is broken.
I don’t think there is another install script. However, you can run
npm install
in the MagicMirror directory. This often completes installing the dependencies. MM can also be installed manually but you likely already know that. Good luck, mate. -
RE: Help Me To Get Lucy Working
Ok, let’s start with a single module. What module would you like to use with Hello-Lucy? We’ll get that to SHOW and HIDE first.
And just so you are aware, there is a list of modules in the ReadMe file that work by default
-
RE: Cheap as chips.....
@Damian said in Cheap as chips.....:
Sorry but I never noticed these replies or would have replied earlier,
No worries, mate. :^)
I managed by following @Mykle1 guide. and it worked as expected.
Ahh, excellent! :^)
Sounds like you’re having fun and getting things done. I don’t have Alexa. Sounds damn cool though! :^)
-
RE: Help Me To Get Lucy Working
@dazza120 said in Help Me To Get Lucy Working:
MMM-GoogleMapsTraffic
In the MMM-GoogleMapsTraffic.js file, add this
if/else if
statement to the notificationReceived function or the entire thing after the close of the getDom. (see readme)notificationReceived: function(notification, payload) { if (notification === 'HIDE_TRAFFIC') { this.hide(); } else if (notification === 'SHOW_TRAFFIC') { this.show(1000); } },
Now open the new node helper that you put in the MMM-voice folder Add this at about line 429 (choose a blank line) . You’ll see other just like it
else if (/(SHOW)/g.test(data) && /(TRAFFIC)/g.test(data)) { this.sendSocketNotification('SHOW_TRAFFIC'); } else if (/(HIDE)/g.test(data) && /(TRAFFIC)/g.test(data)) { this.sendSocketNotification('HIDE_TRAFFIC'); }
Then:
Now open the new MMM-voice.js file that you put in your MMM-voice folder Add this to the sentences array
HIDE TRAFFIC
,
SHOW TRAFFIC
,Now go to about line 431 (choose a blank line)
else if (notification === 'HIDE_TRAFFIC') { this.sendNotification('HIDE_TRAFFIC'); } else if (notification === 'SHOW_TRAFFIC') { this.sendNotification('SHOW_TRAFFIC'); }
-
RE: Cheap as chips.....
@Damian said in Cheap as chips.....:
Now I’m back fully with MM and hope to do more with that.
After all that, I’m thinking, you will NOT have a problem with MM. :^)
-
RE: Help Me To Get Lucy Working
Ok, the readme needs to be updated so the line numbers weren’t quite correct (My bad). I’ve taken the liberty of adding GoogleMapsTraffic to the defaults of Hello-Lucy. It was just easier for me than trying to explain things here.
- Get a new copy of the Hello-Lucy repo.
- In the MMM-voice replacement files folder is your new MMM-voice.js file and node_helper.
- In the Replacement module files folder is your new MMM-GoogleMapsTraffic.js file.
Replace your current files with the files above.
Any of my modules will work by default, after having installed them. See the Replacement module files folder for other modules that you might want to use (Ex. calendar, clock, compliments, newsfeed etc)
-
RE: Vanity Mirror, thy name is woman. (using laptop)
@cowboysdude said in Vanity Mirror, thy name is woman.:
THAT would be an excellent idea!!! hahahhahahaha BUT I’m sure the wife would STILL be late LOL
There’s not a timer on (MMM) EARTH that could make my wife be ready on time.