Skip to content

Latest commit

 

History

History

hackydash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTML Dashboard

The HTML dashboard shows "traffic light" style panels for each sensor:

Screenshot of the HTML dashboard

Usage:

  1. Copy config-example.json to config.json and add your sensors.
  2. Add your own CSS as custom.css. (Optional)
  3. Serve the files via HTTP. (For example, run python3 -m http.server --bind localhost and open http://localhost:8000.)

Depending on your web browser, you may need to disable HTTPS-Only mode for the dashboard URL, the sensor URLs, or both.