Skip to content

Commit

Permalink
Merge pull request MagicMirrorOrg#109 from paviro/v2-beta
Browse files Browse the repository at this point in the history
Fixed typo in node_helper and added module to README
  • Loading branch information
MichMich committed Mar 30, 2016
2 parents cbf533a + 5bccb1a commit dd32e61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Things that still have to be implemented or changed.
####Loader
- Loading of module uses `eval()`. We might want to look into a better solution. [loader.js#L112](https://github.com/MichMich/MagicMirror/blob/v2-beta/js/loader.js#L112).

##Modules
###[MMM-FRITZ-Box-Callmonitor by PaViRo](https://github.com/paviro/MMM-FRITZ-Box-Callmonitor)

**Features:** FRITZ!Box Callmonitor (displays alert when someone is calling)

####NodeHelper
- The node_helper superclass creates a seperate socket connection for each module. It's preferred to use the overall socket connection of the server.

Expand Down
2 changes: 1 addition & 1 deletion modules/node_modules/node_helper/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd32e61

Please sign in to comment.