-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install dependencies for xbar plugins? #1
Comments
@daltonch XBar directly runs the executable without setting up a shell (which means I think If you'd rather use a different Python or a virtualenv, you can update the hashbang in the executable. |
@daltonch Hey Chad, did you have a chance to try this out? |
Sorry, just getting back to this. Yes! That did work. I use fish shell so I ran zsh first then ran your command and now the plugin loads! Thank you! However, I get a 401 when trying to connect to my CloudKey, here's the config when I 'run in terminal' VAR_MENU_BAR_EVENTS="false" VAR_NOTIFY_DISCONNECT="true" VAR_CLOUDIMAGE_TOKEN="" VAR_CONTROLLER_HOST="192.168.1.39" VAR_CONTROLLER_USERNAME="ubnt" VAR_CONTROLLER_PORT="443" VAR_NOTIFY_CONNECT="true" VAR_NOTIFY_ROAM="false" VAR_TERMINAL_NOTIFIER_PATH="" VAR_AVATARS="" VAR_CONTROLLER_PASSWORD="mypassword" VAR_CONTROLLER_VERSION="unifiOS" VAR_CONTROLLER_SSL_VERIFY="false" VAR_SHOW_TEST_DEVICES="false" VAR_ACCESS_POINT_ALIASES="" '/Users/daltonch/Library/Application Support/xbar/plugins/whos-home-unifi.1m.py' I know the passwords right as I can login to the Cloud Key G2 with the username and password. UnifiOS: Any other logs I can check? |
@daltonch Can you try setting |
BOOM! That worked. Thanks! |
Reopening since I want to document this |
Using Terminal I installed your 2 dependencies and they say they installed successfully, however when launching xbar I get an error on the plugin,
ModuleNotFoundError: No module named 'aiohttp'
Any idea where xbar is looking for python modules so I can make sure they are installed in the right location?
M1 Max 13.0.1
The text was updated successfully, but these errors were encountered: