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

Looking for Beta-testers!

Scheduled Pinned Locked Moved MagicMirror
56 Posts 17 Posters 52.8k Views 18 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
    KirAsh4 Moderator @pigreco
    last edited by Aug 3, 2016, 6:02 PM

    @pigreco, I didn’t expose the other clock hands to be easily accessible to change the colors on. I’ll have to add that in in a later update. As @MichMich said, making changes to those core files will cause git to start complaining at you.

    A Life? Cool! Where can I download one of those from?

    1 Reply Last reply Reply Quote 0
    • B Offline
      bscarano
      last edited by Aug 4, 2016, 12:26 PM

      I’m now on Develop. Will this update automatically or will I need to run something periodically?

      K M 2 Replies Last reply Aug 4, 2016, 1:28 PM Reply Quote 0
      • K Offline
        KirAsh4 Moderator @bscarano
        last edited by Aug 4, 2016, 1:28 PM

        @bscarano, regardless of which branch you are on, you are in charge of your mirror, including updating the code.

        A Life? Cool! Where can I download one of those from?

        1 Reply Last reply Reply Quote 0
        • M Offline
          MichMich Admin @bscarano
          last edited by Aug 4, 2016, 2:18 PM

          @bscarano To update to the latest version, you’ll need to pull the latest changes. This can be done using: git pull (from the command line within your MagicMirror² folder).

          1 Reply Last reply Reply Quote 0
          • K Offline
            kckndrgn
            last edited by Aug 5, 2016, 12:17 AM

            I am now on the development branch.
            I have verified that the changes fixed my “blank screen” with the language set in the config file.

            Thanks!

            1 Reply Last reply Reply Quote 0
            • M Offline
              MichMich Admin
              last edited by Aug 5, 2016, 6:04 PM

              Update: More detailed error message in case config file couldn’t be loaded.

              Please let me know if this works for you.

              PR: https://github.com/MichMich/MagicMirror/pull/391#issuecomment-237919625

              1 Reply Last reply Reply Quote 0
              • M Offline
                MichMich Admin
                last edited by Aug 27, 2016, 10:01 AM

                Please test the following PR:
                https://github.com/MichMich/MagicMirror/pull/416

                It’s merged into the current develop branch. If you are on the develop branch, please use git pull to update to the latest version.

                Thanks!

                1 Reply Last reply Reply Quote 0
                • B Offline
                  Bangee Module Developer
                  last edited by Oct 11, 2016, 1:13 PM

                  I’m now on the latest DEV version.

                  I had some problems to run it with my PIR Sensor.
                  this command helps to run it:

                  npm rebuild --runtime=electron-prebuilt --target=0.37.8 --disturl=https://atom.io/download/atom-shell --build-from-source
                  

                  IpWithelist:
                  I’ve added my Subnet to de Withelist, but I can’t access my MagicMirror using a browser:

                  This device is not allowed to access your mirror.
                  Please check your config.js or config.js.sample to change this.
                  

                  Would it be possible to add something like “Your IP-Adress: 192.168.0.99”?

                  ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", ["192.168.0.99", "192.168.0.254"]],
                  

                  This sould add a range from 192.168.0.99-192.168.0.254, or am I wrong?

                  Thanks for your help.

                  1 Reply Last reply Reply Quote 1
                  • M Offline
                    MichMich Admin
                    last edited by Oct 11, 2016, 7:46 PM

                    @bangee: Check your node log. It should tell you which IP is trying to access the server. Good idea to add it to the “access denied” message. Will put it on my todo list. (PR is welcome!)

                    J 1 Reply Last reply Oct 16, 2016, 9:31 AM Reply Quote 0
                    • B Offline
                      Bangee Module Developer
                      last edited by Oct 12, 2016, 6:06 AM

                      @MichMich Thank you. I’ve had to update my config:
                      the Log told me:
                      Access denied to IP address: ::ffff:192.168.0.99

                      It works with this:

                      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.0.1/24", "192.168.0.1/24"],
                      
                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 2 / 6
                      • 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