Skip to main content

Musikcube

In order to use Musikcube configure it to accept websocket connections in server setup:

  • Enable the Metadata Server
  • Set a Password

Both of these settings are found in Musikcube -> (s)ettings -> server setup

Server Setup

The URL used by MS has the syntax:

[ws|wss]://HOST:[PORT]

The port is the same as shown in the server setup screenshot from above, under metadata server enabled. If no port is provided to MS it will default to 7905.

If no URL is provided to MS it will try to use ws://localhost:7905

Configuration

Configuration Type

This is configuration for the ENV Config Type.

Environmental VariableTypeDefaultDescription
MC_IDstringA globally unique ID EX myComponentId
MC_NAMEstringValue of MC_IDA vanity name EX My Cool Component
MC_ENABLEbooleantrueShould this component be used?
MC_URLstringws://localhost:7905URL of the Musikcube Websocket (Metadata) server to connect to
MC_PASSWORDstringPassword set in Musikcube https://github.com/clangen/musikcube/wiki/remote-api-documentation

Bold/Italic = Required