mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
commit
880e2401e1
2
.github/ISSUE_TEMPLATE.md
vendored
Normal file
2
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
* **Platform** [ Raspberry Pi 2/3, Windows, Mac OS X, Linux]:
|
||||
* **Node Version** [ 0.12.13 or later ]:
|
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
* Does the pull request solve a **related** issue? [yes | no]
|
||||
|
||||
* If so, can you reference the issue?
|
||||
|
||||
* What does the pull request accomplish? (please list)
|
@ -2,6 +2,7 @@
|
||||
|
||||
[](https://david-dm.org/MichMich/MagicMirror/v2-beta)
|
||||
[](https://david-dm.org/MichMich/MagicMirror/v2-beta#info=devDependencies)
|
||||
[](https://nodejs.org/dist/latest)
|
||||
|
||||
This version of the Magic Mirror software focusses on a modular plugin system. Besides that, the MagicMirror² software now also uses [Electron](http://electron.atom.io/), so no more webserver or browser installs necessary.
|
||||
|
||||
@ -33,7 +34,7 @@ curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/v2-beta/installe
|
||||
|
||||
**Important:** `npm start` does **not** work via SSH, use `DISPLAY=:0 nohup npm start &` instead. This starts the mirror on the remote display.
|
||||
|
||||
#### Server only
|
||||
#### Server Only
|
||||
|
||||
In some cases, you want to start the application without an actual app window. In this case, exectute the following command from the MagicMirror folder: `node serveronly`. This will start the server, after which you can open the application in your browser of choice.
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
Platform: [Raspberry Pi 2, Raspberry Pi 3, Mac, Windows, ...]
|
||||
Operating System: [Jessie, OS X, Windows 10, ...]
|
||||
Node version:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user