Mac Menubar App

Is there an app for the Mac menu bar that show's the percentage/notifications?
I can only find xbar which doesn't seem to work for me.
Thanks!

1 Like

Hey, so I had to do a bit of configuring to get it to work but the Xbar plugin works well for me.

Make sure under the #please setup section you put your octopi instance's information. Set up a new api key in Octoprint first then past it in the api key section.

I changed things a little bit over their example data.

# please setup 
APIKEY="222626A0B0794XXXXXXXXX"
ENDPOINT="http://192.168.11.111"
SNAPSHOTURL="http://192.168.11.111/webcam/?action=snapshot"
IMAGEWIDTH=300x

JQ=/opt/homebrew/Cellar/jq/1.7.1/bin/jq
CONVERT=/opt/homebrew/Cellar/imagemagick/7.1.1-32/bin/magick

Note the removal of the ports in the URLs. I'm on a mac so my homebrew casks are located elsewhere than they suggested.

This is my first time using Xbar. The way this person coded the plugin didn't show all the requisite information as to the error, just the "Exit 1" so going into xbar and clicking on 'run in terminal' helped debug things a bit. I had to manually install the dependecies JQ and Imagemagick.

Good luck