How to display output of script in dashboard

to show an external page you have to use iFrame

<template>
    <iframe :src="msg.payload" width="100%" height="200" frameborder="0"></iframe>
</template>