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

Modules not showing up

Scheduled Pinned Locked Moved Unsolved Troubleshooting
8 Posts 3 Posters 5.8k 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.
  • J Offline
    jonny4500
    last edited by Mar 15, 2017, 2:33 PM

    Hey guys,
    I manually installed MagicMirror on my Pi Zero, but I’ve run into some trouble:
    My config file is formatted correctly, but no modules are showing up. If I comment all our and only do one at a time, the only module that shows up is clock.
    Any suggestions??
    Thanks.

    1 Reply Last reply Reply Quote 0
    • R Offline
      ROMSY
      last edited by Jul 8, 2017, 7:16 AM

      hey guys, i just reply to this thread, because i’ve got exactly the same problem with my Rpi1 B!

      So i just copied the config.js.sample to config.js, rebooted theab pi and startet everything.
      Got a blank Screen only.

      after that i tried to remove every module and add “hello World”.
      It Worked.
      After that i tried to add module for module:
      When i add the compliments module i still see only my Hello World!
      After i added the clock. everything goes blank again. Anybody knows a reason why?

      here is my config.js so far

      var config = {
              port: 8080,
              ipWhitelist: ["127.0.0.1", [], "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
                                                                     // or add a specific IPv4 of 192.168.1.5 :
                                                                     // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                                                                     // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
                                                                     // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
              language: "de",
              timeFormat: 24,
              units: "metric",
      
              modules: [
                      {
                              module: "helloworld",
                              position: "top_left",
                              config: {
                                      text: "Hallo Welt!",
                              }
                      },
                      {
                              module: "compliments",
                              position: "lower_third",
                              anytime: [
                                       "Hey there sexy!"
                              ],
                      },
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      S 1 Reply Last reply Jul 8, 2017, 7:57 AM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @ROMSY
        last edited by Jul 8, 2017, 7:57 AM

        @ROMSY probably you don’t have installed momentjs correctly

        Please create a github issue if you need help, so I can keep track

        R 1 Reply Last reply Jul 8, 2017, 9:53 AM Reply Quote 1
        • R Offline
          ROMSY @strawberry 3.141
          last edited by Jul 8, 2017, 9:53 AM

          @strawberry-3.141
          i followed this instruction from the forum.
          Question is for me right now, where do i check if i installed it correctly?

          S 1 Reply Last reply Jul 8, 2017, 9:54 AM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @ROMSY
            last edited by Jul 8, 2017, 9:54 AM

            @ROMSY in the magicmirror folder is a folder vendor which should have a folder node_modules and in there there has to be a momentjs folder

            Please create a github issue if you need help, so I can keep track

            R 1 Reply Last reply Jul 9, 2017, 10:17 AM Reply Quote 0
            • R Offline
              ROMSY @strawberry 3.141
              last edited by Jul 9, 2017, 10:17 AM

              @strawberry-3.141

              pi@infoscreen:~ $ ls MagicMirror/vendor/
              package.json  vendor.js
              

              just checked the git… same structur in there. so what is the next step?

              S 1 Reply Last reply Jul 9, 2017, 1:03 PM Reply Quote 0
              • S Offline
                strawberry 3.141 Project Sponsor Module Developer @ROMSY
                last edited by Jul 9, 2017, 1:03 PM

                @ROMSY you have to run npm install

                Please create a github issue if you need help, so I can keep track

                R 1 Reply Last reply Jul 13, 2017, 10:12 PM Reply Quote 1
                • R Offline
                  ROMSY @strawberry 3.141
                  last edited by Jul 13, 2017, 10:12 PM

                  @strawberry-3.141
                  everything is working now! Thanks a lot :)

                  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