Nicholas Hubbard
65a8b83150
Add Cache
2017-01-14 15:46:38 -05:00
Nicholas Hubbard
f4c8db654c
Fix postinstall error.
2017-01-14 15:42:29 -05:00
Nicholas Hubbard
5c4d1c0259
Add CHANGELOG.md
2017-01-14 15:37:32 -05:00
Nicholas Hubbard
a459f8b84c
Merge branch 'develop' of https://github.com/nhubbard/MagicMirror into develop
...
This merge is necessary to make Git happy.
2017-01-14 15:34:23 -05:00
Nicholas Hubbard
0d672420f7
Add postinstall script for installation
2017-01-14 15:32:59 -05:00
Michael Teeuw
2f7be0559a
Switch to rrule-alt. Issue: #565
2017-01-14 19:31:24 +01:00
Michael Teeuw
0623ae1f87
Merge pull request #596 from IgniparousTempest/master
...
Afrikaans Translation
2017-01-12 19:48:04 +01:00
Michael Teeuw
8ae946c2c5
Merge branch 'develop' into master
2017-01-12 19:46:34 +01:00
Michael Teeuw
bb75f6ffce
Merge pull request #601 from morozgrafix/russian_translations2
...
Russian translations2
2017-01-12 19:45:10 +01:00
Michael Teeuw
fcfe83f0cc
Merge pull request #599 from qistoph/hover
...
Pass pointer-events on fullscreen overlay to underlaying modules
2017-01-12 19:44:46 +01:00
Michael Teeuw
5cbcded929
Merge branch 'develop' into russian_translations2
2017-01-12 19:42:50 +01:00
Michael Teeuw
2a95f792ec
Merge pull request #609 from roramirez/README-update
...
Fix capitalize missing word Community
2017-01-12 19:41:45 +01:00
Michael Teeuw
daa2808448
Merge pull request #612 from thobach/master
...
Enabled newsfeed default module for gesture events from https://github.com/thobach/MMM-Gestures
2017-01-12 19:41:06 +01:00
Michael Teeuw
fc06ffdcee
Merge branch 'develop' into master
2017-01-12 19:40:53 +01:00
Michael Teeuw
1601179081
Merge pull request #613 from roramirez/pm2_start
...
Pm2 start
2017-01-12 19:39:03 +01:00
Michael Teeuw
7fe374b67e
Merge pull request #614 from greg-dev/fix-update-info-pl
...
Fix missing comma and complete Polish translation
2017-01-12 19:37:37 +01:00
Michael Teeuw
7a353bbe48
Merge pull request #617 from alexbarcelo/extra_update
...
Add `apt-get update` in raspberry.sh script
2017-01-12 19:36:08 +01:00
Alex Barcelo
c103ff271b
Merge branch 'master' into extra_update
2017-01-12 17:37:31 +01:00
Alex Barcelo
ab9e0f891a
updating CHANGELOG
2017-01-12 17:35:04 +01:00
Alex Barcelo
af85ef8cfb
removing unnecessary exit, leaving a warning
2017-01-12 17:34:56 +01:00
Alex Barcelo
3cea6e5d0c
Add apt-get update in raspberry.sh script
...
Just tried this script and realized that it is likely that it will fail because the apt index is not up to date.
The trivial fix seems to be to add an `apt-get update` before the package installation. It should be harmless also.
2017-01-12 17:34:54 +01:00
Greg Dev
6d1b0ae498
Add Polish translation for UPDATE_INFO
2017-01-12 01:33:13 +01:00
Courtney Pitcher
07d5b07748
Update Changelog.md
2017-01-11 21:48:33 +02:00
Courtney Pitcher
d47b9cd5c0
Merge branch 'develop' into master
2017-01-11 21:47:19 +02:00
IgniparousTempest
d542c063d7
Updated CHANGELOG.md to include Afrikkans translation
2017-01-11 21:42:31 +02:00
Rodrigo Ramírez Norambuena
4bb3d33907
add choice to use pm2 for auto starting of MagicMirror
2017-01-11 10:22:46 -03:00
Thomas Bachmann
62bec25b6e
Merge remote-tracking branch 'MichMich/develop'
2017-01-11 11:34:04 +01:00
Thomas Bachmann
3ba16f1773
Merge remote-tracking branch 'MichMich/develop'
2017-01-11 11:32:20 +01:00
Thomas Bachmann
c302030301
Added documentation on supported notifications and related third party modules
2017-01-11 11:19:33 +01:00
Rodrigo Ramírez Norambuena
49abe2b11f
Fix capitalize missing word Community
2017-01-10 16:11:29 -03:00
Sergey Morozov
544e7fce88
removing .gitignore changes and changelog notes about it
2017-01-10 11:05:37 -08:00
Michael Teeuw
b9e7f018e2
Merge pull request #607 from qistoph/fixdefmod
...
Fix gitignore to not ignore default modules folder
2017-01-10 19:54:02 +01:00
Michael Teeuw
f31049cf69
Merge branch 'develop' into fixdefmod
2017-01-10 19:52:20 +01:00
Michael Teeuw
2b3b73b3f1
Merge pull request #600 from roramirez/config_sample-installer
...
modified installer to use config.js.sample for init config.
2017-01-10 19:46:38 +01:00
Michael Teeuw
704bb5a848
Merge pull request #597 from roramirez/fix-white-flash-boot
...
Remove white flash on boot up
2017-01-10 19:44:01 +01:00
Michael Teeuw
01f7d7add2
Merge pull request #608 from roramirez/new_year
...
update year license for 2017
2017-01-10 19:34:55 +01:00
Rodrigo Ramírez Norambuena
831d8b6d36
update year license for 2017
2017-01-10 15:22:10 -03:00
Chris van Marle
2e9b6ead2e
Fix gitignore to not ignore default modules folder
...
/modules/** makes git ignore all directories and files in /modules, so
it's not even looking in /modules/default for changes.
!/modules/default/** is therefore never used. By adding the new line
!/modules/default, git is told to look in the /modules/default folder
for changes and will find all sub files/dirs and match these on
!/modules/default/**.
2017-01-10 11:31:00 +01:00
Rodrigo Ramírez Norambuena
d71fd0ff2d
Add pm2 configuration for manager MagicMirror in script installer
2017-01-09 20:39:48 -03:00
Thomas Bachmann
456502893c
Addressed code review comments to reduce redundant lines
2017-01-08 14:38:16 +01:00
Thomas Bachmann
443a90c7ba
Made full article view of news full-screen on any screen size
2017-01-07 22:42:11 +01:00
Thomas Bachmann
b8a72245dc
Using generic news feed events as notifications, instead of more implementation specific gestures from sensor
2017-01-06 21:57:30 +01:00
Sergey Morozov
d019f88e26
Merge branch 'develop' into russian_translations2
2017-01-06 11:24:52 -08:00
Sergey Morozov
01cf4cc1ed
Added Russian Translations
...
Redo of the PR #598
**Added:**
- Russian Translations
**Fixed:**
- corrected .gitignore rules for default modules
(Reasoning behind change: when I added translation for `alert` module `git add` was telling me that `.gitignore` rule excludes files and folders under `modules/default`)
I also noticed that `.gitignore:56` has following declaration:
```
!/modules/node_helper
!/modules/node_helper/**
```
but I don't think this directory structure exists today (also there is a small typo)
2017-01-06 11:21:20 -08:00
Rodrigo Ramírez Norambuena
396bbd83c8
modified installer to use config.js.sample for init config.
2017-01-05 16:09:41 -03:00
Chris van Marle
92e0affb85
Disable pointer-events on fullscreen overlay
2017-01-05 10:14:52 +01: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
IgniparousTempest
af41e4892f
Afrikaans language translation
2017-01-04 16:26:49 +02:00
Thomas Bachmann
09531b399a
Fixed Link formatting in MD
2017-01-04 11:04:33 +01:00
Thomas Bachmann
6251b77b28
Fixed code formatting issues
2017-01-04 11:01:07 +01:00