ADD SUPPORT FOR THE ENIAC FLEXBAR!

Thank you! npm run dev was the key (i ran npm run build and npm run plugin:pack).

That's exactly what I did, since the instructions didn't make sense. And it seemed to work.

➜  Flexbar-TouchbarEmulator git:(main) ✗ node -v
v24.6.0

In my case I had to change line 7 (not 6) of /opt/homebrew/lib/node_modules/@eniac/flexcli/src/commands/pack.js

Did you create this? It's beautiful! And it fits perfect next to the audio spectrum thing.

I'm now running it and some generic shortcuts on the main page, and one of the icons start a page with BTT and AquaTouch. Now I just wish I could combine Flexbar plugins with BTT stuff in the same screen, instead of having to switch back and forth.

I didn't create it. I just had a look around to help you out as I don't use Spotify myself.

I added the TouchbarEmulator to Flexdesigner, but when i click it, I get the error message “This plugin key (com.chino.touchbaremulator.emulator) does not have a valid Ul.” under the tab “FUNCTION”, and when I click the icon I add to my FlexBar, nothing happens. How do I fix this?

You need to make sure you have the beta of FlexDesigner. The TouchBar Emulator works mostly fine but seems to require some updates to handle fast Touch Bar refreshes a little better.

I have the 2.0.1-Darwin version. Is there a later one?

There is a pull request to fix the issue with the UI request on the project’s GitHub page, but it hasn’t been merged into the main branch yet. I forked the main branch and merged it myself, but it requires you to build the plugin yourself locally and then install it manually into the FlexDesigner.

The plugin has no UI settings, so it should still work regardless.

I am keen to try this out as well. I’m not techy enough to know how to build locally and rely on the official packaged releases. I’m on a Mac/Apple Silicon. Any chance you can share a built version?

I have forked the plugin and added the missing pull request. You can download it from here: releases.

Many many thanks, I will check it out!