Skip to content

How to use the controller (new)

Nick Giano edited this page Jul 20, 2017 · 1 revision

The controller

Setup

  • Run MojoWheel
  • A window will open in your default browser, this is the controller. also found at localhost:8000
  • Before being able to do any actions, the webpage must ensure a connection to the server ran within the MojoWheel program (the black terminal that says Running!)
  • The status of the connection is located below the logo, green means connection is active, red means connection was lost. A prompt will allow you to attempt to reconnect when disconnected.

Adding an item to the wheel

  • Type in the item you would like to add into the "Text to add" box
  • Type in the indexing number into the "ID #" box. Must be a whole, postitive, numeric. 0 also cannot be used

The indexing number is used to sort the wheel contents and make deleting existing items easier. If you add an item with the same indexing number as an existing item, that existing item will be replaced with the new one

  • Press the green + button

Removing an item from the wheel

  • Type in the indexing number into the "ID #" box OR click on the list to auto-fill the ID number. Must must be a whole, postitive, numeric. 0 also cannot be used
  • Press the red - button

Spinning the wheel

  • Press the rainbow SPIN THAT WHEEL! button
  • Results will be displayed below button and through the result.html page
  • A RESULTS.HTML PAGE MUST BE OPEN FOR A SELECTION TO BE DISPLAYED BELOW THE BUTTON

NOTE: The spinner is not located on the controller. It is located at the file structure as seen in the Location of wheel line. You can copy paste that link into your browser to see the output. For actual use in streaming overlays see: Adding wheel output to OBS Studio or XSplit broadcaster