Read the statement by Michael Teeuw here.
MMM-Instagram - Pull and animate photos from Instagram feed
-
@yo-less I just had a chance to try it out and it still doesn’t work for me. Could it possibly be Instagram’s API?
-
Is there anyway to display images from my home server? And do someone have an idea how I should write the code?
-
-
Awesome work! My SO is very pleased with this idea. You might want to add a screenshot to the repo.
-
Just getting “Loading…”
-
This post is deleted! -
@cowboysdude said in MMM-Instagram - Pull and animate photos from Instagram feed:
Some of us are having issues here… little help please.
Installed per instructions with NPM Install and it isn’t working.
That’s all mine says too… “Loading…”
apparently this is an unsupported module… delete.
-
I just started up my mirror again and the instagram module loaded up correctly.
Are you use that you have configured the token correctly?
Additionally, install a tool like firebug on your browser and try to access the mirror using the browser. Then enable firebug. It will have error messages or plugin messages written to the console.
If the plugin gets images and starts to display them, you will get console entries such as: incrementing the activeItem and refreshing
-
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…”…
-
@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