• 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.

mmpm connection to MagicMirror failed

Scheduled Pinned Locked Moved Unsolved Troubleshooting
9 Posts 2 Posters 1.6k Views 2 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.
  • K Offline
    Kab
    last edited by Kab Oct 29, 2021, 11:50 AM Oct 29, 2021, 11:45 AM

    Thanks @karsten13

    MagicMirrorPackageManager

    The debug console on the mmpm shows an error that it couldn’t find a favicon and several source map Errors (as Warnings) like :

    Source-Map-Fehler: Error: request failed with status 404
    Ressourcen-Adresse: http://192.168.2.76:7890/static/assets/monaco/vs/editor/editor.main.js
    Source-Map-Adresse: ../../../min-maps/vs/editor/editor.main.js.map
    

    Its also the

    • assets/monaco/vs/loader.js
    • assets/monaco/vs/editor/editor.main.js
    • assets/monaco/vs/editor/editor.main.nls.js
    • assets/monaco/vs/base/worker/workerMain.js#editorWorkerService
    • assets/monaco/vs/base/worker/workerMain.js#json
    • assets/monaco/vs/editor/editor.main.nls.js

    with the same Warnings. Plus it complains about the zoom property.

    MagicMirror

    On the MagicMirror site it shows

    GEThttp://192.168.2.76:8080/modules/mmpm/mmpm.js
    [HTTP/1.1 404 Not Found 16ms]
    
    Die Ressource von "http://192.168.2.76:8080/modules/mmpm/mmpm.js" wurde wegen eines MIME-Typ-Konfliktes ("text/html") blockiert (X-Content-Type-Options: nosniff).
    192.168.2.76:8080
    Error on loading script: modules/mmpm/mmpm.js
    onerror http://192.168.2.76:8080/js/loader.js:194
        (Async: EventHandlerNonNull)
        loadFile http://192.168.2.76:8080/js/loader.js:193
        loadModule http://192.168.2.76:8080/js/loader.js:140
        loadNextModule http://192.168.2.76:8080/js/loader.js:27
        loadNextModule http://192.168.2.76:8080/js/loader.js:29
        afterLoad http://192.168.2.76:8080/js/loader.js:130
        bootstrapModule http://192.168.2.76:8080/js/loader.js:166
        loadTranslations http://192.168.2.76:8080/js/module.js:316
        bootstrapModule http://192.168.2.76:8080/js/loader.js:163
        loadNextDependency http://192.168.2.76:8080/js/module.js:296
        loadNextDependency http://192.168.2.76:8080/js/module.js:293
        onload http://192.168.2.76:8080/js/loader.js:210
        (Async: EventHandlerNonNull)
        loadFile http://192.168.2.76:8080/js/loader.js:208
        loadFile http://192.168.2.76:8080/js/loader.js:268
        loadNextDependency http://192.168.2.76:8080/js/module.js:291
        loadDependencies http://192.168.2.76:8080/js/module.js:300
        loadStyles http://192.168.2.76:8080/js/module.js:267
        bootstrapModule http://192.168.2.76:8080/js/loader.js:161
        loadNextDependency http://192.168.2.76:8080/js/module.js:296
        loadNextDependency http://192.168.2.76:8080/js/module.js:293
        loadFile http://192.168.2.76:8080/js/loader.js:245
        loadNextDependency http://192.168.2.76:8080/js/module.js:291
        loadDependencies http://192.168.2.76:8080/js/module.js:300
        loadScripts http://192.168.2.76:8080/js/module.js:276
        bootstrapModule http://192.168.2.76:8080/js/loader.js:159
        afterLoad http://192.168.2.76:8080/js/loader.js:129
        loadModule http://192.168.2.76:8080/js/loader.js:142
        onload http://192.168.2.76:8080/js/loader.js:190
        (Async: EventHandlerNonNull)
        loadFile http://192.168.2.76:8080/js/loader.js:188
        loadModule http://192.168.2.76:8080/js/loader.js:140
        loadNextModule http://192.168.2.76:8080/js/loader.js:27
        loadNextModule http://192.168.2.76:8080/js/loader.js:29
        afterLoad http://192.168.2.76:8080/js/loader.js:130
        bootstrapModule http://192.168.2.76:8080/js/loader.js:166
        loadTranslations http://192.168.2.76:8080/js/module.js:332
        load http://192.168.2.76:8080/js/translator.js:117
        onreadystatechange http://192.168.2.76:8080/js/translator.js:30
        (Async: EventHandlerNonNull)
        loadJSON http://192.168.2.76:8080/js/translator.js:20
        load http://192.168.2.76:8080/js/translator.js:114
        loadTranslations http://192.168.2.76:8080/js/module.js:328
        bootstrapModule http://192.168.2.76:8080/js/loader.js:163
        loadNextDependency http://192.168.2.76:8080/js/module.js:296
    

    and

    Template render error: (templates/module.njk) [Line 64, Column 55]
      ReferenceError: version is not defined
        t lib.js:38
        render environment.js:489
        root nunjucks.min.js line 2 > Function:256
        render environment.js:478
        render environment.js:314
        getTemplate environment.js:261
        o environment.js:273
        getSource web-loaders.js:50
        onreadystatechange web-loaders.js:74
    module.js:94:11
        getDom module.js:94
        x environment.js:20
        call browser-asap.js:48
        u browser-raw.js:52
    

    Does anything of this makes sense to you?

    Or can it be the installation procedure? I installed the Docker-based MagicMirrorOS. Do I need to install the mmpm also via the Docker route?

    K 1 Reply Last reply Oct 29, 2021, 5:46 PM Reply Quote 0
    • K Offline
      karsten13 @Kab
      last edited by Oct 29, 2021, 5:46 PM

      @kab

      Does anything of this makes sense to you?

      not really … never tested this setup.

      Would try to run with 2 containers, setup here.

      You have already all the files in ~/magicmirror/run/ folder, just save the content of docker-compose.yml (only if you changed something) and then cp ~/magicmirror/run/rpi_mmpm.yml ~/magicmirror/run/docker-compose.yml and restart the container.

      K 1 Reply Last reply Oct 29, 2021, 9:59 PM Reply Quote 0
      • K Offline
        Kab @karsten13
        last edited by Oct 29, 2021, 9:59 PM

        Hi @karsten13

        I did the cp ~/magicmirror/run/rpi_mmpm.yml ~/magicmirror/run/docker-compose.yml and reboot but got a black screen for the MagicMirror. So I replaced docker-compose.yml by the original file and rebooted again but the screen is still black.
        I don’t know much about docker containers. I tried docker exec -it mm bash and it opened as usual.
        What else is changed after reboot with the other container?

        K 1 Reply Last reply Oct 29, 2021, 10:05 PM Reply Quote 0
        • K Offline
          karsten13 @Kab
          last edited by Oct 29, 2021, 10:05 PM

          @kab

          What else is changed after reboot with the other container?

          nothing

          You can look into these yaml files, it`s all text.

          You can see which containers are running with docker ps and may something is in the logs docker logs mm.

          It takes some time pulling new images (this is done after a reboot).

          K 1 Reply Last reply Oct 29, 2021, 10:38 PM Reply Quote 0
          • K Offline
            Kab @karsten13
            last edited by Oct 29, 2021, 10:38 PM

            Hi @karsten13

            docker ps shows

            CONTAINER ID   IMAGE                          COMMAND                  CREATED      STATUS          PORTS     NAMES
            04fcaa798d2e   karsten13/magicmirror:latest   "/usr/bin/tini -- ./…"   3 days ago   Up 28 minutes             mm
            

            and the first error in the log is

            npm ERR! code ELIFECYCLE
            npm ERR! errno 1
            npm ERR! magicmirror@2.17.1 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin                                                                          /electron js/electron.js`
            npm ERR! Exit status 1
            npm ERR!
            npm ERR! Failed at the magicmirror@2.17.1 start script.
            npm ERR! This is probably not a problem with npm. There is likely additional log                                                                          ging output above.
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/node/.npm/_logs/2021-10-29T20_22_53_399Z-debug.log
            

            However, /home/node/.npm/_logs/2021-10-29T20_22_53_399Z-debug.log does not exist.

            K 1 Reply Last reply Oct 30, 2021, 8:13 AM Reply Quote 0
            • K Offline
              karsten13 @Kab
              last edited by Oct 30, 2021, 8:13 AM

              @kab

              /home/node/.npm/_logs/2021-10-29T20_22_53_399Z-debug.log

              the file is in the container, after executing docker exec -it mm bash you are in the container and then you should be able to see this file.

              But the whole thing is strange.

              You could reset the setup by

              • stop the container: navigate to ~/magicmirror/run and run docker-compose down
              • test there is no container running with docker ps
              • navigate to home directory executing cd
              • rename magicmirror folder with mv magicmirror magicmirror-old
              • reboot your pi

              While starting the now missing magicmirror folder will be recreated from scratch.

              K 1 Reply Last reply Oct 30, 2021, 11:44 PM Reply Quote 0
              • K Offline
                Kab @karsten13
                last edited by Kab Oct 30, 2021, 11:48 PM Oct 30, 2021, 11:44 PM

                Hi @karsten13

                Thanks, that helped. I could go back to the previous setup.
                mmpm still doesn’t work, though. I think I installed it wrong but need to dig deeper.
                If I just ssh on the PI I can use mmpm but If I go into the mm container with docker exec -it mm bash it cannot find the mmpm command. Now I need to figure out how to remove my mpmm installation.

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  7/9
                  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