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

MMM-Instagram - Pull and animate photos from Instagram feed

Scheduled Pinned Locked Moved Utilities
87 Posts 26 Posters 102.2k 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.
  • ? Offline
    A Former User @cowboysdude
    last edited by Oct 26, 2016, 1:13 PM

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

    Well we’re certainly glad it worked for you…however…

    {
    module: ‘MMM-Instagram’,
    position: ‘top_right’,
    config: {
    access_token: ‘API_KEY from instagram’,
    count: 200,
    min_timestamp: 0,
    animationSpeed: 2500,
    updateInterval: 12500
    }
    },

    Replaced ‘API_KEY …’

    and followed all directions and it still sits there and says “Loading…”…

    Same

    1 Reply Last reply Reply Quote 0
    • K Offline
      kapsolas Module Developer
      last edited by Oct 26, 2016, 4:25 PM

      What are you guys seeing in the console log? If you are not anything… then I will have to send you a version of the module with debug comments in it to see where the issue is.

      FYI - I had a similar issue with the Module for Traffic and never solved it. It just sat on Loading…

      C 1 Reply Last reply Oct 26, 2016, 10:19 PM Reply Quote 1
      • C Offline
        cowboysdude Module Developer @kapsolas
        last edited by cowboysdude Oct 26, 2016, 10:37 PM Oct 26, 2016, 10:19 PM

        @kapsolas Well gosh darn it LOL SOLVE IT MAN! Lives are hangin in the balance…

        No I have run it in dev mode and I see or get no errors… so perhaps using a version with debug would be best :)

        1 Reply Last reply Reply Quote 0
        • C Offline
          cowboysdude Module Developer
          last edited by Oct 26, 2016, 11:42 PM

          OH I stand corrected… here’s an error:

          0_1477525313189_IMG_1938-min__1477525285_74.69.130.112.jpg

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by Oct 27, 2016, 2:19 AM

            How do you get it to show in a browser??

            C 1 Reply Last reply Oct 27, 2016, 11:17 AM Reply Quote 0
            • C Offline
              cowboysdude Module Developer @Guest
              last edited by Oct 27, 2016, 11:17 AM

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

              How do you get it to show in a browser??

              restart your mirror like this:

              npm start dev

              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User
                last edited by Oct 27, 2016, 11:30 AM

                cool thanks

                C 1 Reply Last reply Oct 27, 2016, 11:52 AM Reply Quote 0
                • C Offline
                  cowboysdude Module Developer @Guest
                  last edited by Oct 27, 2016, 11:52 AM

                  @wjdw87 You’re welcome :) NOW if he can solve the problem it’ll work! :)

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    kapsolas Module Developer
                    last edited by Oct 27, 2016, 12:08 PM

                    Hmm. that tempimpage variable is not found in my code.

                    Did you modify the code at all? The code should look as below. In the error message it shows tempimpage which is not a valid variable. This would cause the script to not work.

                       var tempimage = this.images.photo[this.activeItem];
                        
                        // image
                        var imageLink = document.createElement('div');
                        imageLink.id = "MMM-Instagram-image";
                        imageLink.innerHTML = "<img src='" + tempimage.photolink + "'>";
                        
                        imageDisplay.appendChild(imageLink);
                        wrapper.appendChild(imageDisplay);
                    
                    C ? 2 Replies Last reply Oct 27, 2016, 3:52 PM Reply Quote 0
                    • C Offline
                      cowboysdude Module Developer @kapsolas
                      last edited by cowboysdude Oct 27, 2016, 3:52 PM Oct 27, 2016, 3:52 PM

                      @kapsolas no didn’t modify. So what I’ll do is delete what’s there and recopy it since I already did the npm install.

                      Thank you!! 😊

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 8
                      • 9
                      • 3 / 9
                      3 / 9
                      • First post
                        27/87
                        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