User Tools

Site Tools


systems:raspberrypi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
systems:raspberrypi [2024/11/16 02:43] – [MagicMirror] superwizardsystems: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 <https://pimylifeup.com/raspberry-pi-remote-desktop/>  From <https://pimylifeup.com/raspberry-pi-remote-desktop/> 
Line 88: Line 93:
  
 From <https://pimylifeup.com/raspberry-pi-nodejs/>  From <https://pimylifeup.com/raspberry-pi-nodejs/> 
 +
 +
 +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://github.com/MagicMirrorOrg/MagicMirror
 + 4. Enter the repository: cd MagicMirror/
 + 5. Install the application: npm run install-mm
 + 6. Make a copy of the config sample file: cp config/config.js.sample config/config.js
 + 7. Start the application: npm run start
 +
 +You can check your configuration running 
 +
 +    npm run config:check
 +
 +in ~/MagicMirror.
 +
 +
 +For Server Only use: npm run server
 +
 +From <https://docs.magicmirror.builders/getting-started/installation.html#manual-installation> 
 +
 +
 +    chown -R pi:pi MagicMirror
 +
  
  
systems/raspberrypi.1731725006.txt.gz · Last modified: by superwizard