Skip to content

Reactivate Pro Version

James Tang edited this page Mar 4, 2016 · 1 revision

For some reasons if you're experiencing crash and couldn't fire up the license info box, please deregister using the command line and re-enter your license key again.

  1. Go to Plugins > Custom Plugin... menu

  1. Enter this code into the code area

@import 'MagicMirror2.sketchplugin/Contents/Sketch/main.js'
var mirror = initialize(context)
mirror.deregister()
mirror.licenseInfo()
  1. Press Run and you should see the license info box to re-register.

-- If you're seeing something like this:

Please uninstall from Sketch Toolbox and redownload the plugin from homepage and try again.

Clone this wiki locally