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

Problems to get Instagram profile visible on MagicMirror

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 3 Posters 465 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 Apr 25, 2022, 7:33 AM

    Doesn’t anybody use Instagram modules on his MagicMirror?

    M 1 Reply Last reply Apr 28, 2022, 4:42 PM Reply Quote 0
    • R Offline
      ruffneck2
      last edited by Apr 28, 2022, 10:03 AM

      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 Apr 28, 2022, 11:48 AM Reply Quote 0
      • S sdetweil moved this topic from Utilities on Apr 28, 2022, 11:47 AM
      • S Away
        sdetweil @ruffneck2
        last edited by Apr 28, 2022, 11:48 AM

        @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
        • M Offline
          mumblebaj Module Developer @ruffneck2
          last edited by Apr 28, 2022, 4:42 PM

          @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

          R 1 Reply Last reply Apr 29, 2022, 2:17 PM Reply Quote 0
          • R Offline
            ruffneck2 @mumblebaj
            last edited by Apr 29, 2022, 2:17 PM

            @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
            1 / 1
            • First post
              6/6
              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