• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-awesome-alexa

Scheduled Pinned Locked Moved Utilities
241 Posts 43 Posters 342.4k Views 47 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Online
    sdetweil @sdetweil
    last edited by Oct 9, 2020, 11:27 PM

    I have a script that does the 14 install steps

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • G Offline
      Ghost2000
      last edited by Oct 9, 2020, 11:28 PM

      can you send me ?

      S 1 Reply Last reply Oct 9, 2020, 11:31 PM Reply Quote 0
      • S Online
        sdetweil @Ghost2000
        last edited by Oct 9, 2020, 11:31 PM

        @Ghost2000 https://www.dropbox.com/s/omrx3vztjp738hf/do-install.sh?dl=0

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • G Offline
          Ghost2000
          last edited by Oct 9, 2020, 11:37 PM

          Thx Good night

          1 Reply Last reply Reply Quote 0
          • G Offline
            Ghost2000
            last edited by Oct 10, 2020, 11:29 AM

            /home/pi/.pm2/logs/mm-error.log last 15 lines:
            0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:8                                                                                                                                                             9:5)
            0|mm       | [2020-10-10 01:57:43.816] [ERROR]  (node:15126) UnhandledPromiseRej                                                                                                                                                             ectionWarning: Unhandled promise rejection. This error originated either by thro                                                                                                                                                             wing inside of an async function without a catch block, or by rejecting a promis                                                                                                                                                             e which was not handled with .catch(). (rejection id: 1)
            0|mm       | [2020-10-10 01:57:43.819] [ERROR]  (node:15126) UnhandledPromiseRej                                                                                                                                                             ectionWarning: Unhandled promise rejection. This error originated either by thro                                                                                                                                                             wing inside of an async function without a catch block, or by rejecting a promis                                                                                                                                                             e which was not handled with .catch(). (rejection id: 1)
            0|mm       | [2020-10-10 01:57:43.820] [ERROR]  (node:15126) [DEP0018] Deprecati                                                                                                                                                             onWarning: Unhandled promise rejections are deprecated. In the future, promise r                                                                                                                                                             ejections that are not handled will terminate the Node.js process with a non-zer                                                                                                                                                             o exit code.
            0|mm       | [2020-10-10 01:57:43.823] [ERROR]  (node:15126) [DEP0018] Deprecati                                                                                                                                                             onWarning: Unhandled promise rejections are deprecated. In the future, promise r                                                                                                                                                             ejections that are not handled will terminate the Node.js process with a non-zer                                                                                                                                                             o exit code.
            0|mm       | [2020-10-10 01:57:44.478] [ERROR]  Calendar Error. Could not fetch                                                                                                                                                              calendar:  https://calendar.google.com/calendar/ical/fhemrittel%40gmail.com/publ                                                                                                                                                             ic/basic.ics 404: Not Found
            0|mm       | [2020-10-10 02:00:07.079] [ERROR]  Calendar Error. Could not fetch                                                                                                                                                              calendar:  https://calendar.google.com/calendar/ical/fhemrittel%40gmail.com/publ                                                                                                                                                             ic/basic.ics 404: Not Found
            0|mm       | [2020-10-10 02:00:07.387] [ERROR]  (node:15126) UnhandledPromiseRej                                                                                                                                                             ectionWarning: Error: [object Object]
            0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j                                                                                                                                                             s:1:6073
            0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:8                                                                                                                                                             9:5)
            0|mm       | [2020-10-10 02:00:07.387] [ERROR]  (node:15126) UnhandledPromiseRej                                                                                                                                                             ectionWarning: Error: [object Object]
            0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j                                                                                                                                                             s:1:6073
            0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:8                                                                                                                                                             9:5)
            0|mm       | [2020-10-10 02:00:07.388] [ERROR]  (node:15126) UnhandledPromiseRej                                                                                                                                                             ectionWarning: Unhandled promise rejection. This error originated either by thro                                                                                                                                                             wing inside of an async function without a catch block, or by rejecting a promis                                                                                                                                                             e which was not handled with .catch(). (rejection id: 2)
            0|mm       | [2020-10-10 02:00:07.388] [ERROR]  (node:15126) UnhandledPromiseRej                                                                                                                                                             ectionWarning: Unhandled promise rejection. This error originated either by thro                                                                                                                                                             wing inside of an async function without a catch block, or by rejecting a promis                                                                                                                                                             e which was not handled with .catch(). (rejection id: 2)
            
            
            S 1 Reply Last reply Oct 10, 2020, 11:48 AM Reply Quote 0
            • S Online
              sdetweil @Ghost2000
              last edited by sdetweil Oct 10, 2020, 1:03 PM Oct 10, 2020, 11:48 AM

              @Ghost2000 looks like a networking problem calendar catch fetch too

              u ran the script?, do

              pm2 stop 0
              pm2 flush
              pm2 start 0
              pm2 logs --line=100 >somefile
              

              post content of somefile

              don’t truncate the log lines

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              G 1 Reply Last reply Oct 10, 2020, 2:43 PM Reply Quote 0
              • G Offline
                Ghost2000 @sdetweil
                last edited by Oct 10, 2020, 2:43 PM

                @sdetweil

                pi@MagicMirror:~ $ pm2 log mm
                [TAILING] Tailing last 15 lines for [mm] process (change the value with --lines                                                                                                                                                              option)
                /home/pi/.pm2/logs/mm-error.log last 15 lines:
                0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j                                                                                                                                                             s:1:6162
                0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:8                                                                                                                                                             9:5)
                0|mm       | [2020-10-10 16:05:13.621] [ERROR]  (node:1774) UnhandledPromiseReje                                                                                                                                                             ctionWarning: Unhandled promise rejection. This error originated either by throw                                                                                                                                                             ing inside of an async function without a catch block, or by rejecting a promise                                                                                                                                                              which was not handled with .catch(). (rejection id: 4)
                0|mm       | [2020-10-10 16:05:13.622] [ERROR]  (node:1774) UnhandledPromiseReje                                                                                                                                                             ctionWarning: Unhandled promise rejection. This error originated either by throw                                                                                                                                                             ing inside of an async function without a catch block, or by rejecting a promise                                                                                                                                                              which was not handled with .catch(). (rejection id: 4)
                0|mm       | [2020-10-10 16:42:49.278] [ERROR]  ERROR! Could not find main modul                                                                                                                                                             e js file for MMM-Windy
                0|mm       | [2020-10-10 16:42:53.517] [ERROR]  (node:4326) UnhandledPromiseReje                                                                                                                                                             ctionWarning: Error: [object Object]
                0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j                                                                                                                                                             s:1:6073
                0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:8                                                                                                                                                             9:5)
                0|mm       | [2020-10-10 16:42:53.518] [ERROR]  (node:4326) UnhandledPromiseReje                                                                                                                                                             ctionWarning: Error: [object Object]
                0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.j                                                                                                                                                             s:1:6073
                0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:8                                                                                                                                                             9:5)
                0|mm       | [2020-10-10 16:42:53.519] [ERROR]  (node:4326) UnhandledPromiseReje                                                                                                                                                             ctionWarning: Unhandled promise rejection. This error originated either by throw                                                                                                                                                             ing inside of an async function without a catch block, or by rejecting a promise                                                                                                                                                              which was not handled with .catch(). (rejection id: 1)
                0|mm       | [2020-10-10 16:42:53.519] [ERROR]  (node:4326) UnhandledPromiseReje                                                                                                                                                             ctionWarning: Unhandled promise rejection. This error originated either by throw                                                                                                                                                             ing inside of an async function without a catch block, or by rejecting a promise                                                                                                                                                              which was not handled with .catch(). (rejection id: 1)
                0|mm       | [2020-10-10 16:42:53.520] [ERROR]  (node:4326) [DEP0018] Deprecatio                                                                                                                                                             nWarning: Unhandled promise rejections are deprecated. In the future, promise re                                                                                                                                                             jections that are not handled will terminate the Node.js process with a non-zero                                                                                                                                                              exit code.
                0|mm       | [2020-10-10 16:42:53.520] [ERROR]  (node:4326) [DEP0018] Deprecatio                                                                                                                                                             nWarning: Unhandled promise rejections are deprecated. In the future, promise re                                                                                                                                                             jections that are not handled will terminate the Node.js process with a non-zero                                                                                                                                                              exit code.
                
                /home/pi/.pm2/logs/mm-out.log last 15 lines:
                0|mm       | [2020-10-10 16:42:48.826] [LOG]    Launching application.
                0|mm       | [2020-10-10 16:42:51.828] [LOG]    Create new calendar fetcher for                                                                                                                                                              url: https://calendar.google.com/calendar/ical/fhemrittel%40gmail.com/private-c4                                                                                                                                                             92e1e266741d80fd373303d2eb7f99/basic.ics - Interval: 300000
                0|mm       | [2020-10-10 16:42:51.848] [LOG]    starting internet monitor node h                                                                                                                                                             elper
                0|mm       | [2020-10-10 16:42:51.854] [LOG]    Smart Touch module has started
                0|mm       | [2020-10-10 16:42:51.860] [LOG]    Create new news fetcher for url:                                                                                                                                                              https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
                0|mm       | [2020-10-10 16:42:51.900] [INFO]   Checking git for module: mmpm
                0|mm       | [2020-10-10 16:42:51.901] [INFO]   Checking git for module: MMM-Car                                                                                                                                                             ousel
                0|mm       | [2020-10-10 16:42:51.928] [INFO]   Checking git for module: MMM-awe                                                                                                                                                             some-alexa
                0|mm       | [2020-10-10 16:42:51.954] [INFO]   Checking git for module: iFrame
                0|mm       | [2020-10-10 16:42:51.980] [INFO]   Checking git for module: MMM-OnS                                                                                                                                                             creenMenu
                0|mm       | [2020-10-10 16:42:52.006] [INFO]   Checking git for module: interne                                                                                                                                                             t-monitor
                0|mm       | [2020-10-10 16:42:52.031] [INFO]   Checking git for module: MMM-Rem                                                                                                                                                             ote-Control
                0|mm       | [2020-10-10 16:42:52.065] [INFO]   Checking git for module: MMM-Sma                                                                                                                                                             rtTouch
                0|mm       | [2020-10-10 16:42:53.295] [INFO]   Newsfeed-Fetcher: Broadcasting 5                                                                                                                                                             3 items.
                0|mm       | [2020-10-10 16:42:53.975] [INFO]   Calendar-Fetcher: Broadcasting 4                                                                                                                                                              events.
                
                
                
                
                S 1 Reply Last reply Oct 10, 2020, 2:53 PM Reply Quote 0
                • S Online
                  sdetweil @Ghost2000
                  last edited by Oct 10, 2020, 2:53 PM

                  @Ghost2000 said in MMM-awesome-alexa:

                  UnhandledPromiseReje

                  could i get the REST of the line ??

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  G 1 Reply Last reply Oct 10, 2020, 3:05 PM Reply Quote 0
                  • G Offline
                    Ghost2000 @sdetweil
                    last edited by Ghost2000 Oct 10, 2020, 3:05 PM Oct 10, 2020, 3:05 PM

                    pi@MagicMirror:~ $ pm2 logs --lines=100
                    [TAILING] Tailing last 100 lines for [all] processes (change the value with --lines option)
                    /home/pi/.pm2/pm2.log last 100 lines:
                    PM2        | 2020-10-10T17:04:04: PM2 log: Stopping app:mm id:0
                    PM2        | 2020-10-10T17:04:05: PM2 log: App [mm:0] exited with code [0] via signal [SIGINT]
                    PM2        | 2020-10-10T17:04:05: PM2 log: pid=4305 msg=process killed
                    PM2        | 2020-10-10T17:04:05: PM2 log: App [mm:0] starting in -fork mode-
                    PM2        | 2020-10-10T17:04:05: PM2 log: App [mm:0] online
                    
                    /home/pi/.pm2/logs/mm-error.log last 100 lines:
                    0|mm       | [2020-10-10 17:04:09.488] [ERROR]  ERROR! Could not find main module js file for MMM-Windy
                    0|mm       | [2020-10-10 17:04:13.694] [ERROR]  (node:4895) UnhandledPromiseRejectionWarning: Error: [object Object]
                    0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:6073
                    0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:89:5)
                    0|mm       | [2020-10-10 17:04:13.695] [ERROR]  (node:4895) UnhandledPromiseRejectionWarning: Error: [object Object]
                    0|mm       |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:6073
                    0|mm       |     at processTicksAndRejections (internal/process/task_queues.js:89:5)
                    0|mm       | [2020-10-10 17:04:13.695] [ERROR]  (node:4895) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                    0|mm       | [2020-10-10 17:04:13.695] [ERROR]  (node:4895) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
                    0|mm       | [2020-10-10 17:04:13.696] [ERROR]  (node:4895) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                    0|mm       | [2020-10-10 17:04:13.696] [ERROR]  (node:4895) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
                    
                    /home/pi/.pm2/logs/mm-out.log last 100 lines:
                    0|mm       |
                    0|mm       | > magicmirror@2.13.0 start /home/pi/MagicMirror
                    0|mm       | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
                    0|mm       |
                    0|mm       | [2020-10-10 17:04:07.203] [LOG]    Starting MagicMirror: v2.13.0
                    0|mm       | [2020-10-10 17:04:07.210] [LOG]    Loading config ...
                    0|mm       | [2020-10-10 17:04:07.215] [LOG]    Loading module helpers ...
                    0|mm       | [2020-10-10 17:04:07.217] [LOG]    No helper found for module: alert.
                    0|mm       | [2020-10-10 17:04:07.222] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:07.223] [LOG]    Module helper loaded: mmpm
                    0|mm       | [2020-10-10 17:04:07.259] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:07.259] [LOG]    Module helper loaded: updatenotification
                    0|mm       | [2020-10-10 17:04:07.260] [LOG]    No helper found for module: MMM-Carousel.
                    0|mm       | [2020-10-10 17:04:07.261] [LOG]    No helper found for module: clock.
                    0|mm       | [2020-10-10 17:04:08.117] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.117] [LOG]    Module helper loaded: MMM-awesome-alexa
                    0|mm       | [2020-10-10 17:04:08.118] [LOG]    No helper found for module: iFrame.
                    0|mm       | [2020-10-10 17:04:08.477] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.478] [LOG]    Module helper loaded: calendar
                    0|mm       | [2020-10-10 17:04:08.480] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.480] [LOG]    Module helper loaded: MMM-OnScreenMenu
                    0|mm       | [2020-10-10 17:04:08.481] [LOG]    No helper found for module: compliments.
                    0|mm       | [2020-10-10 17:04:08.639] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.640] [LOG]    Module helper loaded: internet-monitor
                    0|mm       | [2020-10-10 17:04:08.641] [LOG]    No helper found for module: MMM-windy.
                    0|mm       | [2020-10-10 17:04:08.642] [LOG]    No helper found for module: currentweather.
                    0|mm       | [2020-10-10 17:04:08.774] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.774] [LOG]    Module helper loaded: MMM-Remote-Control
                    0|mm       | [2020-10-10 17:04:08.775] [LOG]    No helper found for module: weatherforecast.
                    0|mm       | [2020-10-10 17:04:08.777] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.777] [LOG]    Module helper loaded: MMM-SmartTouch
                    0|mm       | [2020-10-10 17:04:08.797] [LOG]    Initializing new module helper ...
                    0|mm       | [2020-10-10 17:04:08.798] [LOG]    Module helper loaded: newsfeed
                    0|mm       | [2020-10-10 17:04:08.798] [LOG]    All module helpers loaded.
                    0|mm       | [2020-10-10 17:04:08.892] [LOG]    Starting server on port 8080 ...
                    0|mm       | [2020-10-10 17:04:08.894] [INFO]   You're using a full whitelist configuration to allow for all IPs
                    0|mm       | [2020-10-10 17:04:08.900] [LOG]    Server started ...
                    0|mm       | [2020-10-10 17:04:08.901] [LOG]    Connecting socket for: mmpm
                    0|mm       | [2020-10-10 17:04:08.902] [LOG]    Starting module helper: mmpm
                    0|mm       | [2020-10-10 17:04:08.902] [LOG]    Connecting socket for: updatenotification
                    0|mm       | [2020-10-10 17:04:08.903] [LOG]    Connecting socket for: MMM-awesome-alexa
                    0|mm       | [2020-10-10 17:04:08.904] [LOG]    Connecting socket for: calendar
                    0|mm       | [2020-10-10 17:04:08.904] [LOG]    Starting node helper for: calendar
                    0|mm       | [2020-10-10 17:04:08.905] [LOG]    Connecting socket for: MMM-OnScreenMenu
                    0|mm       | [2020-10-10 17:04:08.906] [LOG]    Connecting socket for: internet-monitor
                    0|mm       | [2020-10-10 17:04:08.906] [LOG]    internet-monitor helper started ...
                    0|mm       | [2020-10-10 17:04:08.907] [LOG]    Connecting socket for: MMM-Remote-Control
                    0|mm       | [2020-10-10 17:04:08.907] [LOG]    Starting node helper for: MMM-Remote-Control
                    0|mm       | [2020-10-10 17:04:08.914] [LOG]    Connecting socket for: MMM-SmartTouch
                    0|mm       | [2020-10-10 17:04:08.914] [LOG]    Connecting socket for: newsfeed
                    0|mm       | [2020-10-10 17:04:08.915] [LOG]    Starting node helper for: newsfeed
                    0|mm       | [2020-10-10 17:04:08.915] [LOG]    Sockets connected & modules started ...
                    0|mm       | [2020-10-10 17:04:08.991] [LOG]    Launching application.
                    0|mm       | [2020-10-10 17:04:12.070] [LOG]    Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/fhemrittel%40gmail.com/private-c492e1e266741d80fd373303d2eb7f99/basic.ics - Interval: 300000
                    0|mm       | [2020-10-10 17:04:12.112] [LOG]    starting internet monitor node helper
                    0|mm       | [2020-10-10 17:04:12.124] [LOG]    Smart Touch module has started
                    0|mm       | [2020-10-10 17:04:12.132] [LOG]    Create new news fetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
                    0|mm       | [2020-10-10 17:04:12.186] [INFO]   Checking git for module: mmpm
                    0|mm       | [2020-10-10 17:04:12.187] [INFO]   Checking git for module: MMM-Carousel
                    0|mm       | [2020-10-10 17:04:12.214] [INFO]   Checking git for module: MMM-awesome-alexa
                    0|mm       | [2020-10-10 17:04:12.243] [INFO]   Checking git for module: iFrame
                    0|mm       | [2020-10-10 17:04:12.268] [INFO]   Checking git for module: MMM-OnScreenMenu
                    0|mm       | [2020-10-10 17:04:12.294] [INFO]   Checking git for module: internet-monitor
                    0|mm       | [2020-10-10 17:04:12.320] [INFO]   Checking git for module: MMM-Remote-Control
                    0|mm       | [2020-10-10 17:04:12.346] [INFO]   Checking git for module: MMM-SmartTouch
                    0|mm       | [2020-10-10 17:04:13.525] [INFO]   Newsfeed-Fetcher: Broadcasting 54 items.
                    0|mm       | [2020-10-10 17:04:14.299] [INFO]   Calendar-Fetcher: Broadcasting 4 events.
                    
                    
                    
                    
                    S 2 Replies Last reply Oct 10, 2020, 3:14 PM Reply Quote 0
                    • S Online
                      sdetweil @Ghost2000
                      last edited by Oct 10, 2020, 3:14 PM

                      @Ghost2000 said in MMM-awesome-alexa:

                      Could not find main module js file for MMM-Windy

                      not THE problem, but you should fix it

                      MMM-Windy.js not in MMM-Windy folder

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      G 1 Reply Last reply Oct 10, 2020, 3:21 PM Reply Quote 0
                      • 1
                      • 2
                      • 17
                      • 18
                      • 19
                      • 20
                      • 21
                      • 24
                      • 25
                      • 19 / 25
                      19 / 25
                      • First post
                        188/241
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy