You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/widgets.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
57
57
-[Network Traffic](#network-traffic)
58
58
-[Resource Usage Alerts](#resource-usage-alerts)
59
59
-[Public & Private IP](#ip-address)
60
+
-[CPU Temperature](#cpu-temp)
60
61
-**[Dynamic Widgets](#dynamic-widgets)**
61
62
-[Iframe Widget](#iframe-widget)
62
63
-[HTML Embed Widget](#html-embedded-widget)
@@ -1488,6 +1489,25 @@ Shows public and private IP address. Note that the ip plugin is not available on
1488
1489
1489
1490
---
1490
1491
1492
+
### CPU Temp
1493
+
1494
+
Displays temperature data from system CPUs.
1495
+
1496
+
Note: This widget uses the [`sensors`](https://github.com/nicolargo/glances/blob/develop/glances/plugins/glances_sensors.py) plugin, which is disabled by default, and may cause [performance issues](https://github.com/nicolargo/glances/issues/1664#issuecomment-632063558).
1497
+
You'll need to enable the sensors plugin to use this widget, using: `--enable-plugin sensors`when you start Glances.
@@ -1786,4 +1806,4 @@ For testing purposes, you can use an addon, which will disable the CORS checks.
1786
1806
1787
1807
### Raising an Issue
1788
1808
1789
-
If you need to submit a bug report for a failing widget, then please include the full console output (see [how](/docs/troubleshooting.md#how-to-open-browser-console)) as well as the relevant parts of your config file. Before sending the request, ensure you've read the docs. If you're new to GitHub, an haven't previously contributed to the project, then please fist star the repo to avoid your ticket being closed by the anti-spam bot.
1809
+
If you need to submit a bug report for a failing widget, then please include the full console output (see [how](/docs/troubleshooting.md#how-to-open-browser-console)) as well as the relevant parts of your config file. Before sending the request, ensure you've read the docs. If you're new to GitHub, an haven't previously contributed to the project, then please fist star the repo to avoid your ticket being closed by the anti-spam bot.
0 commit comments