Skip to content

Commit 3603148

Browse files
authored
correct block in docs (#177)
* correct warning block in installation.md * correct danger block in upgrade-guide * correct warning block in weather-provider
1 parent 634461d commit 3603148

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

development/weather-provider.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ metric units:
2929
Some weather APIs already deliver their data in those units.
3030

3131
If that is not the case you can use helper methods from the `weatherutils.js`
32-
class to convert the data. :::
32+
class to convert the data.
33+
:::
3334

3435
#### `fetchCurrentWeather()`
3536

getting-started/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ installers can be found under:
3131
::: warning NOTE The installation step for `npm run install-mm` will take a very
3232
long time, often with little or no terminal response! For the RPi3 this is
3333
**~10** minutes and for the Rpi2 **~25** minutes. Do not interrupt or you risk
34-
getting a :broken_heart: by Raspberry Jam. :::
34+
getting a :broken_heart: by Raspberry Jam.
35+
:::
3536

3637
## Alternative Installation Methods
3738

@@ -129,7 +130,8 @@ application in your browser of choice. Detailed description below.
129130
(`ipWhitelist`) in the server config where you want the client to connect to,
130131
otherwise it will not be allowed to connect to the server. You also need to set
131132
the local host `address` field to `0.0.0.0` in order for the RPi to listen on
132-
all interfaces and not only `localhost` (default). :::
133+
all interfaces and not only `localhost` (default).
134+
:::
133135

134136
```javascript
135137
let config = {

getting-started/upgrade-guide.md

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

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

67
If you want to update your MagicMirror² to the latest version, use your terminal
78
to go to your Magic Mirror folder and type the following command:
@@ -15,7 +16,8 @@ without any problems.
1516

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

2022
Type `git status` to see your changes, if there are any, you can reset them with
2123
`git reset --hard`. After that, `git pull` should be possible.

0 commit comments

Comments
 (0)