sindrebroch / ha-magicmirror

Custom HomeAssistant-integration for MagicMirror
Apache License 2.0
14 stars 0 forks source link

MM 2.18 with Remote Control - shows 'unknown error' when trying to connect #1

Closed fribse closed 2 years ago

fribse commented 2 years ago

MM config:

   {
      module: "MMM-Remote-Control",
      config: {
        apiKey: 'Sr5nN3ggwSllDseOXzJpbFcn',
        showModuleApiMenu: true,
        pm2ProcessName: 'MagicMirror',
//        customCommand: {
//          playGhostvideo: '/home/pi/randomfile.sh'
//        }
      }
    },

Version of the custom_component

Version 1.1.4

Configuration

Trying to configure it in HA, but gets an 'unknown error' This is shown on Magic Mirror when I try to add it to HA


0|MagicMirror  | Not initialized, have you opened or refreshed your browser since the last time you started MagicMirror?

Describe the bug

I have MM 2.18 with Remote Control module and an API key installed. As soon as I attempt to add it to HA, it says 'Unknown error'

billede

I can do a manual POST with monitor on/ off, and the API key, and the MagicMirror reacts correctly.

Debug log

fribse commented 2 years ago

Hmm, something was wrong in the MM installation, I've now started over after a 2.18 upgrade, because I didn't see any display. After the new install, it integrates as it should!