File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ metric units:
2929Some weather APIs already deliver their data in those units.
3030
3131If 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
Original file line number Diff line number Diff 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
3232long 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,
130131otherwise it will not be allowed to connect to the server. You also need to set
131132the 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
135137let config = {
Original file line number Diff line number Diff line change 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
67If you want to update your MagicMirror² to the latest version, use your terminal
78to 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
1718your changes made in the source code, so only execute this if you know what you
18- are doing! :::
19+ are doing!
20+ :::
1921
2022Type ` 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.
You can’t perform that action at this time.
0 commit comments