Check out my module to pull images from a users Instagram Feed. An API_KEY is required to set this up.
The images will be pulled will animate and rotate on the mirror.
The link for it is http://bit.ly/MMM-Instagram
Thanks!
Check out my module to pull images from a users Instagram Feed. An API_KEY is required to set this up.
The images will be pulled will animate and rotate on the mirror.
The link for it is http://bit.ly/MMM-Instagram
Thanks!
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.
Awesome! Happy to see that this was created as a module.
In your screenshot you have a full screen image, what is the configuration for this? I imagine we would want that div to be behind all the other divs to use the image as a background and the other modules to be displayed over it.
Thanks!
Check out my module to pull images from a public flickr Feed. Since the feed is the based on the public RSS feed, it will only pull the 20 most recent images - this does not require an API_KEY.
The images will then animate and rotate on the mirror.
[card:kapsolas/MMM-Flickr]
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…
Awesome! Glad to hear we got it all set up! Enjoy the module!
The file you will want to start to modify is:MMM-Instagram.js
This is where the magic happens. The other file node_helper.js is used to handle the “packaging” of the information that the module uses to render the images. It is that file that reaches out to instagram and retrieves the images.
In MMM-Instagram.js, you will find a method getDOM. This is where the module is rendering the image by modifying the DOM of the page. It is creating a new DIV and setting up an tag.
I believe, you can start from here.
Thanks!
@Garrett Not sure if this is actually possible, but may be.
I would need to review the instragram API.
Currently, i was just interested in viewing my own photos when I wrote the module. it was more to meet my needs and then I shared it.
When I have some time, i’ll try to implement some of the requests folks have had.