Option to hide data for Sensor #2 (temperature/humidity) in widget #4
Closed
opened 2 years ago by fuckyousomuch
·
3 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
One of the widgets is set up to show Sensor #1 data (μg/m3) in the left half, and show Sensor #2 data (temperature/humidity) in the right half.
I already have a different weather widget app, so the data in the right half is redundant. Disabling Sensor #2 in the app still takes up the right half of the widget, but now it just shows an error message. Ideally, disabling Sensor #2 would hide the right half entirely and allow the entire widget to be utilized by Sensor #1.
This is a good idea. Thanks! Will implement this with the next release.
Thank you! When I submit an issue on these websites, the developer's reply is usually "we're not going to fix that" or "why have you submitted 39 ASCII penises and 27 links to meatspin?".
This has been done now:
54f0ba9e6b
I introduced a new widget that only displays the data of the 1st sensor in a chart. "Disabling" did not really work, because this spoiled the layout. So a new widget seems the best solution.
It took a while, but here you are. :-)