dolanmiu / MMM-awesome-alexa

Turn your MagicMirror into an 'Amazon Echo'. Activated when you say 'Alexa'.
https://awesome-alexa.js.org
MIT License
157 stars 51 forks source link

Installed without Errors - HOWEVER no Visual or Audio Response... (Please HELP!) #208

Open JakeGann opened 4 years ago

JakeGann commented 4 years ago

Hi,

MM working as expected, MMM-Awesome-Alexa installed without issue. Mic Speakers tested and working. However, when running, no evidence of the module is present visually or via sound. As mentioned, logs are not kicking up any errors. I am a bit of a NOOB but learning on the job with success so far - until now...

`pi@raspberrypi:~/MagicMirror $ npm start

magicmirror@2.12.0 start /home/pi/MagicMirror DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2020-08-03 16:19:45.001] [LOG] Starting MagicMirror: v2.12.0 [2020-08-03 16:19:45.009] [LOG] Loading config ... [2020-08-03 16:19:45.013] [LOG] Loading module helpers ... [2020-08-03 16:19:45.015] [LOG] No helper found for module: alert. [2020-08-03 16:19:45.064] [LOG] Initializing new module helper ... [2020-08-03 16:19:45.065] [LOG] Module helper loaded: updatenotification [2020-08-03 16:19:45.066] [LOG] No helper found for module: clock. [2020-08-03 16:19:45.443] [LOG] Initializing new module helper ... [2020-08-03 16:19:45.444] [LOG] Module helper loaded: calendar [2020-08-03 16:19:45.445] [LOG] No helper found for module: compliments. [2020-08-03 16:19:45.446] [LOG] No helper found for module: currentweather. [2020-08-03 16:19:45.447] [LOG] No helper found for module: weatherforecast. [2020-08-03 16:19:45.484] [LOG] Initializing new module helper ... [2020-08-03 16:19:45.485] [LOG] Module helper loaded: newsfeed [2020-08-03 16:19:45.520] [LOG] Initializing new module helper ... [2020-08-03 16:19:45.520] [LOG] Module helper loaded: MMM-network-signal [2020-08-03 16:19:46.462] [LOG] Initializing new module helper ... [2020-08-03 16:19:46.463] [LOG] Module helper loaded: MMM-awesome-alexa [2020-08-03 16:19:46.463] [LOG] All module helpers loaded. [2020-08-03 16:19:46.565] [LOG] Starting server on port 8080 ... [2020-08-03 16:19:46.570] [INFO] You're using a full whitelist configuration to allow for all IPs [2020-08-03 16:19:46.576] [LOG] Server started ... [2020-08-03 16:19:46.577] [LOG] Connecting socket for: updatenotification [2020-08-03 16:19:46.578] [LOG] Connecting socket for: calendar [2020-08-03 16:19:46.578] [LOG] Starting node helper for: calendar [2020-08-03 16:19:46.579] [LOG] Connecting socket for: newsfeed [2020-08-03 16:19:46.579] [LOG] Starting node helper for: newsfeed [2020-08-03 16:19:46.579] [LOG] Connecting socket for: MMM-network-signal [2020-08-03 16:19:46.580] [LOG] MMM-network-signal helper started ... [2020-08-03 16:19:46.580] [LOG] Connecting socket for: MMM-awesome-alexa [2020-08-03 16:19:46.581] [LOG] Sockets connected & modules started ... [2020-08-03 16:19:46.677] [LOG] Launching application. [2020-08-03 16:19:49.088] [LOG] Create new calendar fetcher for url: http://mail.gann.me.uk/owa/calendar/jandl@gannmail.net/Calendar/calendar.ics - Interval: 300000 [2020-08-03 16:19:49.123] [LOG] Create new news fetcher for url: http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml - Interval: 300000 [2020-08-03 16:19:49.261] [INFO] Checking git for module: MMM-network-signal [2020-08-03 16:19:49.305] [INFO] Checking git for module: MMM-awesome-alexa [2020-08-03 16:19:50.077] [INFO] Newsfeed-Fetcher: Broadcasting 42 items. [2020-08-03 16:19:50.947] [INFO] Calendar-Fetcher: Broadcasting 407 events. [2020-08-03 16:20:01.793] [LOG] Shutting down server... [2020-08-03 16:20:01.796] [LOG] Stopping module helper: updatenotification [2020-08-03 16:20:01.797] [LOG] Stopping module helper: calendar [2020-08-03 16:20:01.798] [LOG] Stopping module helper: newsfeed [2020-08-03 16:20:01.799] [LOG] Stopping module helper: MMM-network-signal [2020-08-03 16:20:01.800] [LOG] Stopping module helper: MMM-awesome-alexa pi@raspberrypi:~/MagicMirror $ `

JakeGann commented 4 years ago

image

moretticam commented 3 years ago

Update?