Rodrigo Ramírez Norambuena
|
3a8d72db31
|
init tests:
This patch propouse use the mocha for testing MagicMirror.
|
2017-01-15 15:40:23 -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 |
|
Chris van Marle
|
3947deb7bd
|
Add async callback to module when loaded
|
2017-01-02 13:04:15 +01:00 |
|
Michael Teeuw
|
09e6a6a4ad
|
Merge branch 'master' into develop
|
2016-12-31 21:16:09 +01:00 |
|
Michael Teeuw
|
23bcac2e55
|
Merge pull request #585 from roramirez/extra-spaces
fix tabs, remove extra spaces and lines.
|
2016-12-31 19:12:24 +01:00 |
|
Rodrigo Ramírez Norambuena
|
19d906c5e4
|
fix tabs, remove extra spaces and lines.
|
2016-12-29 22:23:08 -03:00 |
|
Rodrigo Ramírez Norambuena
|
2f933a90fd
|
global.root_path for js core
Use global.root_path instead of "/../" syntax to go back directory
|
2016-12-29 19:09:28 -03:00 |
|
Rodrigo Ramírez Norambuena
|
f58e758a41
|
global: Add the root_path variable in global.
This will can be help for work the better way in use the path into
the core and modules.
|
2016-12-27 14:31:35 -03:00 |
|
Ben Brosnahan
|
cebed0824f
|
Fix lint error
|
2016-12-26 11:35:37 +00: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 |
|
Andreas
|
35f2ebc2aa
|
Fixed Global Default Config Being Modified
|
2016-11-26 15:33:10 +01:00 |
|
Rodrigo Ramírez Norambuena
|
df2ebbf384
|
Add option to set bind address
|
2016-11-25 21:41:05 -03:00 |
|
Michael Teeuw
|
f42d552dad
|
Merge pull request #540 from roramirez/space_comment_js_main
fix comments and space js/main.js
|
2016-11-24 15:47:49 +01:00 |
|
Rodrigo Ramírez Norambuena
|
edfd9e46b6
|
fix comments and space js/main.js
|
2016-11-24 00:26:40 -03:00 |
|
Rodrigo Ramírez Norambuena
|
677312648b
|
comments fix for js/module.js
|
2016-11-22 18:53:46 -03:00 |
|
Nicholas Hubbard
|
f1ca72aee9
|
Improve Security and Update Dependencies
|
2016-11-17 09:34:11 -05:00 |
|
Rodrigo Ramírez Norambuena
|
62567264f0
|
Config: Add option disabled for modules configuration
|
2016-11-14 14:45:59 -03:00 |
|
Rodrigo Ramez Norambuena
|
83fb5b4d1b
|
logger: Show line number where is called the function for the log
|
2016-11-14 00:04:23 -03:00 |
|
Michael Teeuw
|
688b5f29b6
|
Cleanup.
|
2016-11-12 20:03:56 +01:00 |
|
Michael Teeuw
|
e311f17062
|
Temp fix for wrapper issue.
|
2016-11-12 11:19:58 +01:00 |
|
Rodrigo Ramez Norambuena
|
b63194c0aa
|
remove extra console.log introduced in commit e419701
|
2016-11-11 10:18:29 -03:00 |
|
Michael Teeuw
|
e4197012f6
|
updateWrapperStates to hide unused regions.
|
2016-11-08 20:07:31 +01:00 |
|
Andreas
|
6fd0fcfdb5
|
Update module.js
|
2016-10-31 20:10:52 +01:00 |
|
Michael Teeuw
|
89c0939d58
|
Fix needs update check.
|
2016-10-25 12:30:24 +02:00 |
|
Jopyth
|
cc10cd88d3
|
change position from absolute to fixed
|
2016-10-16 17:24:21 +02:00 |
|
Michael Teeuw
|
a66a4f62bd
|
Add module 'updatenotification'.
|
2016-10-15 13:08:46 +02:00 |
|
Michael Teeuw
|
84dc1fa151
|
Possibility to use the the calendar feed as the source for the weather.
|
2016-10-14 17:42:07 +02:00 |
|
Michael Teeuw
|
5858e862d9
|
Broadcast calendar eventlist to other modules.
|
2016-10-14 15:23:03 +02:00 |
|
Michael Teeuw
|
6510de5d29
|
Fix logger issue on electron.
|
2016-10-13 20:22:30 +02:00 |
|
Michael Teeuw
|
95edbc16bb
|
Add requiresVersion property to module API.
|
2016-10-13 16:42:15 +02:00 |
|
Michael Teeuw
|
8d8374b8e2
|
First implementation of Visibility locking.
|
2016-10-13 15:03:52 +02:00 |
|
Michael Teeuw
|
55371f9c78
|
Improve object instantiation to prevent reference errors.
|
2016-10-13 14:25:53 +02:00 |
|
Michael Teeuw
|
af63f4098f
|
Improve logger.
|
2016-10-13 13:24:56 +02:00 |
|
Michael Teeuw
|
b267491934
|
Add IPv6 loopback IP address to default whitelist.
|
2016-10-01 13:49:41 +02:00 |
|
Michael Teeuw
|
501c89ae3a
|
Merge pull request #457 from Jopyth/patch-limited-access
Patch limited access
|
2016-09-29 17:58:06 +02:00 |
|
Joseph Bethge
|
5899497aa7
|
log denied access attempts on server
|
2016-09-29 17:55:32 +02:00 |
|
Joseph Bethge
|
2c758a9981
|
remove warning message
|
2016-09-29 17:52:22 +02:00 |
|
Joseph Bethge
|
66eb99e506
|
transfer usage information to readme
|
2016-09-29 17:49:54 +02:00 |
|
Joseph Bethge
|
b583140077
|
fix double quotes and config.js.sample
|
2016-09-29 17:43:57 +02:00 |
|
Joseph Bethge
|
f378c93dd3
|
replace ugly error message
|
2016-09-29 17:07:22 +02:00 |
|
Joseph Bethge
|
5d29fa5e62
|
ip address filtering
|
2016-09-29 16:34:57 +02:00 |
|
Michael Teeuw
|
54f04c9141
|
Fix ESLint issues
|
2016-09-29 11:12:49 +02:00 |
|
Michael Teeuw
|
b2a7d3584b
|
Add getHeader functionlity..
|
2016-09-20 17:22:24 +02: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
|
68e5a9dfda
|
Merge pull request #391 from ssenge/master
More detailed error message in case config file couldn't be loaded.
|
2016-08-05 19:53:13 +02:00 |
|
sese
|
fd1a31afb6
|
More precise error messages in case configuration couldn't be loaded.
|
2016-08-05 19:18:31 +02:00 |
|
Michael Teeuw
|
18ae08de8f
|
Possible fix for #388
|
2016-08-02 20:14:24 +00:00 |
|