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.

    Problems to get Instagram profile visible on MagicMirror

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 3 Posters 503 Views 3 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.
    • R Offline
      ruffneck2 @ruffneck2
      last edited by

      Doesn’t anybody use Instagram modules on his MagicMirror?

      mumblebajM 1 Reply Last reply Reply Quote 0
      • R Offline
        ruffneck2
        last edited by

        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

        S 1 Reply Last reply Reply Quote 0
        • S sdetweil moved this topic from Utilities on
        • S Offline
          sdetweil @ruffneck2
          last edited by

          @ruffneck2 done.

          if you look at the unread, or recent topic filters u see everything, regardless of category

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • mumblebajM Online
            mumblebaj Module Developer @ruffneck2
            last edited by

            @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)
                        }
            

            Check out my modules at: https://github.com/mumblebaj?tab=repositories
            Check my blog-post: https://mumblebaj.xyz/

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              ruffneck2 @mumblebaj
              last edited by

              @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 ;)

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • 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