systems:raspberrypi
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| systems:raspberrypi [2023/12/26 22:36] – [MagicMirror] superwizard | systems:raspberrypi [2025/01/10 21:42] (current) – [Remote Desktop Connection to Raspberry Pi] superwizard | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Installing the Remote Desktop Server on the Raspberry Pi | Installing the Remote Desktop Server on the Raspberry Pi | ||
| + | |||
| + | 4. However, we are required to make a user in which you will use for your remote desktop connection to your Raspberry Pi. The default user you create does not work with XRDP. | ||
| + | |||
| + | sudo adduser USERNAME | ||
| + | |||
| From < | From < | ||
| Line 80: | Line 85: | ||
| ====== MagicMirror ====== | ====== MagicMirror ====== | ||
| <WRAP center round box > | <WRAP center round box > | ||
| + | |||
| + | 2024-11-14 | ||
| + | |||
| + | Start | ||
| + | |||
| + | Installing NodeJS on the Raspberry Pi | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | Manual Installation | ||
| + | 1. Download and install a required (opens new window)Node.js version, see the official documentation: | ||
| + | • Linux based distributions(opens new window) | ||
| + | • Others(opens new window) | ||
| + | 2. check if git is installed on your machine by executing git (should show usage), otherwise install it | ||
| + | 3. Clone the repository: git clone https:// | ||
| + | 4. Enter the repository: cd MagicMirror/ | ||
| + | 5. Install the application: | ||
| + | 6. Make a copy of the config sample file: cp config/ | ||
| + | 7. Start the application: | ||
| + | |||
| + | You can check your configuration running | ||
| + | |||
| + | npm run config: | ||
| + | |||
| + | in ~/ | ||
| + | |||
| + | |||
| + | For Server Only use: npm run server | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | chown -R pi:pi MagicMirror | ||
| + | |||
| + | |||
| 2018-12-03 | 2018-12-03 | ||
| Line 125: | Line 166: | ||
| ====== Raspberry Pi Kiosk using Chromium ====== | ====== Raspberry Pi Kiosk using Chromium ====== | ||
| - | <WRAP center round box 60%> | + | <WRAP center round box > |
| 2021-07-11 | 2021-07-11 | ||
| Line 134: | Line 175: | ||
| From < | From < | ||
| + | |||
| + | nano / | ||
| + | |||
| + | |||
| + | < | ||
| # | # | ||
| xset s noblank | xset s noblank | ||
| Line 148: | Line 194: | ||
| sleep 10 | sleep 10 | ||
| done | done | ||
| + | </ | ||
| + | From < | ||
| + | |||
| + | |||
| + | Also: | ||
| + | |||
| + | Setting up the Raspberry Pi Kiosk to start at boot | ||
| From < | From < | ||
| + | |||
systems/raspberrypi.1703630169.txt.gz · Last modified: by superwizard
