To have the dashboard refresh automatically:
- Modify the Main Layout at Administration->Layouts->Main Layout.
- Add in the <META HTTP-EQUIV="REFRESH" CONTENT="5"> tag in the html header tag
- This example will refresh the browser in every 5 seconds
<html> <head> <META HTTP-EQUIV="REFRESH" CONTENT="5"> ........................................................