Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-03-21 17:17:29 +00:00
parent ed5dc9a53c
commit 08d43c2dbd
4 changed files with 52 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ And you can customize these heavily with plugins, templates and hundreds of opti
<table>
<tr>
<th colspan="2" align="center">
<a href="source/plugins/README.md">🧩 28 plugins</a>
<a href="source/plugins/README.md">🧩 29 plugins</a>
</th>
</tr>
<tr>
@@ -272,17 +272,28 @@ And you can customize these heavily with plugins, templates and hundreds of opti
</tr>
<tr>
<th><a href="source/plugins/wakatime/README.md">⏰ WakaTime plugin</a></th>
<th><a href="source/plugins/nightscout/README.md">💉 Nightscout</a></th>
<th><a href="source/plugins/stock/README.md">💹 Stock prices</a></th>
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.wakatime.svg">
<img width="900" height="1" alt="">
</td>
<td align="center">
<img alt="" width="400" src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.stock.svg">
<img width="900" height="1" alt="">
</td>
</tr>
<tr>
<th><a href="source/plugins/nightscout/README.md">💉 Nightscout</a></th>
<th><a href="source/plugins//README.md"></a></th>
</tr>
<tr>
<td align="center">
<img alt="" width="400" src="https://github.com/legoandmars/legoandmars/blob/master/metrics.plugin.nightscout.svg">
<img width="900" height="1" alt="">
</td>
<td align="center"><img width="900" height="1" alt=""></td>
</tr>
<tr>
<th colspan="2" align="center">
@@ -635,6 +646,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" title="✒️ Recent posts">✒️</th>
<th nowrap="nowrap" align="center" title="🗼 Rss feed">🗼</th>
<th nowrap="nowrap" align="center" title="⏰ WakaTime plugin">⏰</th>
<th nowrap="nowrap" align="center" title="💹 Stock prices">💹</th>
<th nowrap="nowrap" align="center" title="💉 Nightscout">💉</th>
</tr>
<tr>
@@ -667,6 +679,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="posts">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="rss">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="stock">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">✔️</th>
</tr>
<tr>
@@ -699,6 +712,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="posts">❌</th>
<th nowrap="nowrap" align="center" data-plugin="rss">✔️</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">❌</th>
<th nowrap="nowrap" align="center" data-plugin="stock">❌</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
</tr>
<tr>
@@ -731,6 +745,7 @@ https://my-personal-domain.com/my-github-user?base=0&base.repositories=1
<th nowrap="nowrap" align="center" data-plugin="posts">❌</th>
<th nowrap="nowrap" align="center" data-plugin="rss">❌</th>
<th nowrap="nowrap" align="center" data-plugin="wakatime">❌</th>
<th nowrap="nowrap" align="center" data-plugin="stock">❌</th>
<th nowrap="nowrap" align="center" data-plugin="nightscout">❌</th>
</tr>
</table>
@@ -783,6 +798,7 @@ See their respective documentation for more informations about how to setup them
* [🗼 Rss feed](/source/plugins/rss/README.md)
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
* **Other**
* [💹 Stock prices](/source/plugins/stock/README.md)
* [💉 Nightscout](/source/plugins/nightscout/README.md)
### 🏦 Organizations metrics

29
action.yml generated
View File

@@ -893,6 +893,35 @@ inputs:
description: Maximum number of entries to display per graph
default: 5
# ====================================================================================
# 💹 Stock prices
# Enable or disable plugin
plugin_stock:
description: Display stock prices of a given company
default: no
# RapidAPI Yahoo finance token
# Case insensitive
plugin_stock_token:
description: Yahoo Finance token
default: ""
# Company stock symbol (required)
plugin_stock_symbol:
description: Company stock symbol
default: ""
# Time range to display (relative to current date)
plugin_stock_duration:
description: Time range to display
default: 1d
# Time invervals between each records over the given time range
plugin_stock_interval:
description: Time intervals between records
default: 5m
# ====================================================================================
# 💉 Nightscout

4
settings.example.json generated
View File

@@ -111,6 +111,10 @@
"token": null, "//":"WakaTime API token",
"enabled": false, "//": "Display WakaTime stats"
},
"stock":{
"token": null, "//":"Yahoo Finance token",
"enabled": false, "//": "Display stock prices of a given company"
},
"nightscout":{
"enabled": false, "//": "Displays Blood Glucose"
},

View File

@@ -36,4 +36,5 @@ See their respective documentation for more informations about how to setup them
* [🗼 Rss feed](/source/plugins/rss/README.md)
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
* **Other**
* [💹 Stock prices](/source/plugins/stock/README.md)
* [💉 Nightscout](/source/plugins/nightscout/README.md)