MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    remotecompliments disappeared - please help

    Troubleshooting
    2
    47
    1056
    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.
    • F
      forjer last edited by

      Hi,

      I’m in the process of setting up a display with MagicMirror for my Mother. I nearly had it complete and at some point my mmm-remotecompliments disappeared. No header, no border, no nothing. I’m not exactly sure when it disappeared. I was working to get some sort of remote access so I could log into it remotely, so it’s either related to that or an upgrade I did just before setting up the remote access. I’m hoping to get it installed for her Saturday and would like to get the remote compliments restored as I’ve got some helpful info in those compliments for my aging Mom.

      If you could spare some time and assist me in getting this back, I’d appreciate it.

      S 2 Replies Last reply Reply Quote 0
      • S
        sdetweil @forjer last edited by

        @forjer let’s start with looking at the logs where u start mm.
        either npm start or pm2

        if pm2, then the pm2 logs --lines=???
        ??? is a number default 15

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • S
          sdetweil @forjer last edited by

          @forjer also look in the developers window, ctrl-shift-i, select the tab labeled console and scroll up to see any errors…

          Sam

          Create a working config
          How to add modules

          F 2 Replies Last reply Reply Quote -1
          • F
            forjer @sdetweil last edited by

            @sdetweil Was I supposed to add something to get more lines? I’m pretty new to all of this.

            pi@raspberrypi:~/MagicMirror $ pm2 logs
            [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
            /home/pi/.pm2/pm2.log last 15 lines:
            PM2        | 2020-12-28T18:00:03: PM2 log: App [MagicMirror:0] online
            PM2        | 2020-12-28T19:14:35: PM2 log: Change detected on path config/config.js for app MagicMirror - restarting
            PM2        | 2020-12-28T19:14:35: PM2 log: Stopping app:MagicMirror id:0
            PM2        | 2020-12-28T19:14:35: PM2 log: pid=3424 msg=failed to kill - retrying in 100ms
            PM2        | 2020-12-28T19:14:35: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]
            PM2        | 2020-12-28T19:14:35: PM2 log: pid=3424 msg=process killed
            PM2        | 2020-12-28T19:14:35: PM2 log: App [MagicMirror:0] starting in -fork mode-
            PM2        | 2020-12-28T19:14:35: PM2 log: App [MagicMirror:0] online
            PM2        | 2020-12-28T19:19:09: PM2 log: Change detected on path config/config.js for app MagicMirror - restarting
            PM2        | 2020-12-28T19:19:09: PM2 log: Stopping app:MagicMirror id:0
            PM2        | 2020-12-28T19:19:09: PM2 log: pid=9872 msg=failed to kill - retrying in 100ms
            PM2        | 2020-12-28T19:19:09: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]
            PM2        | 2020-12-28T19:19:09: PM2 log: pid=9872 msg=process killed
            PM2        | 2020-12-28T19:19:09: PM2 log: App [MagicMirror:0] starting in -fork mode-
            PM2        | 2020-12-28T19:19:09: PM2 log: App [MagicMirror:0] online
            
            /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
            0|MagicMir | 
            0|MagicMir | npm ERR! A complete log of this run can be found in:
            0|MagicMir | npm ERR!     /home/pi/.npm/_logs/2020-12-28T20_32_36_217Z-debug.log
            0|MagicMir | 
            0|MagicMir | (electron:1239): Gtk-WARNING **: 14:32:38.725: cannot open display: :0
            0|MagicMir | npm ERR! code ELIFECYCLE
            0|MagicMir | npm ERR! errno 1
            0|MagicMir | npm ERR! magicmirror@2.13.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
            0|MagicMir | npm ERR! Exit status 1
            0|MagicMir | npm ERR! 
            0|MagicMir | npm ERR! Failed at the magicmirror@2.13.0 start script.
            0|MagicMir | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            0|MagicMir | 
            0|MagicMir | npm ERR! A complete log of this run can be found in:
            0|MagicMir | npm ERR!     /home/pi/.npm/_logs/2020-12-28T20_32_38_794Z-debug.log
            
            /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
            0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
            0|MagicMir | 
            0|MagicMir | [2020-12-28 19:19:14.178] [LOG]    Starting MagicMirror: v2.13.0
            0|MagicMir | [2020-12-28 19:19:14.191] [LOG]    Loading config ...
            0|MagicMir | [2020-12-28 19:19:14.205] [LOG]    Loading module helpers ...
            0|MagicMir | [2020-12-28 19:19:14.209] [LOG]    No helper found for module: clock.
            0|MagicMir | [2020-12-28 19:19:18.830] [LOG]    Initializing new module helper ...
            0|MagicMir | [2020-12-28 19:19:18.832] [LOG]    Module helper loaded: MMM-RemoteCompliments
            0|MagicMir | [2020-12-28 19:19:18.833] [LOG]    All module helpers loaded.
            0|MagicMir | [2020-12-28 19:19:19.135] [LOG]    Starting server on port 8080 ... 
            0|MagicMir | [2020-12-28 19:19:19.160] [LOG]    Server started ...
            0|MagicMir | [2020-12-28 19:19:19.162] [LOG]    Connecting socket for: MMM-RemoteCompliments
            0|MagicMir | [2020-12-28 19:19:19.171] [LOG]    Starting node helper for: MMM-RemoteCompliments
            0|MagicMir | [2020-12-28 19:19:19.172] [LOG]    Sockets connected & modules started ...
            0|MagicMir | [2020-12-28 19:19:19.313] [LOG]    Launching application.
            
            
            1 Reply Last reply Reply Quote 0
            • F
              forjer @sdetweil last edited by

              @sdetweil In the developers window, it looks like I’ve got 3 errors, 1 warning and 1 issue. I’m not sure the right way to capture and post them.

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @forjer last edited by

                @forjer copy paste.

                can’t open display :0

                are u doing this over ssh, vnc,??

                Sam

                Create a working config
                How to add modules

                F 1 Reply Last reply Reply Quote 0
                • F
                  forjer @sdetweil last edited by

                  @sdetweil said in remotecompliments disappeared - please help:

                  oing this over ssh,

                  I’m logged in directly. And thanks for giving it a look.

                  Developers window

                  cdn.carbonads.com/carbon.js?serve=CK7IC23N&placement=magicmirrorbuilders:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
                  translator.js:7 Missing key in translation token "global:"
                  n @ translator.js:7
                  3favicon.ico:1 Failed to load resource: the server responded with a status of 404 ()
                  cdn.carbonads.com/carbon.js?serve=CK7IC23N&placement=magicmirrorbuilders:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
                  DevTools failed to load SourceMap: Could not load content for https://forum.magicmirror.builders/assets/src/modules/pulling-drawer.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S
                    sdetweil @forjer last edited by sdetweil

                    @forjer i think u are looking at the magicmirror.builders web site window not the mm window

                    what pi is this?

                    Sam

                    Create a working config
                    How to add modules

                    F 2 Replies Last reply Reply Quote 0
                    • F
                      forjer @sdetweil last edited by

                      @sdetweil As I said…I’m pretty new at this. Lol.

                      I’ve commented out all modules except the clock and MMM-RemoteCompliments.

                      main.js:487 Initializing MagicMirror.
                      translator.js:129 Loading core translation file: translations/en.json
                      translator.js:154 Loading core translation fallback file: translations/en.json
                      loader.js:176 Load script: modules/default/clock//clock.js
                      module.js:513 Module registered: clock
                      loader.js:148 Bootstrapping module: clock
                      loader.js:176 Load script: vendor/node_modules/moment/min/moment-with-locales.js
                      loader.js:176 Load script: vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js
                      loader.js:176 Load script: vendor/node_modules/suncalc/suncalc.js
                      loader.js:153 Scripts loaded for: clock
                      loader.js:195 Load stylesheet: modules/default/clock/clock_styles.css
                      loader.js:155 Styles loaded for: clock
                      loader.js:157 Translations loaded for: clock
                      loader.js:176 Load script: modules/MMM-RemoteCompliments//MMM-RemoteCompliments.js
                      module.js:513 Module registered: MMM-RemoteCompliments
                      loader.js:148 Bootstrapping module: MMM-RemoteCompliments
                      loader.js:176 Load script: modules/MMM-RemoteCompliments//scripts/jquery-3.3.1.min.js
                      loader.js:153 Scripts loaded for: MMM-RemoteCompliments
                      loader.js:155 Styles loaded for: MMM-RemoteCompliments
                      loader.js:157 Translations loaded for: MMM-RemoteCompliments
                      loader.js:195 Load stylesheet: css/custom.css
                      :8080/modules/default/clock//clock.js:46 Starting module: clock
                      main.js:508 All modules started!
                      /home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/renderer/security-warnings.js:95 Electron Security Warning (Insecure Resources) This renderer process loads resources using insecure
                        protocols.This exposes users of this app to unnecessary security risks.
                        Consider loading the following resources over HTTPS or FTPS. 
                       - http://localhost:8080/css/main.css
                      - http://localhost:8080/fonts/roboto.css
                      - http://localhost:8080/socket.io/socket.io.js
                      - http://localhost:8080/vendor/node_modules/nunjucks/browser/nunjucks.min.js
                      - http://localhost:8080/js/defaults.js
                      - http://localhost:8080/config/config.js
                      - http://localhost:8080/vendor/vendor.js
                      - http://localhost:8080/modules/default/defaultmodules.js
                      - http://localhost:8080/js/logger.js
                      - http://localhost:8080/translations/translations.js
                      - http://localhost:8080/js/translator.js
                      - http://localhost:8080/js/class.js
                      - http://localhost:8080/js/module.js
                      - http://localhost:8080/js/loader.js
                      - http://localhost:8080/js/socketclient.js
                      - http://localhost:8080/js/main.js
                      - http://localhost:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2
                      - http://localhost:8080/translations/en.json
                      - http://localhost:8080/translations/en.json
                      - http://localhost:8080/modules/default/clock//clock.js
                      - http://localhost:8080/vendor/node_modules/moment/min/moment-with-locales.js
                      - http://localhost:8080/vendor/node_modules/moment-timezone/builds/moment-timezone-with-data.js
                      - http://localhost:8080/vendor/node_modules/suncalc/suncalc.js
                      - http://localhost:8080/modules/default/clock/clock_styles.css
                      - http://localhost:8080/modules/MMM-RemoteCompliments//MMM-RemoteCompliments.js
                      - http://localhost:8080/modules/MMM-RemoteCompliments//scripts/jquery-3.3.1.min.js
                      - http://localhost:8080/css/custom.css
                        
                       
                      For more information and help, consult
                      https://electronjs.org/docs/tutorial/security.
                       This warning will not show up
                      once the app is packaged.
                      warnAboutInsecureResources @ /home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/renderer/security-warnings.js:95
                      /home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/renderer/security-warnings.js:145 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
                          Policy set or a policy with "unsafe-eval" enabled. This exposes users of
                          this app to unnecessary security risks.
                       
                      For more information and help, consult
                      https://electronjs.org/docs/tutorial/security.
                       This warning will not show up
                      once the app is packaged.
                      
                      S 1 Reply Last reply Reply Quote 0
                      • F
                        forjer @sdetweil last edited by

                        @sdetweil And it’s a 3 B+

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 1 / 5
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy