StorjWidget is a Scriptable Widget that show aggregated stats of your storagenode(s). It will show the daily ingress
, daily egress
, today's earnings
, this month's earnings
, space used / total available space
, nodes online / total number of nodes
. The widget pulls data from the storjWidget-Exporter every 4-7 minutes. This is triggered by iOS and can not be changed. Therefore the heading contains the time of the last refresh to make sure the displayed data is up to date.
Tested with storj node version 1.16.1
Feel free to raise issues if you find them and also raise a pull request if you'd like to contribute.
If you wish to support my work, please find my eth/storj wallet address below or scan the qr code:
0x80E88Ac925B259faedeD7d05c99BfA934952084a
- Setup and run storjWidget-Exporter.
- Install Scriptable on your iPhone from the App Store.
- Download storjWidget.js from this repository.
- Import storjWidget.js in Scriptable.
- Adjust lines 5 + 6
widget.url
andlet url=
. Seturl
to the URL of your storjWidget-Exporter. Settingwidget.url
is optional. If you set it, you can configure Scriptable that it opens the specifiedwidget.url
in case you click on the widget on your homescreen. I suggest to point that to your Grafana dashboard in case you have configured that.