This app is great! It’s the only one I can find that displays the current temp in real time in both units. However, the watch complication isn’t great. In order for the complication to update and display the correct temp, you have to open the app on the watch AND your phone for it to sync and update. This defeats the purpose of the complication. I would like to just look at my watch and see the current temp like you can with apple temp complication. I’ve check all my settings and did the system check in the app and everything was green and it still did not update in real time. That is my only complaint. Otherwise, great app!
Thank you so much for the kind words and for taking the time to share such detailed feedback - this is exactly the kind of input that helps me improve.You've put your finger on one of the most frustrating challenges in watchOS development. Apple imposes strict limits on how often third-party complications can refresh in the background, and unlike Apple's own first-party complications (like the built-in weather widget), I don't have access to the same system-level privileges that make instant updates possible.What makes this particularly tricky is that it doesn't affect everyone the same way. For the majority of my users, myself included, the complication updates as expected without needing to open either app. But watchOS background refresh behavior is heavily influenced by factors outside my control: how aggressively the system manages battery, how many other complications are active on the watch face, iPhone lock state, Focus modes, and even how frequently the complication is glanced at (which watchOS uses as a signal to prioritize refresh budget). Two users with identical settings can have a very different experience, which makes this one of the harder issues to pin down and fix universally.That said, I'm not sitting still on it. I'm currently doing a full rebuild of the connection layer between the iPhone app and the watch, specifically to get as close to real-time complication updates as the platform will allow, reducing that dependency on opening both apps for users where background refresh isn't behaving as it should.I don't want to overpromise, but this is my top priority right now. If you're open to it, I'd love to dig into your specific setup, feel free to reach out via my support portal at https://dualdegrees.freshdesk.com/. Your feedback genuinely shapes where I focus my energy.Thanks again for sticking with me.