Skip to content

Instantly share code, notes, and snippets.

@shbatm
Created January 3, 2019 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shbatm/886fc811d314d136ccedeaf5663e5881 to your computer and use it in GitHub Desktop.
Save shbatm/886fc811d314d136ccedeaf5663e5881 to your computer and use it in GitHub Desktop.
MMM-AlexaOnOff Sample Install
pi@bookcase2:~ $ cd MagicMirror/modules/
pi@bookcase2:~/MagicMirror/modules $ git clone git@github.com:shbatm/MMM-AlexaOnOff.git
Cloning into 'MMM-AlexaOnOff'...
remote: Enumerating objects: 32, done.
remote: Counting objects: 100% (32/32), done.
remote: Compressing objects: 100% (29/29), done.
remote: Total 32 (delta 12), reused 14 (delta 2), pack-reused 0
Receiving objects: 100% (32/32), 10.82 KiB | 0 bytes/s, done.
Resolving deltas: 100% (12/12), done.
pi@bookcase2:~/MagicMirror/modules $ cd MMM-AlexaOnOff/
pi@bookcase2:~/MagicMirror/modules/MMM-AlexaOnOff $ npm install
npm WARN deprecated boom@4.3.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
npm WARN deprecated joi@10.6.0: This version is no longer maintained. Please upgrade to the latest version.
npm notice created a lockfile as package-lock.json. You should commit this file.
added 57 packages from 21 contributors and audited 135 packages in 11.549s
found 0 vulnerabilities

pi@bookcase2:~/MagicMirror/modules/MMM-AlexaOnOff $ cd ../../
pi@bookcase2:~/MagicMirror $ npm start

> magicmirror@2.7.0-develop start /home/pi/MagicMirror
> sh run-start.sh

Starting MagicMirror: v2.7.0-develop
Loading config ...
Loading module helpers ...
Initializing new module helper ...
Module helper loaded: MMM-AlexaOnOff
Initializing new module helper ...
Module helper loaded: MMM-Remote-Control
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ...
Server started ...
Connecting socket for: MMM-AlexaOnOff
Module helper started for MMM-AlexaOnOff
Connecting socket for: MMM-Remote-Control
Starting node helper for: MMM-Remote-Control
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected & modules started ...
Launching application.
FauxMo service started. Listening on 192.168.10.92:21900
Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment