AirGradient Forum

Android widget displaying pm02

I made a little android app that can display a value from a url containing a json object. You can f. ex. use it to display pm02 value of a outdoor monitor. It refreshes every 15 minutes, which seems to be the minimum for android’s widgets. Most of the work was done by chatgpt, I am not an android developer, just know java … .

Here’s the link: GitHub - kdejaeger/ValueFromJsonWidget: Given a configurable url (containing a JSON object) and key, it displays the value from that key in an android 1x1 widget

2 Likes