Skip to content

inginx/MagicMirror-Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMirror-Extensions

In this repository I will with time open source the MagicMirror extensions I wrote for my mirror. You can find some more details on my blog.

Features

  • Callmonitor for FRITZ!Box users

Future releases (implemented but not yet releasable)

  • Faceregognition and personalized view for recognized faces.
  • Online banking through HBCI (displaying how much money you have on your bank account)
  • Multiple calenders based on faceregognition

Usage

  1. Copy the folder callmonitor from www/js into your webservers js folder.
  2. Copy the folder img from www into your webservers root folder.
  3. In your index.php add
    `<script src="http://localhost:1234/socket.io/socket.io.js"></script>
<script src="js/callmonitor/callmonitor.js" type="text/javascript"></script>`
before `` and remove the existing refrence to socket.io.js
  1. Copy the folder SocketIOServer in bin into /usr/local/bin on your Pi or another mirror computer.
  2. Change the IP adress in SocketIOServer/server.js to the IP of your FRITZ!Box.
  3. Add your adressbook in SocketIOServer/addressbook.js.
  4. Install node.js (instructions)
  5. Open a terminal and change into SocketIOServer by using cd /usr/local/bin/SocketIOServer then install the dependencies (see bellow).
  6. Activate the callmonitor of your FRITZ!Box by calling #96*5* on a connected phone.
  7. Run the script by executing node server.js in the SocketIOServer folder.
  8. Add the server.js to your autostart.

Dependencies

Open Source Licenses

###pi-facerec-box The MIT License (MIT)

Copyright (c) 2014 Tony DiCola

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The negative training data is from the ORL face database. Please see the file tools/facetrainer/training_data/negative/README for more information on this data.

About

In this repository I will with time open source the MagicMirror extensions I wrote for my mirror.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published