Thanks to several people in this forum, I have successfully created a test version of my watchface. I have also successfully added customization options through ConnectIQ mobile app. After making a change; however, I have to click to a widget and then back for the changes to show on the watch. I added the following function to my View.mc code, but it still is not updating. Please advise:
functiononSettingsChanged() {
Ui.requestUpdate();
}