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.

    Building mirror without programing

    Scheduled Pinned Locked Moved Troubleshooting
    windows
    24 Posts 11 Posters 29.7k Views 11 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.
    • F Offline
      f0084r
      last edited by

      Just in case someone bumps into this like I did, I just followed the directions yo-less posted above and it worked fine for me on windows 10.

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

        Hy thanks this is working very fine.
        now i am trying to get it working with visual studio 2015.
        has anyone expirience with that IDE and node.js?

        i am able to load it, but i cannot start and debug the mm solution

        1 Reply Last reply Reply Quote 0
        • A Offline
          amanzimdwini
          last edited by

          Works like a charm! (except that folders constantly have the post-name _Master - which you need to remove: after installation, make sure everything “lives” in the folder C:\MagicMirror (or similar)

          Notes on how to install modules - here are MY 2 cents:
          Find the module you like; go to the GTT depository but select “Downloads as Zip”. Find the ZIP file and extract it into the MODULES subdirectory (in my example, C:\MagicMirror\modules). RENAME the folder you just created by removing the trailing _Master.
          Presto. Works great.

          cowboysdudeC 1 Reply Last reply Reply Quote 0
          • cowboysdudeC Offline
            cowboysdude Module Developer @amanzimdwini
            last edited by

            @amanzimdwini said in Building mirror without programing:

            Works like a charm! (except that folders constantly have the post-name _Master - which you need to remove: after installation, make sure everything “lives” in the folder C:\MagicMirror (or similar)

            Notes on how to install modules - here are MY 2 cents:
            Find the module you like; go to the GTT depository but select “Downloads as Zip”. Find the ZIP file and extract it into the MODULES subdirectory (in my example, C:\MagicMirror\modules). RENAME the folder you just created by removing the trailing _Master.
            Presto. Works great.

            Well that our just use -master in your config file ;) LOL

            A strawberry 3.141S 2 Replies Last reply Reply Quote 0
            • A Offline
              amanzimdwini @cowboysdude
              last edited by

              @cowboysdude - DUH. Sorry - good point!

              cowboysdudeC 1 Reply Last reply Reply Quote 1
              • cowboysdudeC Offline
                cowboysdude Module Developer @amanzimdwini
                last edited by

                @amanzimdwini said in Building mirror without programing:

                @cowboysdude - DUH. Sorry - good point!

                LOL Well I just rename them but I know how you feel. I believe they do it that way because that way the user knows it’s getting the correct branch :)

                1 Reply Last reply Reply Quote 0
                • strawberry 3.141S Offline
                  strawberry 3.141 Project Sponsor Module Developer @cowboysdude
                  last edited by

                  @cowboysdude this will not work, because the js file cannot be found then

                  @amanzimdwini if yozu dont install the modules wuth git clone you have to redo the whole process for every update

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

                  cowboysdudeC A 2 Replies Last reply Reply Quote 2
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @strawberry 3.141
                    last edited by

                    @strawberry-3.141 said in Building mirror without programing:

                    @cowboysdude this will not work, because the js file cannot be found then

                    @amanzimdwini if yozu dont install the modules wuth git clone you have to redo the whole process for every update

                    I am so glad we have you! :)

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      amanzimdwini @strawberry 3.141
                      last edited by

                      @strawberry-3.141

                      Hmm - you SURE? I must have been lucky, since it worked for me just the way I described it (though I had to rename the extracted ZIPs by removing the -master extension: that’s why I published my results: so that others would also succeed). On my Win10, I successfully installed at least

                      Wunderground
                      MMM-forecast-io
                      Wunderlist
                      Valentine

                      (and probably a few others - would need to check).

                      Like I said, probably I was just lucky. But it worked for me.

                      [@cowboysdude said I should rename (have not tried it, though you stated that that would not work?)]

                      Thanks for reading/commenting.

                      cowboysdudeC yawnsY strawberry 3.141S 3 Replies Last reply Reply Quote 0
                      • cowboysdudeC Offline
                        cowboysdude Module Developer @amanzimdwini
                        last edited by

                        @amanzimdwini That’s what I did too… just cut off the -master at the end when I downloaded them but now I just do:

                        ~MagicMirror/modules/

                        Then I do a 'git clone… ’

                        That’s the easiest way actually :)

                        1 Reply Last reply Reply Quote 1
                        • yawnsY Offline
                          yawns Moderator @amanzimdwini
                          last edited by

                          @amanzimdwini
                          If you download and unzip modules, you don’t have a folder called .git, and without this folder you cannot run git pull to update the specific module, when the developer releases a new version.
                          Everything else of course works fine.

                          A 1 Reply Last reply Reply Quote 3
                          • strawberry 3.141S Offline
                            strawberry 3.141 Project Sponsor Module Developer @amanzimdwini
                            last edited by

                            @amanzimdwini it works, but I said putting -master in the config will not work, because then you have several problems

                            The only thing is without having the ability to use git you have to redo the whole process for every update, the correct installation steps are mostly in the readme of the module itself

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

                            1 Reply Last reply Reply Quote 2
                            • A Offline
                              amanzimdwini @yawns
                              last edited by

                              @yawns
                              Upvote.

                              Sorry that I seem to have kicked a hornet’s nest – I was just reading that people had had problems, and found a way that worked for me. But yes, updating etc is not going to work. And yes, GIT pulls are best…

                              BUT for real Noobs (been there, done that), GIT might be a bit “weird”, while ZIP is recognized.

                              Bottom line:
                              This all works - use @yo-less instructions, then either go the ZIP route (where you have to remove the -master) OR the GIT route (nice & easy).

                              Thanks everyone for finding all the problems. Let’s leave this with the conclusion that THIS AWESOME MAGIC MIRROR works on Win-boxes too!

                              yawnsY cowboysdudeC 2 Replies Last reply Reply Quote 1
                              • yawnsY Offline
                                yawns Moderator @amanzimdwini
                                last edited by

                                @amanzimdwini
                                You are right, git seems a bit irritating and uncomfortable at first and of course downloading and unzipping works at the moment. Neither strawberry nor I wanted to bash on you!
                                We just wanted to point out the downside of the zip approach :)

                                1 Reply Last reply Reply Quote 2
                                • cowboysdudeC Offline
                                  cowboysdude Module Developer @amanzimdwini
                                  last edited by

                                  @amanzimdwini Nawwwwwwwwwww you’re okay not to worry…

                                  I’m a ‘windows’ guy and not a linux guy but once you do it a few times… it just becomes second nature… :) PLUS windows is a pretty mindless thing… it’s easy because they’ve done all the work for you… what fun is that? LOL

                                  1 Reply Last reply Reply Quote 0
                                  • O Offline
                                    Omeliel
                                    last edited by

                                    HI. It doesnt work. I got nothiing but a black screen. Can you advice ? Thans

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