I'm mainly a web developer with a PHP background, but I wanted to create a widget which accessed my weather station. I do like the stock weather widget on the fenix 5 and wanted to replicate some of its features, but I'm having a couple problems.
Querying my weather station and displaying the results has been a breeze, but now I'd like to do two more things that the stock weather widget does:
1) Click the Select button to display a new screen showing the daily forecast. Also, clicking the Back button should bring you back to the current conditions screen where we started.
2) When on the daily forecast screen, I'd like to use the Up/Down buttons to scroll through the daily forecast screens.
It looks like this is all possible given the stock weather widget, but I'm at a loss on how to reproduce the same results.
Thanks for any assistance!