The project photos show a default 3 dashes in the temperature labels. I added them (see below) and the code ran properly.
Before:
- Code: Select all | TOGGLE FULL SIZE
my_labels_config = [
(0, "", GREEN, 2, 100),
(1, "", BLUE, 2, 150),
(2, "", RED, 2, 200),
(3, "", ORANGE, 135, 100),
(4, "", YELLOW, 135, 150),
(5, "", PURPLE, 135, 200),
]
After:
- Code: Select all | TOGGLE FULL SIZE
my_labels_config = [
(0, "---", GREEN, 2, 100),
(1, "---", BLUE, 2, 150),
(2, "---", RED, 2, 200),
(3, "---", ORANGE, 135, 100),
(4, "---", YELLOW, 135, 150),
(5, "---", PURPLE, 135, 200),
]
This needs to be fixed in both the 6.x and 7.x project bundles.
By the way, I used an InkBird IBT-2X thermometer with the Clue, which worked perfectly.
Fun Project, Thanks!