Read the statement by Michael Teeuw here.
Problems to get Instagram profile visible on MagicMirror
-
Doesn’t anybody use Instagram modules on his MagicMirror?
-
Could an admin please move this topic to the Troubleshooting section?
I think it is better placed there and more visible to get repsonse and assistance.
Thank you -
-
@ruffneck2 done.
if you look at the unread, or recent topic filters u see everything, regardless of category
-
@ruffneck2 SO clearly something went wrong with the auth request. There is no detail in the screenshot you provided.
in node_helper.js can you uncomment this line to get the error body? should be line no 193. You may want to add it after the else as well.
If this forum is unable to assist then you may want to open an issue in the Gitlab page for the module.
else if (!error && response.statusCode == 400) { console.log("MMM-InstagramView Helper Auth Exchange Error: " + response.statusCode); console.log(response.body); } else { console.log("MMM-InstagramView Helper Auth Exchange Error: " + response.statusCode); console.log(response.body) }
-
@mumblebaj said in Problems to get Instagram profile visible on MagicMirror:
@ruffneck2 SO clearly something went wrong with the auth request. There is no detail in the screenshot you provided.
in node_helper.js can you uncomment this line to get the error body? should be line no 193. You may want to add it after the else as well.
If this forum is unable to assist then you may want to open an issue in the Gitlab page for the module.Thank you for your suggestion. I will give it another try at the weekend. I have already tried it on Github, with similar success ;)