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 63.3k 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.
    • D Offline
      d3r
      last edited by

      This would be a separate install, right?

      KirAsh4K 1 Reply Last reply Reply Quote 0
      • pigrecoP Offline
        pigreco
        last edited by

        hello guys,

        just registered and quite new on the forum…
        I really appreciate your work and i have already used the code to create my first prototype (with film at the moment waiting for a nice real mirror, i will try to post some photos).
        I am using a 10.1 inch screen (ultra thin) with a PI3.
        I will try to help you guys as a beta tester and if you want i would like also to discuss about new ideas.

        Kr
        Pi

        KirAsh4K 1 Reply Last reply Reply Quote 0
        • KirAsh4K Offline
          KirAsh4 Moderator @d3r
          last edited by KirAsh4

          @d3r, if you checkout the code as per @MichMich’s instructions above, it will automatically download and over write the current codebase with the develop branch. It will NOT overwrite your current config.js file.

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

          1 Reply Last reply Reply Quote 0
          • KirAsh4K Offline
            KirAsh4 Moderator @pigreco
            last edited by

            @pigreco, feel free to post your ideas in the various sections they might pertain to, modules, core system, or a general topic.

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

            1 Reply Last reply Reply Quote 0
            • K Offline
              kckndrgn
              last edited by

              Cool, I’m in, I like breaking things LOL :D

              As a noob to the MM project I’m really fascinated by it and eager to start writing my own modules (though I keep finding modules that suit my purpose).

              1 Reply Last reply Reply Quote 0
              • pigrecoP Offline
                pigreco
                last edited by

                Hello guys,

                i have tried to pass to development branch but i got this error

                error: Your local changes to the following files would be overwritten by checkout:
                modules/default/clock/clock.js
                Please, commit your changes or stash them before you can switch branches.
                Aborting

                I suppose that was due to my code change on the second colour of the analog clock in the module clock.js…i had just put the red colour #FF0000…i have retested with the @ #888888 one but still the same error…

                A possible bug?

                Cheers
                Pi

                KirAsh4K 1 Reply Last reply Reply Quote 0
                • MichMichM Offline
                  MichMich
                  last edited by

                  @pigreco, no this is the expected result. GIT doesn’t want to overwrite your changes. This is why you should never make ani modifications to the modules or the core files. If you want to modify the design, you can use the css/custom.css file (this file will be ignored by git).

                  To remove your changes so that you can update continue, please use: git stash

                  1 Reply Last reply Reply Quote 0
                  • pigrecoP Offline
                    pigreco
                    last edited by

                    Hello @MichMich thanks for the suggestion…not very familiar with stash, i need to authenticate ?

                    Thanks
                    PI

                    MichMichM 1 Reply Last reply Reply Quote 0
                    • MichMichM Offline
                      MichMich @pigreco
                      last edited by

                      @pigreco You could also try:

                      git fetch origin
                      git reset --hard origin/develop
                      git clean -f
                      
                      1 Reply Last reply Reply Quote 0
                      • pigrecoP Offline
                        pigreco
                        last edited by

                        Thanks @MichMich …the issue is solved…i am on the develop branch :-)

                        1 Reply Last reply Reply Quote 0
                        • D Offline
                          dejayou
                          last edited by

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • KirAsh4K Offline
                            KirAsh4 Moderator @pigreco
                            last edited by

                            @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
                            • bscaranoB Offline
                              bscarano
                              last edited by

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

                              KirAsh4K MichMichM 2 Replies Last reply Reply Quote 0
                              • KirAsh4K Offline
                                KirAsh4 Moderator @bscarano
                                last edited by

                                @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
                                • MichMichM Offline
                                  MichMich @bscarano
                                  last edited by

                                  @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

                                    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
                                    • MichMichM Offline
                                      MichMich
                                      last edited by

                                      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
                                      • MichMichM Offline
                                        MichMich
                                        last edited by

                                        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
                                        • BangeeB Offline
                                          Bangee Module Developer
                                          last edited by

                                          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
                                          • MichMichM Offline
                                            MichMich
                                            last edited by

                                            @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 Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • 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