Michael Teeuw
8ef8388c32
Set default DISPLAY in package.json.
2020-02-01 15:02:47 +01:00
Michael Teeuw
21dbaa1a03
Move DISPLAY default to electron script.
2020-02-01 13:59:13 +01:00
Seongnoh Sean Yi
3796076360
change Squotes to Dquotes
2019-05-13 23:24:59 +02:00
Seongnoh Sean Yi
94fc4cb8a2
allow html5 autoplay policy
...
From Chrome 66, autoplay policy is changed. This 1 line can help to play html5 audio and video without user-gesture-allowance in MagicMirror
2019-05-13 21:19:50 +02:00
shbatm
f646360af6
Gracefully shutdown node_helpers ( Fixes #1056 )
...
Updated documentation
Corrected Typo in Documentation
Style correction
2017-10-13 16:43:11 -05:00
Bas van Wetten
318c8c68b0
Change suggestion for e2e testing
...
- Changed global-setup.js to allow for easier test creation
- Changed each e2e test suite to work with new global-setup.js
- All tests (except for dev_console.js) now work with Travis CI
2017-07-23 23:06:27 +02:00
Unknown
a7297d2685
Fix for issue #950
...
Changed 'server.js' to allow an empty ipwhitelist to allow any and all hosts instead of none as mentioned in the documentation
2017-07-18 14:07:18 +02:00
Unknown
66f93ee541
Added clientonly script
...
Added clientonly script to have server and client run at different locations
2017-07-02 12:10:16 +02:00
Unknown
98bcfbef7e
Removed unused import
...
Removed unused import from js/electron.js
2017-06-18 19:17:41 +02:00
Veeck
96c338859b
More lazy sunday cleanups of missing semicolons, unused vars and other small thins
2017-06-11 11:53:55 +02:00
Rodrigo Ramírez Norambuena
b41bda569d
Change method for check if pass dev parameter
2017-04-18 23:34:14 -03:00
Rodrigo Ramez Norambuena
6552157894
Remove white flash on boot up
...
When the electron app is started appear a white flash before show the
MagicMirror system.
This patch remove the white flash on boot up.
2017-01-04 13:06:24 -03:00
Rodrigo Ramírez Norambuena
19d906c5e4
fix tabs, remove extra spaces and lines.
2016-12-29 22:23:08 -03:00
Andreas 'count' Kotes
6a184b069b
make electronOptions configurable, remove kioskmode from documentation
2016-12-13 13:59:24 +01:00
Olexandr Savchuk
c8d5a5319e
Clean up duplicate code in Electron options
2016-12-02 21:09:16 +01:00
Olexandr Savchuk
a08fa721cf
Added zoom factor config value and Electron option
2016-12-02 21:05:36 +01:00
Michael Teeuw
e2ed0f5e55
Cleanup
2016-08-09 10:33:34 +02:00
Michael Teeuw
d000e3c8a9
Force fullscreen when kioskmode is active
2016-08-09 10:22:29 +02:00
Michael Teeuw
5be8084473
Fix formatting.
2016-07-30 15:58:51 +02:00
Alex Yakhnin
b98237fa44
Added dev parameter
2016-07-30 09:42:31 -04:00
Michael Teeuw
921557161d
Add option to enable kios mode
2016-07-27 12:50:59 +02:00
Ashley M. Kirchner
935f4132ab
Filemode changes?
2016-05-10 00:46:21 -06:00
Michael Teeuw
6fdcd7f7e9
Add darkTheme.
2016-04-19 20:26:22 +02:00
Michael Teeuw
a34a5c4db0
Separate server core from Electron.
2016-04-08 22:16:22 +02:00
Nicholas Hubbard
426728058c
Standardize: TO JSCS!
2016-04-05 14:35:11 -04:00
Michael Teeuw
5420314784
Register the express app to allow registration of urls.
2016-04-05 14:22:34 +02:00
Michael Teeuw
5eed80c28e
Squashed commit of the following:
...
commit e38dd346d9f796807ea71035c18e3533ec245ba6
Author: Michael Teeuw <michael@xonaymedia.nl>
Date: Sat Apr 2 19:17:30 2016 +0200
Add the possibility to set the maximum number of days.
commit 6f5c86775b708d19d3798267ffd23e491a1d2c62
Author: Sam Vendittelli <sam.vendittelli@hotmail.com>
Date: Sat Apr 2 06:27:44 2016 +0100
Fixed cursor appearing in margin
Cursor was appearing in the margin so moved `cursor: none` property to html.
commit 576c668d84b34b8ad7a0fd51b146fde60f721682
Author: Domi-G <lessuseguy+githubdomig@gmail.com>
Date: Fri Apr 1 22:52:32 2016 +0200
Huge cleanup of white space
2016-04-03 19:52:13 +02:00
Michael Teeuw
e4c54cc655
Add module subfolder support.
2016-04-01 17:35:29 +02:00
Paul-Vincent Roll
9999b3aa0c
Hide cursor and updated electron params
2016-03-31 12:44:00 +02:00
Paul-Vincent Roll
ab0dce5dea
electron params updated
2016-03-31 00:20:54 +02:00
Michael Teeuw
b243d25399
Improved socket connection for node_helper.
2016-03-30 16:25:24 +02:00
Michael Teeuw
af910aa3f7
New node_helper loading.
2016-03-30 14:49:37 +02:00
Michael Teeuw
899d05bc32
Add server (web/socket), create socket system, better helper loader.
...
- The Magic Mirror is now hosted via a express server, allowing you to
load it from an external client (for debugging.)
- It now includes a socket system to communicate between the
node_helper and the client module.
- node_helpers are now only loaded if the module is configured in the
config.
2016-03-30 12:20:46 +02:00
Michael Teeuw
4fb7f099de
Output node_helper output to console.
2016-03-29 15:39:54 +02:00
Paul-Vincent Roll
22f0d752ea
Start helper_scripts as childs and not just import them into the main script
2016-03-28 13:23:02 +02:00
Paul-Vincent Roll
df153ee1a1
Hide menu-bar on Raspberry Pi and some comments
2016-03-28 01:59:05 +02:00
Paul-Vincent Roll
331c12269c
disable node-integration so jquery works again
2016-03-28 00:26:24 +02:00
Paul-Vincent Roll
d7844a1e39
electron now searches for node helper scripts on module folders
2016-03-27 22:22:04 +02:00
Paul-Vincent Roll
d96b82500a
Added electron wrapper
2016-03-27 20:40:07 +02:00