@chrismoore ah! No idea how that list is called in the API :/ you’d have to check the API docs for that :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Wunderlist - your todos on the mirror
-
RE: Synchronous requests [solved]
And there comes the
“Doh!” moment! :D Thanks completely overlooked that… -
Promotion video
I just started working on a little promotion video for the MagicMirror system. Please don’t expect it to be finished any time soon, it’s just a side project :sweat_smile:
Here you can see my shell reconstruction showing the simple installation process (it’s animated of course):

It would be amazing if you could contribute on what should be in the video and how it should present the system. I would also be grateful about some other videos that present software projects in a modern and beautiful way, if you happen to find any on the web :slight_smile:
-
FRITZ!Box Callmonitor - always know who is calling!
The FRITZ!Box Callmonitor provides an interface for the FRITZ!Box showing an alert whenever someone is calling.

It also adds an optional widget to the UI which can be used as a call history or if configured correctly as a list of missed calls.

Numbers are automatically converted to their corresponding names if an
.vcfaddress book file is given to the module.If you have any questions or requests for future versions, don’t hesitate to ask!
[card:paviro/MMM-FRITZ-Box-Callmonitor]
-
RE: Weatherunderground - currently - hourly - daily - configurable
Have you checked your config file with jslint.com?
-
RE: Issue with sendSocketNotification and socketNotificationReceived
Only had a quick look at your code but it seems like you are not sending anything from the UI JavaScript to the
node_helper. In order for thenode_helperto be able to communicate with the module’s JavaScript you have to open the socket connection by sending some kind of initial message to the helper first. So you can probably fix it by addingthis.sendSocketNotification("hello")to thestartfunction of yourlovenotes.js. -
RE: MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
@Snille We are working on an optional setting :) Just wait some more days and you won’t need to modify any code!
-
RE: PIR-Sensor - put your mirror to sleep if not used
That’s exactly what this module does :)
-
RE: OwnCloud integration
Can you try executing
curl -L http://user:password@myowncloud.de/remote.php/caldav/calendars/user/calendar?exportin a shell? -
MMM-Facial-Recognition - customize your mirror for every user!
MMM-Facial-Recognition will teach your mirror to recognize your face when you are using it.
Features
- customizable welcome message
- custom set of modules for every user
Important notice
This module does NOT offer real security! Do NOT use it for anything highly sensitive.
[card:paviro/MMM-Facial-Recognition]
If you have any questions or requests for future versions, don’t hesitate to ask! -
MMM-Swipe - Hand gestures
@mochman to use GPIOs without
roottry exporting them via a shell command within node. The user than only has to be part of thegpio-group‘ :) check myMMM-PIR-Sensor` for an example! -
RE: Developing USGS Earthquake Map (2MB GIf warning) Topic 2
You can now also edit your posts, once you fixed your last bugs :) Just make sure the conversation stays understandable by not removing your original post but instead adding a second section:
Version 2
-
RE: Facial Recognition - customize your mirror for every user!
@cowboysdude @sunnysys why not use the capture script in the module repo?
-
RE: MagicPlugins - Snow Module by Nicholas Hubbard
Would be great if you could create a separate repo for every module :)
-
RE: Nodebb - Mr Admin
In general I like it a lot. Only thing that really bothers me is a lot of modules (even the ones written by NodeBB authors) are outdated or don’t work in some cases. The descriptions are often also far from ideal…