You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CYKBESW577YWE)
8
+
9
+
[BitBar](https://github.com/matryer/bitbar) plugin that displays an overview of your current Ackee stats in the macOS menu bar.
10
+
11
+
<br/>
12
+
13
+

### The plugin shows `env: No such file or directory`
46
+
47
+
BitBar [requires that the script contains a shebang](https://github.com/matryer/bitbar#tested-languages) that points to your node binary. `ackee-bitbar` defaults to `/usr/local/bin/node`. You might need to adjust the path at the top of the `index.js`.
48
+
49
+
### Where can I get my Ackee token?
50
+
51
+
There's currently no way to create a token in the interface of Ackee, but you can use the API to [generate a new token](https://github.com/electerious/Ackee/blob/master/docs/API.md#creating-a-token).
52
+
53
+
### How long is the token valid?
54
+
55
+
The generated token is only valid for a limited time. Adjust the [TTL](https://github.com/electerious/Ackee/blob/master/docs/Options.md#ttl) option of your Ackee instance to stay signed in.
56
+
57
+
### Is is possible to adjust the refresh interval?
58
+
59
+
[Sure](https://github.com/matryer/bitbar#using-symlinks). Simply change the `5m` in the symlink filename to `1h`, `1m`, `30s` or the refresh timing of your choice.
0 commit comments