Very Nice Work By the way! :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Analog + Digital Clock module
Is the red color default? I’d like all the default modules to be B/W…
-
RE: No sleep for the weary ...
Did you ever try ColorFabb’s XT CoPolyester? Tried it once, and since then My PLA, ABS and HIPS are being abandoned … ;)
-
RE: Roomtemperature with DS18B20
To point you a bit more in the right direction, the node helper should change to something like:
... sendTemperature: function() { var temp = sensor.get('28-04163746c8ff'); this.sendSocketNotification('TEMPERATURE', temp); } ... -
RE: Roomtemperature with DS18B20
What is important to understand, is the difference between the frontend module, and the node_helper.
The frontend module (yourmodulename.js) is there to make sure the UI works, the node helper (node_helper.js) allows you to execute commands like you want.
You need to make a module that contains both.
Check out this very simple example which is pretty easy for you to adapt:
https://github.com/MichMich/mmm-systemtemperature -
RE: npm do not start!
We need a little more info to help.
- Are you booting in CLI mode, or in the GUI mode (and starting this from a terminal window)?
- What’s the Node version you’re running?
- What RPi are you using?
- What OS are you using?
-
RE: Connecting picture & Compliments
@Pfannerfranz It’s definitely possible. Just copy the compliments module into a new folder (outside of the default folder, and give it a new name (rename the folder, rename the .js file, and rename the module inside the .js file). You can now modify that module any way you want.
By the way: welcome the community. Looking forward to your contributions.
-
RE: No sleep for the weary ...
Oh boy, do I recognize these days. Since my SO is a flight attendant, there are a lot of days I’m home alone. Usually when my SO comes back after a few days of flying, I tell her I’m not really fit. Headache, Tired, Etc … En then she asks me if I drank enough water, got some healthy food and went outside for some fresh air …
Thank god I’m not single anymore. It would kill me.
Luckily, I have a Son now. He helps me to get my mind off from my projects from time to time. Sometimes a little bit to often … ;)
By the way, I’m extremely jealous of your Laser engraver. Unfortunately I currently don’t have the space for it. But I definitely will, in the future.
Just curious: what type of filament are you using in that photo?
-
RE: My full lengh Magic Mirror completed.
Very nice! Love the size of the Mirror … And don’t thank me, thank the community that helped me in building the framework. :)
-
Besides your MagicMirror, what are some Maker-projects you worked/working on?
Just curious so see what keeps you guys busy. Besides the MagicMirror, are there any other maker projects you guys are working on, or have worked on?
Here’s a list of some of my projects:
- My Automatic Curtains.
- A PowerSuit for a theme party.
- A few iOS apps: QuickHue, ThermoToday, TextClock and Bermuda.
- My Annoying Dishwasher Project.
- The Home Sensor.
- And a lot of other maker projects …
Looking forward to getting a glimpse of your projects.
-
RE: WE NEED YOU!
The sound. It ends abruptly. I think we really need a nice sound ending (it generated a bit of an awkward moment yesterday because it looked liked the video failed at the end … ;))
And the endframes could be a bit cleaner. (The alignment of the text is off, and I think a bit smaller text would be nicer).
-
RE: iFrame not displaying correctly
It’s using Electron. As far as I know that’s based on chromium.
-
RE: TypeError: curr.start.toISOString is not a function
@Bangee Did not have any time to look into this … I’m sorry! Did I understand it correctly that you managed to solve it with the new calendar feed you sent me?
-
RE: WE NEED YOU!
Got a lot of positive reactions on the video (as well as on the talk). There are a few minor changes I think need to be done to the video, and then we can add it to the GitHub Homepage.
-
RE: The mirror that wasn't a mirror
Yeah! Please send me a pull request (including an updated changeling).
Thanks in advance! -
RE: Analog + Digital Clock module
I love the idea of adding a analog clock. If you manage to add it, and make it configurable, feel free to send a pull request to the default module.
-
RE: Developers running Windows 10.
PR is comitted in the dev branch. If it’s a confirmed fix I’ll release a new master branch.