MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. rick
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Groups 0

    rick

    @rick

    1
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rick Unfollow Follow

    Best posts made by rick

    • RE: MMM-Hive

      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' },
      
      posted in Utilities
      R
      rick

    Latest posts made by rick

    • RE: MMM-Hive

      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' },
      
      posted in Utilities
      R
      rick
    • RE: MMM-Hive

      @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',
      
      posted in Utilities
      R
      rick
    • RE: Installing on a Pi Zero

      @sdetweil Ah - I never thought of that. I’ll try another SD card - Thanks Sam

      posted in Troubleshooting
      R
      rick
    • RE: Installing on a Pi Zero

      Up until a few days ago, MagicMirror was working fine on my Pi Zero, however for no apparent reason its now stopped.

      Having looked in the /home/pi/.pm2/logs/MagicMirror-error.log I’m seeing that it cannot find the module ‘electron’

      I’ve tried npm install in the MagicMirror folder and get this error

      Error: Failed to find Electron v6.1.12 for linux-armv6l at https://github.com/electron/electron/releases/download/v6.1.12/electron-v6.1.12-linux-armv6l.zip

      I’ve also tried a fresh install using sdetweil’s script - however I get the same error about electron.

      Can anyone help provide any pointers as to why its not working anymore?

      posted in Troubleshooting
      R
      rick
    • RE: Introduce yourself!

      hello! - been using magicmirror for a few weeks in my office. It was one of my lockdown projects to get setup - I’m very happy with it.

      posted in General Discussion
      R
      rick