Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    MMM-Hive

    Utilities
    6
    36
    10092
    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
      rick @mongo116 last edited by

      @mongo116 Hi - Looks like Hive have changed the login details and so the inside temp has stopped working. This can be fixed by changing the following line (#62) in node_helper.js from

      url: lUrl + '/global/login',
      

      to

      url: lUrl + '/cognito/login',
      
      M 1 Reply Last reply Reply Quote 0
      • D
        DarrenG last edited by

        Ah thank you, came here to research this issue and have just implemented your fix and all working again.

        1 Reply Last reply Reply Quote 0
        • M
          mongo116 Module Developer @rick last edited by

          @rick Cheers for the details. I’ve updated and added some config options in case this changes again, so you only then need to update the config.

          1 Reply Last reply Reply Quote 0
          • R
            rick last edited by

            Looks like Hive have been changing login details yet again!. This time you need to change line(#67) in node_helper.js from

            headers: { 'Content-Type': 'application/json'},
            

            to

            headers: { 'Content-Type': 'application/json', 'User-Agent': 'HiveRNApp/10.16.2' },
            
            M 1 Reply Last reply Reply Quote 1
            • M
              mongo116 Module Developer @rick last edited by

              @rick Thanks for that. Github has been updated 👍🏻

              1 Reply Last reply Reply Quote 1
              • M
                mongo116 Module Developer last edited by

                Not sure whether many are using this module but figured I’d provide an update on the changes I made today. I’ve now updated the module so that it works again! I have updated to include the new login process and from testing it all appears to work - would welcome any feedback though 🙂

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 3
                • 4
                • 4 / 4
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy