mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 04:29:41 +00:00
Merge pull request #512 from roramirez/readme-calendar-format-fix
calendar: little fix format README
This commit is contained in:
commit
9399517cfb
@ -191,24 +191,24 @@ config: {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code> symbol </code></td>
|
<td><code>symbol</code></td>
|
||||||
<td>The symbol to show in front of an event. This property is optional.<br>
|
<td>The symbol to show in front of an event. This property is optional.<br>
|
||||||
<br><b>Possible values:</b> See <a href="http://fontawesome.io/icons/" target="_blank">Font Awesome</a> website.
|
<br><b>Possible values:</b> See <a href="http://fontawesome.io/icons/" target="_blank">Font Awesome</a> website.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code> repeatingCountTitle </code></td>
|
<td><code>repeatingCountTitle</code></td>
|
||||||
<td>The count title for yearly repating events in this calendar. <br>
|
<td>The count title for yearly repating events in this calendar. <br>
|
||||||
<br><b>Example:</b> <br>
|
<br><b>Example:</b> <br>
|
||||||
<code>'Birthday'</code>
|
<code>'Birthday'</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code> user </code></td>
|
<td><code>user</code></td>
|
||||||
<td>The username for HTTP Basic authentication.</td>
|
<td>The username for HTTP Basic authentication.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code> pass </code></td>
|
<td><code>pass</code></td>
|
||||||
<td>The password for HTTP Basic authentication.</td>
|
<td>The password for HTTP Basic authentication.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user