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.

    MMM-Instagram - Pull and animate photos from Instagram feed

    Scheduled Pinned Locked Moved Utilities
    87 Posts 26 Posters 114.7k Views 27 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
      kapsolas Module Developer @Guest
      last edited by

      @wjdw87 Based on the code you have provided above, it looks correct. It does not have the tempimpage anywhere.

      I did not ask you to delete any code, but somehow the code you were running had tempimage misspelled to tempimpage.

      The messages you are showing in the screenshot, are from the core system, but does show that the instagram feed module is running. So there is something else.

      To confirm:

      1. You cloned the module from github
      2. You generated a token for instragram
      3. Configured the config.js file, configuration for the module appropriately
      1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer
        last edited by cowboysdude

        I’m all good… I have NO idea where I got that version from but I copied over your original and it fired up…

        Thank you!

        I believe that version is yoless fork… someone wanted the ability to adjust width and height… which is not a bad idea … ;)

        1 Reply Last reply Reply Quote 0
        • K Offline
          kapsolas Module Developer
          last edited by

          Awesome! Glad to hear we got it all set up! Enjoy the module!

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

            @kapsolas said in MMM-Instagram - Pull and animate photos from Instagram feed:

            Awesome! Glad to hear we got it all set up! Enjoy the module!

            I really do! Thanks for all your hard work!

            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User
              last edited by

              Hmm… from here : https://github.com/kapsolas/MMM-Instagram

              Do you have to install : https://www.npmjs.com/package/request - How?

              To confirm:

              You cloned the module from github - YES
              You generated a token for instragram - YES
              Configured the config.js file, configuration for the module appropriately - YES
              reply

              strawberry 3.141S cowboysdudeC 2 Replies Last reply Reply Quote 0
              • strawberry 3.141S Offline
                strawberry 3.141 Project Sponsor Module Developer @Guest
                last edited by

                @wjdw87

                cd ~/MagicMirror/modules/MMM-Instagram
                npm install
                

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

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

                  @wjdw87 said in MMM-Instagram - Pull and animate photos from Instagram feed:

                  Hmm… from here : https://github.com/kapsolas/MMM-Instagram

                  Do you have to install : https://www.npmjs.com/package/request - How?

                  To confirm:

                  You cloned the module from github - YES
                  You generated a token for instragram - YES
                  Configured the config.js file, configuration for the module appropriately - YES
                  reply

                  OH that’s the easy part ;)

                  In the terminal window [the one you type in ‘npm start’ to start the mirror]… go to the modules dir then the MMM-Instagram dir

                  MagicMirror/modules/MMM-Instagram

                  type in without quotes “npm install”

                  Once that’s finished go back to the MagicMirror and start your mirror :)

                  1 Reply Last reply Reply Quote 0
                  • ? Offline
                    A Former User
                    last edited by

                    Many Thanks @cowboysdude , @strawberry-3-141

                    I just did a fresh install oof the module, then the dependency.

                    Still no luck :( 0_1477600708301_Screenshot 2016-10-28 03.37.16.png

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

                      @wjdw87

                      Ok hang in there kid… just about there…

                      1 Reply Last reply Reply Quote 0
                      • ? Offline
                        A Former User
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • ? Offline
                          A Former User
                          last edited by

                          I guess for security can change the API key once i’m all up and running :) - many thanks @cowboysdude !

                          1 Reply Last reply Reply Quote 1
                          • K Offline
                            kapsolas Module Developer
                            last edited by

                            Just an FYI - You do not want to just post your config to the world.

                            That access token can allow someone to impersonate you now! The config.js contains confidential information for accessing the services our mirrors are using. Refrain from publishing it to the world with out redacting the app ids.

                            ? 1 Reply Last reply Reply Quote 2
                            • ? Offline
                              A Former User @kapsolas
                              last edited by

                              @kapsolas said in MMM-Instagram - Pull and animate photos from Instagram feed:

                              Just an FYI - You do not want to just post your config to the world.

                              That access token can allow someone to impersonate you now! The config.js contains confidential information for accessing the services our mirrors are using. Refrain from publishing it to the world with out redacting the app ids.

                              Thanks, understood, i intend to replace API keys imemdiately on getting it up and running (at the moment just testing as building), hpe not to offend.

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

                                That’s ok, that’s not a valid API key… That’s the problem.

                                Let me explain… you do have an API key but what you need is an Access Token… that’s where the problem is.

                                In the config it is asking for the Access token… that’s where we both made a mistake!!! :) It’s all good.

                                We got it! :)

                                Thanks @kapsolas

                                1 Reply Last reply Reply Quote 1
                                • ? Offline
                                  A Former User
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • ? Offline
                                    A Former User
                                    last edited by A Former User

                                    @cowboysdude thanks a lot at 4am almost i can sleep ha ha for 2 hours :/

                                    Its working, note for others Access Token key is granted here… http://instagram.pixelunion.net/ (when you get to that stage and have created the developer account)0_1477601791572_Screenshot 2016-10-28 03.53.07.png . :

                                    layout needs tidying up mind but im sure there are some posts on that :)

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

                                      JUST to clearify for anyone… the module works GREAT!!

                                      Create the right thing and it’ll work~

                                      ACCESS TOKEN is NOT your API KEY LOL

                                      1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        Paninpyos
                                        last edited by

                                        Oh, Instagram. How to get all these followers? Sure, I can use services of zen-promo com to find people who are interested in my arts. But may be you can suggest anything?

                                        1 Reply Last reply Reply Quote 0
                                        • ? Offline
                                          A Former User
                                          last edited by

                                          Just go with the flow, you pick them up, some have their accounts private (i did to stop prying eyes at my life) but since just opened, and tbf its mainly likes and comments, etc, it wastes time that’s all… don’t take seriously (father does with his sunset photos ha ha)…

                                          1 Reply Last reply Reply Quote 0
                                          • ? Offline
                                            A Former User
                                            last edited by A Former User

                                            More importantly * at all

                                            Has anyone played with the css ? how advanced is this module? What’ts it coded in ? Function and Design ?

                                            CSS for sure but the rest not looked under the hood, but if anyone can answer i’ll have my in-house dev team do the following for me and share here the source

                                            Generic feed (swipe left / right) through feed (20)

                                            0_1477676362271_Instagram Feed General.jpg

                                            and popup-view of chosen image.
                                            (/uploads/files/1477676198837-instagram-feed-general-resized.jpg)0_1477676379169_Instagram Popup.jpg

                                            Simple enough to get done quickly, once i know what it’s made off, and without having to battle the module code or Magic Mirror core code.

                                            Many thanks and look forward to some answers.

                                            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
                                            • 4
                                            • 5
                                            • 3 / 5
                                            • 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