Rodrigo Ramírez Norambuena
a7ee2ef3a6
Upgrade to Electron 6:
...
New version of Electron has enable by default sandbox
http://www.atom.pe/docs/api/sandbox-option/
There was some issues to migrate a new version of Electron for
MagicMirror. Using the new version in Travis CI was failing at this
time. The problem is because the testing runner is a Docker enviroment
The issue experimented is the same topic mentioned here:
- https://github.com/electron/electron/issues/17972
- https://github.com/electron-userland/spectron/issues/443
The fix for to all of this is to set the `--no-sandbox` mode in CI
testing https://electronjs.org/docs/all#--no-sandbox
This change use the feature to set and disable Sandbox using
by enviroment variable `ELECTRON_DISABLE_SANDBOX=1`
https://github.com/electron/electron/pull/16576
This change has reference #1800
2020-01-20 22:19:10 +00:00
Rodrigo Ramírez Norambuena
6e7edd9824
Revert error logging introduced in 1e97b5c
2020-01-19 08:50:37 -03:00
Rodrigo Ramírez Norambuena
81b310086f
Revert permission mode for CHANGELOG
...
This change revert change of permission mode for file CHANGELOG.md
introduced in commit a619fc4fefe17a2205537d48131b40e9f8076990
2020-01-19 04:40:05 -03:00
Rodrigo Ramírez Norambuena
cce57c7229
Fix the vendor_spec test:
...
This change set after startApplication the configuration to run this
test.
The previous statement when e2e are running using --recursive the
MM_CONFIG_FILE was setting by the test running before this one.
2020-01-19 04:06:21 -03:00
Denis Treskunov
9cffa3dd67
fix calculation of duration until next sunrise
2020-01-18 17:02:40 -08:00
Michael Teeuw
7b3a59455d
Merge pull request #1885 from dtreskunov/dtreskunov/sun-and-moon
...
add sun/moon rise/set times
2020-01-18 21:29:41 +01:00
Michael Teeuw
fefe5659d3
Merge branch 'develop' into dtreskunov/sun-and-moon
2020-01-18 21:20:35 +01:00
Michael Teeuw
db72e22e61
Fuck it.
2020-01-18 21:17:54 +01:00
Michael Teeuw
a85ed709af
Remove newlines.
2020-01-18 21:09:18 +01:00
Michael Teeuw
e24d1a1261
Fix newlines?
2020-01-18 21:02:49 +01:00
Michael Teeuw
d6f1bf18de
Merge pull request #1884 from kblankenship1989/fix-timeshift-calendar
...
fix: Issue #1798 - fixing recurrent calendar events crosstime DST
2020-01-18 19:59:24 +01:00
Michael Teeuw
97e5d923fa
Merge pull request #1882 from adi-miller/hide_weather
...
Added the ability to hide the temp label and weather icon in the `cur…
2020-01-18 19:54:30 +01:00
Denis Treskunov
36762a6e46
add duration until next sunset/sunrise
2020-01-18 09:50:43 -08:00
Denis Treskunov
40a9f9dd85
fix stylelint:simple
2020-01-18 08:45:52 -08:00
Denis Treskunov
85a52523cf
show sun/moon as bright rather than bold if obj is visible
2020-01-18 08:43:33 -08:00
Kurtis Blankenship
5ed7974099
Merge branch 'fix-timeshift-calendar' of github.com:kblankenship1989/MagicMirror into fix-timeshift-calendar
2020-01-18 06:38:13 -06:00
Kurtis Blankenship
70ca9ce2e0
fix: fixing lint error
2020-01-18 06:38:01 -06:00
kblankenship1989
af9f555e8f
fix: fixing copy / paste error on futureLocal
2020-01-18 06:28:21 -06:00
Denis Treskunov
08b9e7b5b5
add sun/moon rise/set times
...
Icons become bold when the object is above the horizon. Also shows
percent of moon illumination.
2020-01-17 22:28:24 -08:00
Kurtis Blankenship
84f74c53b5
perf: fix wording on changelog
2020-01-17 23:08:34 -06:00
Kurtis Blankenship
762bae907c
perf: updating changelog
2020-01-17 23:04:51 -06:00
Kurtis Blankenship
2b738fa14b
Merge branch 'develop' of github.com:MichMich/MagicMirror into fix-timeshift-calendar
2020-01-17 22:54:59 -06:00
Kurtis Blankenship
8aa745471b
fix: Issue #1798 - fixing recurrent calendar events crosstime DST
2020-01-17 22:53:14 -06:00
Adi Miller
63950f572a
Adding trailing enter to avoid build warning.
2020-01-16 16:47:49 +02:00
Adi Miller
81aab7e86f
Added the ability to hide the temp label and weather icon in the currentweather
module to allow showing only information such as wind and sunset/rise.
2020-01-16 16:26:20 +02:00
Michael Teeuw
1fd5fd4832
Update ISSUE_TEMPLATE.md
2020-01-14 09:20:50 +01:00
Michael Teeuw
ceaf478a84
Merge pull request #1875 from bastilimbach/master
...
Add different GitHub repos to issue template
2020-01-13 12:29:52 +01:00
Sebastian Limbach
61256f98ca
Fix typo
2020-01-13 09:40:38 +01:00
Sebastian Limbach
818ed5d189
Add different GitHub repos
...
This commit adds the official docker image repo as well as the installation scripts repo to the issue template to avoid the creation of issue which don't belong to the MagicMirror core.
2020-01-12 20:15:04 +01:00
Michael Teeuw
0ca00e5059
Merge pull request #1874 from sdetweil/develop
...
cleanup installers folder
2020-01-12 17:44:50 +01:00
Sam Detweiler
a2c743167d
cleanup installers foldr
2020-01-12 10:19:37 -06:00
Sam Detweiler
786641662c
cleanup installers folder
2020-01-12 10:16:59 -06:00
sam detweiler
8380896deb
Merge pull request #42 from MichMich/develop
...
synch with fork source
2020-01-12 10:14:44 -06:00
Michael Teeuw
1152689f34
Remove docs and link to docs.magicmirror.builders.
2020-01-12 13:01:56 +01:00
Michael Teeuw
d2afdc82f1
Merge branch 'master' into develop.
2020-01-10 22:27:44 +01:00
Michael Teeuw
5bf90ae31d
Merge pull request #1872 from MichMich/2.10.1-docs
...
2.10.1 docs
v2.10.1
2020-01-10 22:23:18 +01:00
Michael Teeuw
b533e3d3e1
Add install link.
2020-01-10 22:16:19 +01:00
Michael Teeuw
4d9df309c8
Use https.
2020-01-10 22:14:13 +01:00
Michael Teeuw
65126365a6
Add links to documentation site.
2020-01-10 22:11:10 +01:00
Michael Teeuw
0afe403057
Merge pull request #1861 from khassel/develop
...
fix run-start.sh: if running in docker-container, just start electron…
2020-01-08 16:25:57 +01:00
Michael Teeuw
d500353722
Merge pull request #1871 from shahrukh-alizai/patch-1
...
Remove the extra two "of" words from Manifesto content.
2020-01-08 16:24:29 +01:00
Shahrukh Khan
eea8b4dfbf
Update README.md
...
Remove extra two "of" words
2020-01-08 18:10:36 +05:00
Karsten Hassel
20a9150ea3
fix run-start.sh: if running in docker-container, just start electron, see #1859
2020-01-03 19:17:50 +01:00
sam detweiler
c51e613568
Merge pull request #34 from MichMich/develop
...
sync Develop
2020-01-02 09:31:24 -06:00
Michael Teeuw
69a887fb05
Merge pull request #1851 from ZakarFin/fi-translations
...
Add missing translations for fi
2020-01-02 16:16:00 +01:00
Michael Teeuw
01c1d150c6
Merge branch 'develop' into fi-translations
2020-01-02 16:15:47 +01:00
Michael Teeuw
c51c09348e
Merge pull request #1857 from HeikoGr/master
...
force declaration of public ip adress in config file (ISSUE #1852 )
2020-01-02 16:14:14 +01:00
Michael Teeuw
0a4df191a7
Merge branch 'develop' into master
2020-01-02 16:13:30 +01:00
HeikoGr
760995773e
Update CHANGELOG.md
2020-01-02 16:04:38 +01:00
HeikoGr
94ff8a9b04
force declaration of public ip adress in config file (ISSUE #1852 )
2020-01-02 14:15:24 +00:00