Great job!!! :) This is awesome!
Read the statement by Michael Teeuw here.
Posts
-
RE: NFL Score Module
@Shawnsully
@Shawnsully said in NFL Score Module:@strawberry-3.141 Thank you so much for your help
},
module: ‘MMM-NFL’,
position: ‘bottom_left’,
config: {
colored: true,
network: false,
reloadinterval: 900000,
},Your missing something… copy this and try it…
{
module: ‘MMM-NFL’,
position: ‘bottom_left’,
config: {
colored: true,
network: false,
reloadinterval: 900000,
}
}, -
RE: Front door mirror
@bhepler THAT would be awesome… I have an Alexa and seeing what it’s playing on the mirror would be so great!!! Wish I were a programmer but alas I am not LOL
-
RE: Voicecommand decide. Official alexa adaption on Raspi or Steven Hicksons Suite (Google)
Well either way you are using an outside source to run the mirror… Like using a NEST Thermostat… it has to go through their server which means they have the ability to control your item.
I’ve never been a fan of big business knowing my business ;)
-
RE: MMM-IFTTT - If-This-Then-That Maker Notifications
Great idea but am clueless on how IFTTT works… your example looks like a facebook notification which is pretty cool… but as far as getting that to work… LOL
-
RE: MMM-3Day-Forecast
@nigel-daniels very nice… nice enough to make me want to switch mine out!!
Have you thought about adding humidity next to the chance of rain perhaps?
-
RE: Front door mirror
WOW nice job!!! I really like this! I think someday it would be just awesome to have 2 or more mirrors all running the same thing possibly using a server at home… controlling everything in the house…
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Right now I’m doing it with crontab… my schedule is complex hahahah
BUT you have a great idea there, That sir would work perfectly!!!
Yes that would work… currently people are doing it with either the camera or PIR sensor but for those who have neither this would be a great replacement!
My schedule works like this:
On at 7 am
Off at 9 am
On at 5 pm
Off at 11 pmHowever, this will change because I only want that to happen M-F on Sat and Sun I want it differently…
On top of using the scheduler to show different things throughout those times… I gotta tell you how much I really like this module! :)
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
@dr4ke616 Well you could actually do it with a straight cronjob … something like this…
55 6 * * * /home/pi/monitor_on.shAnd off the same way :) It’s like making your own schedule…
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Okay I have another curve ball for you… how about … the ability to turn the mirror off and back on with this? :)
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@KirAsh4 said in MMM-Remote-Control:
“Hey [NAME], you did not wash your hands.”
“Turn the damn fan on!”
LOL
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@KirAsh4 said in MMM-Remote-Control:
@cowboysdude, evil, just pure evil.
Unsuspecting friend visits, friend goes to bathroom, you whip out phone and “text” the mirror … friend comes running out screaming.
Yes but funny none the less LOL
-
RE: Cheapest monitor?
I know here [US] people buy new computers and want to get rid of their old ones… and they usually have a flat panel monitor with them …
Also look for 'Refurbished" monitors…
That’s kind of how I’m getting the 40" tv for my next project… my parents… it quit working so they told me I could have it and I believe it is just the backlighting that quit working and the part is like 20.00 US…
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth said in MMM-Remote-Control:
@rvdgeer Glad you like it. :)
By the way I am also looking for new ideas, if anyone wants to a do a certain thing via this interface, I would happy to add it, if it is possible.
How about the ability to send a message to display on the mirror? It would be funny if someone was standing in front of it and it said Hi and their name LOL Just throwing it out there…
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Opps didn’t realize you were using Facial Recognition… LOL
Thanks @ianperrin !!
-
RE: MMM-ModuleScheduler - Module Schedules and Notifications
You’re missing the trigger ;)
Here do this:
{ module: ‘MMM-WunderGround’, position: ‘top_right’, classes: 'scheduler', config: { module_schedule: {from: ‘0 14 * * *’, to: ‘0 18 * * *’ }, apikey: ‘ad100f1e35ae51d2’, // **private; don’t share!** pws: ‘pws:IBOULOGN39’, //culemborg hourly: ‘1’, fctext: ‘1’, fcdaycount: “5”, fcdaystart: “0”, hourlyinterval: “3”, hourlycount: “2”, alerttime: 10000, alerttruncatestring: “french:”' } },
Note from admin: Please use Markdown on code snippets for easier reading!
-
RE: Christmas Countdown
@KirAsh4 said in Christmas Countdown:
Since he said smart nerds … here ya go http://bfy.tw/80wP
Excellent :)
-
RE: Christmas Countdown
Well let me just say that to render a request you should probably do it differently.
Such as:
Is anyone interested in perhaps writing a countdown script that I could use to tell how many days before Christmas?
Thanks guys!!
Starting off with ‘smart nerds’ isn’t really the way to go with it… it’s insulting to say the least. You start off by alienating the people who can help you and then go on to basically say you then want them to do it for you…
Honestly what do you think the chances are? I’m betting very little.
-
RE: Couple of ideas
Sounds like you have some great ideas! Perhaps a module that according to date will do different things… perhaps via sensor as well?
Right now I"m on what I call my Frankenstein mirror… LOL
It’s an x86 board just hanging here…planning on a 32" version that I would like to be powered up!! To handle the voice stuff better :)