Hello. Is there a widget that allows displaying a live web page, similar to an iFrame or a Page Viewer web part in Share Point? I imagine that this would have to be accomplished via custom add-in; do you know of an Add-In that supports this functionality?
I was able to show a image via URL using the <IMG> HTML tag inside of a description widget. Not sure if the same would apply for other HTML commands, but worth a try.
If you want to display a webpage using Operations Dashboard, a custom widget will suit the purpose. To do that you can have a .Net WebBrowser object to open a webpage in your custom widget.