• 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 318.0k 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.
  • G Offline
    Ghost2000 @sdetweil
    last edited by Oct 10, 2020, 4:07 PM

    pi@MagicMirror:~ $ pm2 stop 0
    [PM2] Applying action stopProcessId on app [0](ids: 0)
    [PM2] [MagicMirror](0) ✓
    ┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
    │ id  │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
    ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
    │ 0   │ MagicMirror    │ default     │ 2.13.0  │ fork    │ 0        │ 0      │ 2    │ stopped   │ 0%       │ 0b       │ pi       │ disabled │
    └─────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
    pi@MagicMirror:~ $
    
    
    S 1 Reply Last reply Oct 10, 2020, 4:09 PM Reply Quote 0
    • S Offline
      sdetweil @Ghost2000
      last edited by Oct 10, 2020, 4:09 PM

      @Ghost2000 ok, lets do without pm2 while testing

      cd ~/MagicMirror
      npm start 
      

      to get back to console, alt-spacebar, n is minimize

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      G 1 Reply Last reply Oct 10, 2020, 4:24 PM Reply Quote 0
      • G Offline
        Ghost2000
        last edited by Oct 10, 2020, 4:22 PM

        pi@MagicMirror:~/MagicMirror $ pm2 log MagicMirror
        [TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)
        /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
        0|MagicMir | [2020-10-10 18:21:34.355] [LOG]    Starting server on port 8080 ...
        0|MagicMir | [2020-10-10 18:21:34.359] [INFO]   You're using a full whitelist configuration to allow for all IPs
        0|MagicMir | [2020-10-10 18:21:34.365] [LOG]    Server started ...
        0|MagicMir | [2020-10-10 18:21:34.366] [LOG]    Connecting socket for: updatenotification
        0|MagicMir | [2020-10-10 18:21:34.367] [LOG]    Connecting socket for: MMM-awesome-alexa
        0|MagicMir | [2020-10-10 18:21:34.368] [LOG]    Connecting socket for: calendar
        0|MagicMir | [2020-10-10 18:21:34.368] [LOG]    Starting node helper for: calendar
        0|MagicMir | [2020-10-10 18:21:34.369] [LOG]    Connecting socket for: newsfeed
        0|MagicMir | [2020-10-10 18:21:34.369] [LOG]    Starting node helper for: newsfeed
        0|MagicMir | [2020-10-10 18:21:34.370] [LOG]    Sockets connected & modules started ...
        0|MagicMir | [2020-10-10 18:21:34.458] [LOG]    Launching application.
        0|MagicMir | [2020-10-10 18:21:37.148] [LOG]    Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/fhemrittel%40gmail.com/public/basic.ics - Interval: 300000
        0|MagicMir | [2020-10-10 18:21:37.169] [LOG]    Create new news fetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
        0|MagicMir | [2020-10-10 18:21:37.229] [INFO]   Checking git for module: MMM-awesome-alexa
        0|MagicMir | [2020-10-10 18:21:37.699] [INFO]   Newsfeed-Fetcher: Broadcasting 52 items.
        
        /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
        0|MagicMir | [2020-10-10 18:20:17.779] [ERROR]  (node:2631) 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|MagicMir | [2020-10-10 18:20:17.779] [ERROR]  (node:2631) 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|MagicMir | [2020-10-10 18:20:17.780] [ERROR]  (node:2631) [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|MagicMir | [2020-10-10 18:20:17.780] [ERROR]  (node:2631) [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|MagicMir | [2020-10-10 18:21:37.737] [ERROR]  Calendar Error. Could not fetch calendar:  https://calendar.google.com/calendar/ical/fhemrittel%40gmail.com/public/basic.ics 404: Not Found
        0|MagicMir | [2020-10-10 18:21:37.855] [ERROR]  (node:2785) UnhandledPromiseRejectionWarning: Error: [object Object]
        0|MagicMir |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:6073
        0|MagicMir |     at processTicksAndRejections (internal/process/task_queues.js:89:5)
        0|MagicMir | [2020-10-10 18:21:37.856] [ERROR]  (node:2785) UnhandledPromiseRejectionWarning: Error: [object Object]
        0|MagicMir |     at /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_helper.js:1:6073
        0|MagicMir |     at processTicksAndRejections (internal/process/task_queues.js:89:5)
        0|MagicMir | [2020-10-10 18:21:37.856] [ERROR]  (node:2785) 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|MagicMir | [2020-10-10 18:21:37.857] [ERROR]  (node:2785) 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|MagicMir | [2020-10-10 18:21:37.857] [ERROR]  (node:2785) [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|MagicMir | [2020-10-10 18:21:37.858] [ERROR]  (node:2785) [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.
        
        
        
        1 Reply Last reply Reply Quote 0
        • G Offline
          Ghost2000 @sdetweil
          last edited by Oct 10, 2020, 4:24 PM

          @sdetweil

          Error was in the config ipWhitelist: []

          S 1 Reply Last reply Oct 10, 2020, 4:29 PM Reply Quote 0
          • S Offline
            sdetweil @Ghost2000
            last edited by Oct 10, 2020, 4:29 PM

            @Ghost2000 does that mean alexa is working?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @sdetweil
              no

              S 1 Reply Last reply Oct 10, 2020, 4:32 PM Reply Quote 0
              • S Offline
                sdetweil @Ghost2000
                last edited by Oct 10, 2020, 4:32 PM

                @Ghost2000 hm… I installed on pi4, pi3 and my ubuntu desktop with the script and it worked in each case.

                I am using english

                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 10, 2020, 4:33 PM

                  Glaub es liegt an deutsch

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil
                    last edited by sdetweil Oct 10, 2020, 4:38 PM Oct 10, 2020, 4:36 PM

                    did u redo the node config_helper.js ??

                    the refresh token only lasts an hour

                    Hast du den Knoten config_helper.js wiederholt?

                    Das Aktualisierungstoken dauert nur eine Stunde

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @sdetweil
                      Yes i can i have time.

                      Befehl ?

                      S 1 Reply Last reply Oct 10, 2020, 4:40 PM Reply Quote 0
                      • 1
                      • 2
                      • 19
                      • 20
                      • 21
                      • 22
                      • 23
                      • 24
                      • 25
                      • 21 / 25
                      21 / 25
                      • First post
                        207/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