I was about to start working on a script that should not be too hard to write in Scriptable, but then I noticed that the online JSON is over 30 MB (with no parameters to request only current data instead of the entire history) and it contains hundreds of entries that I need to sum up to get the single value that I want to display in a widget…
I’m kind of afraid this is a bit much for a script that I want to run automatically (though only once per day) and was wondering whether I could offload the downloading and calculation to my Raspberry Pi. However, I’m not sure how I could provide that value (and maybe a few more) in a simple way without setting up a webserver and database on the Pi.
Tips?