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/11/12 20:28] – [Remote Desktop Connection to Raspberry Pi] 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 123: | Line 164: | ||
| | | ||
| + | ====== Raspberry Pi Kiosk using Chromium ====== | ||
| + | <WRAP center round box > | ||
| + | 2021-07-11 | ||
| + | |||
| + | |||
| + | by Gus | ||
| + | Updated May 15, 2021 | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | nano / | ||
| + | |||
| + | |||
| + | < | ||
| + | # | ||
| + | xset s noblank | ||
| + | xset s off | ||
| + | xset -dpms | ||
| + | unclutter -idle 0.5 -root & | ||
| + | sed -i ' | ||
| + | sed -i ' | ||
| + | |||
| + | / | ||
| + | |||
| + | while true; do | ||
| + | xdotool keydown ctrl+Tab; xdotool keyup ctrl+Tab; | ||
| + | sleep 10 | ||
| + | done | ||
| + | </ | ||
| + | From < | ||
| + | |||
| + | |||
| + | Also: | ||
| + | |||
| + | Setting up the Raspberry Pi Kiosk to start at boot | ||
| + | |||
| + | From < | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
| ====== Screen Saver On the Raspberry Pi Desktop ====== | ====== Screen Saver On the Raspberry Pi Desktop ====== | ||
systems/raspberrypi.1699820929.txt.gz · Last modified: by superwizard
