I have created an AppWidget that displays total number of days elapsed since the startDate they entered upon creation. The widget has a button to open into full app that displays more data, a breakdown of days, hours, and minutes. I then created menuOptions and want the user to be able to reconfigure the AppWidget to a different startDate and have the widget update with the "new" startdate.
I so far have the configuration screen reopening, but the new date is not used for the calculations. Any ideas how to revisit the configuration screen and have it update the widget?