on having a new blank page show up - you would navigate to the control, on the virtual click event - you would click - Navigate to - and then specify the page you created (that for now is blank I assume).
On the other topic - More assuming I guess - the UI you have presented contains 'some of the db fields' and when clicking on Windy - you want to show more.
I would implement this as put a control on the page that's meant to show the additional data. Turn off the 'visible' checkbox.
Go back to the mapper - and map the db field to the control in your success event.
On the button (windy) virtual click method I would add this code:
Appery('new new control name that you added goes here').show() ;
let me know if that's not what you had intended to ask - or i read your question wrong...
Best,
bruce