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.

    3rd party Modules won't show up - (expect standard ones)

    Scheduled Pinned Locked Moved Solved Troubleshooting
    10 Posts 3 Posters 2.0k Views 3 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.
    • B Offline
      bibi
      last edited by

      Hi there,
      Build my mirror time ago, rebooted it lately, all standard modules are working fine but i can’t add any 3rd part modules…for instance MMM-globe from @LukeCodewalker … they just won’t show up, don’t know why :( config file is ok (i assume) as the standard modules are showing up.
      css custom file was modified to only stretch the content to the edges of the screen as below:

      body {
      margin: 0px;
      height: 100%;
      width: 100%;

      }

      System:
      Upgraded to v.2.6
      Running on Jessie
      RPI3

      Please let me know if any additional info is needed :)

      Thx in advance for your time if anybody can help me.

      1 Reply Last reply Reply Quote 0
      • lolobyteL Offline
        lolobyte
        last edited by lolobyte

        Hi,

        for all modules nomaly you can find a installation guide like this one at MMM-globe
        github page:

        https://github.com/LukeSkywalker92/MMM-Globe

        Installation

        Navigate into your MagicMirror’s modules folder and execute //git clone https://github.com/LukeSkywalker92/MMM-Globe.git.

        The entry in config.js can include the following options

        Follow the instructions.

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          bibi @lolobyte
          last edited by

          @lolobyte Thank you very much for your prompt feedback help. The problem is not MMM-globe module itself ;-) (was just an example) but a general like problem with all 3rd part modules so far.

          lolobyteL 1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil
            last edited by

            start the mirror in dev mode

            npm start dev

            and select the console tab, look for errors…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            B 1 Reply Last reply Reply Quote 0
            • lolobyteL Offline
              lolobyte @bibi
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • B Offline
                bibi @sdetweil
                last edited by

                @sdetweil thx for the tip but honestly i don’t know how to analyze the console output… :( here are 2 pics that i took just now (sorry for bad quality) ! 0_1547320777816_IMG_7536.JPG
                0_1547320793399_IMG_7537.JPG

                S 1 Reply Last reply Reply Quote 0
                • B Offline
                  bibi
                  last edited by

                  I could make it work by uninstal the module and git clone it again… no idea why it was not working but the answer should be in the pics i assume :)

                  Nevertheless, i have red few issues regarding how to display 2 calendars.
                  I just can’t figure it out how to display 2 of them… my config file :
                  0_1547323429467_Capture d’écran 2019-01-12 à 20.55.06.png
                  If someone can share his/her config file for this, pls, it would be great!

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

                    @bibi looks like MMM-Globe is having a problem… after you did the git clone, did you change to the MMM-Globe folder and do,

                    npm install
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    B 1 Reply Last reply Reply Quote 0
                    • B Offline
                      bibi @sdetweil
                      last edited by bibi

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        bibi
                        last edited by

                        would this ring a bell to anyone?
                        0 info it worked if it ends with ok
                        1 verbose cli [ ‘/usr/bin/nodejs’, ‘/usr/bin/npm’, ‘start’, ‘dev’ ]
                        2 info using npm@3.10.8
                        3 info using node@v6.9.1
                        4 verbose stack Error: missing script: start
                        4 verbose stack at run (/usr/lib/node_modules/npm/lib/run-script.js:151:19)
                        4 verbose stack at /usr/lib/node_modules/npm/lib/run-script.js:61:5
                        4 verbose stack at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:356:5
                        4 verbose stack at checkBinReferences_ (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:320:45)
                        4 verbose stack at final (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:354:3)
                        4 verbose stack at then (/usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:124:5)
                        4 verbose stack at /usr/lib/node_modules/npm/node_modules/read-package-json/read-json.js:311:12
                        4 verbose stack at /usr/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16
                        4 verbose stack at tryToString (fs.js:455:3)
                        4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:442:12)
                        5 verbose cwd /home/pi/MagicMirror/modules/MMM-Globe
                        6 error Linux 4.4.26-v7+
                        7 error argv “/usr/bin/nodejs” “/usr/bin/npm” “start” “dev”
                        8 error node v6.9.1
                        9 error npm v3.10.8
                        10 error missing script: start
                        11 error If you need help, you may report this error at:
                        11 error https://github.com/npm/npm/issues
                        12 verbose exit [ 1, true ]

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