dashBy.js - Give your hardware a web dashboard

<!DOCTYPE html>
<head>
  <script type= "text/javascript" src="dashBy.js"> </script>
</head>
<body>
 <div>
   {::gauge2(myVar1)::}
    <br>
   {::editbox(myVar1)::}
 </div>
</body>
</html>
 




More details you can find in Documentation or try it in the Sandbox

Here you can download the latest version.



New: Added absolute positioning of the control on the page. See Positioning of the controls