How to Trigger a Wear OS Complication from URL Changes

I’m trying to make a complication that connects to a specific URL every 10 minutes. If the URL format changes — like from “https://youtube” to “https://youtube/home” — I want it to detect that, return true, and show an indicator on the complication. Is something like this even possible, or just not doable?

Can you please explain it a bit more? Are you the one changing the URL or you’re getting the URL from a source that might change the URL?

In both cases I believe it is doable. If you want to build a custom complication, you will have to build it in Android Studio.

You can follow the documentation here:
Expose data to complications | Wear OS | Android Developers

1 Like