
EVE Online: Minimal Character Monitor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a really basic character monitor for EVE Online.
Currently it shows your
- Pilot Image
- Wealth
- Current Skill
- Time left for Skill
To use it just install it and configure the plasmoid using its configure dialog.
You will need to get your API keys from here:
https://support.eveonline.com/api
Consider this plasmoid as beta :)
Please donate some ISK to "Auto Awesome". As you can see in the screenshot I am really noob :P
9 years ago
v.0.1 - Initial commit.
9 years ago
v.0.1 - Initial commit.
Oranor
8 years ago
I did some hacking on this module. I added:
- a tousand separator
- display of total skillpoints
- a second timer, that displays when the whole queue ends instead of just the current skill.
You can find my changes at https://github.com/Oranor/plasmoeve
Report
lofwyr
9 years ago
I have two requests for improvements, first it would be nice if the update interval could be configurable, I don't need 1s updates and it makes the applet flicker.
The second would be thousands separator for the Wealth to improve Readability.
Report
imax
9 years ago
Yes I also noticed the flickering.
Maybe there is an option to enable double buffering.
Well, but I still agree with your idea of the configurable interval.
Also the thousand-seperator is a good idea.
Will implement your ideas these days :)
-imax.
Report