Giter Site home page Giter Site logo

Comments (2)

pascalw avatar pascalw commented on May 27, 2024 1

Hey @coder543 I looked into this as well. The downside of writing the battery percentage to the screen like this is that the font will most likely not match the other content on the dashboard. Depending on your backend you might be able to include the percentage in a request header and render it into the dashboard image, something like this:

"$(dirname "$0")/../ht" -d -q -o "$1" get \
https://raw.githubusercontent.com/pascalw/kindle-dash/master/example/example.png \
"X-Kindle-Battery: $(gasgauge-info -c)"

I'm planning to add some more 'tips and tricks' to the README, to document these kinds of us useful things you can do in the local scripts. Both methods (writing the stats locally and the header approach) could be documented there.

from kindle-dash.

gandalfk7 avatar gandalfk7 commented on May 27, 2024

Just an idea, but it would probably be nice to be able to see the battery percentage on the kindle dashboard... at which point, I thought "why not have the last update time shown as well?"

I added this to the refresh_dashboard function locally:

/usr/sbin/eips 1 39 "last update: $(date -Iminutes) battery: $(gasgauge-info -c | sed 's/%//g')"

Unfortunately, the built-in busybox date utility is extremely limited, so this is printing in UTC time (and not in a very nice format to begin with) and I also discovered that eips can't print the % symbol, apparently, so I'm using sed to strip that out.

Obviously a lot of room for improvement, which is why I didn't open a PR, but I figured I'd at least mention the idea.

thank you,
that was exactly what I was looking for the testing and debugging phase!

from kindle-dash.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.