Skip to content

Commit

Permalink
fix the messageboxes (MiczFlor#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Jan 29, 2024
1 parent f6db160 commit 1c0afa3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion documentation/builders/rpc-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ kwargs:
recursive: True
```
> [!IMPORTANT] *args* must be a **list** of arguments to be passed! Even if only a single argument is passed.
> [!IMPORTANT]
> *args* must be a **list** of arguments to be passed! Even if only a single argument is passed.
> So, use *args: [value]*. We try catch mis-uses but that might not always work.
You will find some more examples the configuration of the [Card Database](card-database.md)
Expand Down
6 changes: 4 additions & 2 deletions documentation/builders/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The system consists of
4. [Web App](system.md#web-app-ui) as User Interface (UI) for a web browser
5. A set of [Configuration Tools](../developers/coreapps.md#configuration-tools) and a set of [Developer Tools](../developers/coreapps.md#developer-tools)

> [!NOTE] The default install puts everything into the users home folder `~/RPi-Jukebox-RFID`.
> [!NOTE]
> The default install puts everything into the users home folder `~/RPi-Jukebox-RFID`.
> Another folder might work, but is certainly not tested.
## Music Player Daemon (MPD)
Expand All @@ -34,7 +35,8 @@ $ systemctl --user start mpd
$ systemctl --user stop mpd
```

> [!IMPORTANT] Never start or enable the system-wide MPD service with `sudo systemctl start mpd`!
> [!IMPORTANT]
> Never start or enable the system-wide MPD service with `sudo systemctl start mpd`!
To check if MPD is running or has issues, use

Expand Down
3 changes: 2 additions & 1 deletion documentation/builders/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The logs are also available via the Web Server:
http://ip.of.your.box/logs
```

> [!IMPORTANT] Always check the time modification date or the beginning of the log file to ensure you are not looking at an old log file!
> [!IMPORTANT]
> Always check the time modification date or the beginning of the log file to ensure you are not looking at an old log file!
## The long answer: A few more details

Expand Down

0 comments on commit 1c0afa3

Please sign in to comment.