Skip to content

Commit 6024b4d

Browse files
authored
Fix some infoboxes (#213)
* Fix info boxes * Run npm audit
1 parent ff15066 commit 6024b4d

File tree

5 files changed

+354
-252
lines changed

5 files changed

+354
-252
lines changed

development/weather-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ WeatherProvider.register("yourprovider", {
2020

2121
## Weather provider methods to implement
2222

23-
::: warning IMPORTANT The weather module expects the weather data to be in
24-
metric units:
23+
::: warning IMPORTANT
24+
The weather module expects the weather data to be in metric units:
2525

2626
- `degree celsius` for temperatures
2727
- `meters per second` for wind

getting-started/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ installers can be found under:
2727
6. Start the application: `npm run start` \
2828
For **Server Only** use: `npm run server` .
2929

30-
::: warning NOTE The installation step for `npm run install-mm` will take a very
30+
::: warning NOTE
31+
The installation step for `npm run install-mm` will take a very
3132
long time, often with little or no terminal response! For the RPi3 this is
3233
**~10** minutes and for the Rpi2 **~25** minutes. Do not interrupt or you risk
3334
getting a :broken_heart: by Raspberry Jam.
@@ -125,7 +126,8 @@ In this case, you can start MagicMirror² in server only mode by manually runnin
125126
`npm run server`. This will start the server, after which you can open the
126127
application in your browser of choice. Detailed description below.
127128

128-
::: warning IMPORTANT Make sure that you whitelist the interface/ip
129+
::: warning IMPORTANT
130+
Make sure that you whitelist the interface/ip
129131
(`ipWhitelist`) in the server config where you want the client to connect to,
130132
otherwise it will not be allowed to connect to the server. You also need to set
131133
the local host `address` field to `0.0.0.0` in order for the RPi to listen on

getting-started/upgrade-guide.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Upgrade Guide
22

3-
::: danger WARNING Always backup your `config.js`, `custom.css` and `modules`
3+
::: danger WARNING
4+
Always backup your `config.js`, `custom.css` and `modules`
45
folder before you start the upgrade process!
56
:::
67

@@ -14,7 +15,8 @@ git pull && npm run install-mm
1415
If you changed nothing more than the config or the modules, this should work
1516
without any problems.
1617

17-
::: danger WARNING Using `git reset --hard` as described below will delete all
18+
::: danger WARNING
19+
Using `git reset --hard` as described below will delete all
1820
your changes made in the source code, so only execute this if you know what you
1921
are doing!
2022
:::

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)