rejas
6c926b8876
Add husky for pre-commit hook
2020-03-08 16:25:26 +01:00
rejas
5517a913d4
Run linter manually
2020-03-08 16:20:54 +01:00
Michael Teeuw
ef7720ff06
Merge pull request #1939 from dtreskunov/dtreskunov/fix-moon-illumination-percent-calc
...
fix floating point bug in moon illumination calc
2020-02-27 16:35:38 +01:00
Michael Teeuw
daa13b4b30
Merge pull request #1941 from bibaldo/bibaldo-currentweather
...
Add new default config to 'current weather' module
2020-02-27 16:34:26 +01:00
Jose Forte
c877b5fc70
Add new default config to 'current weather' module
2020-02-21 10:17:05 -03:00
Denis Treskunov
3f78c664eb
fix floating point bug in moon illumination calc
2020-02-19 09:31:02 -08:00
buxxi
75c8c3f50b
Using promises to resolve which modules has a git remote so the modules wont be skipped on the first check
2020-02-17 22:56:06 +01:00
buxxi
c925e88475
Adding support for ignoring update check for certain modules
2020-02-11 18:13:39 +01:00
Denis Treskunov
f4c3e412a2
fix bugs in showMoonTimes in clock module
...
1. as reported on https://github.com/MichMich/MagicMirror/pull/1885 ,
toLocaleString is not supported on old iPad Safari
2. SunCalc.getMoonTimes returns moonRise/moonSet times for the given date,
so moonRise can be after moonSet. We want to display the most relevant
times, which are today's moonRise and the next moonSet.
2020-02-09 22:03:35 -08:00
Michael Teeuw
e5cdcd190c
Merge pull request #1918 from sergge1/develop
...
to make logic of parameter name to its actual behavior
2020-02-06 10:09:22 +01:00
sergge1
271f1cd71b
to make logic of name to actual behaviour
...
hideTemp = false -> temp shold appear at the MM
hideTemp === true -> should not appear.
This is the logic. Worked vise versa, just corrected in the code
2020-02-06 00:04:48 +02:00
Kurtis Blankenship
ca49d8adb3
fix: correcting syntax
2020-01-31 20:46:43 -06:00
Kurtis Blankenship
88b15797a0
fix: add missing +1 for month
2020-01-31 20:35:46 -06:00
Jon Kolb
6ba5056c96
Fix regression causing 'undefined' to show up when config.hideTemp is false
2020-01-24 10:42:45 -05:00
Denis Treskunov
9cffa3dd67
fix calculation of duration until next sunrise
2020-01-18 17:02:40 -08:00
Michael Teeuw
fefe5659d3
Merge branch 'develop' into dtreskunov/sun-and-moon
2020-01-18 21:20:35 +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
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
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
1152689f34
Remove docs and link to docs.magicmirror.builders.
2020-01-12 13:01:56 +01:00
oemel09
6a5f0225fe
Display still ongoing multiple day events as happening today
2019-12-31 13:59:58 +01:00
oemel09
684a3cd49e
Fixes some events not being recognized as full day events
2019-12-31 12:37:29 +01:00
oemel09
2d6b8d0c47
Fixes authentication in calendar debug script
2019-12-31 11:27:15 +01:00
sam detweiler
8f60e103f9
Merge branch 'develop' into fixcompliments
2019-12-28 14:58:01 -06:00
Alexander Kraus
ecd79dc34b
Added a padding between days in dateheader mode
2019-12-20 15:20:12 +01:00
Sam Detweiler
42bab052e0
fix comment
2019-12-08 10:07:55 -06:00
Sam Detweiler
0cb377618e
add support for sequential compliments usage
2019-12-08 09:28:50 -06:00
Sam Detweiler
5e4d25b957
add support for newline (\n) in compliment text
2019-12-08 08:50:00 -06:00
Fritz Jay
1dfec119bb
Fixed bug that was causing predicted amount of rain value to use DOT as a decimal separator regardless of the decimalSymbol config value.
2019-11-12 18:16:55 -08:00
buxxi
d208437c05
Changes to the clock module regarding the notifications sent. Disable sending of CLOCK_SECOND when displaySeconds not set. Avoid drifting by calculating the interval each time and use setTimeout instead of setInterval. Make sure the values sent with CLOCK_SECOND and CLOCK_MINUTE has the correct values instead of starting at 00:00 on startup
2019-09-22 17:33:01 +02:00
Michael Teeuw
b469fc7577
Merge pull request #1755 from buxxi/develop
...
Fixing weatherforecast module not displaying rain amount if using fal…
2019-09-11 16:51:04 +02:00
fewieden
ec6d9e3521
Merge branch 'develop' into feature/automated-weather-tests
...
# Conflicts:
# modules/default/weather/weather.js
# package-lock.json
# package.json
2019-09-11 13:07:31 +02:00
fewieden
a24a4a747e
current weather tests
2019-09-11 12:27:06 +02:00
buxxi
a314ea1aa3
Fixing weatherforecast module not displaying rain amount if using fallback endpoint
2019-08-18 12:44:28 +02:00
Rodrigo Ramírez Norambuena
82ee051c1a
linter fixes
2019-07-26 01:25:26 -04:00
vincep5
819c4cde1c
Fix for weather module not refreshing data after exception
2019-07-11 12:49:24 -05:00
Michael Teeuw
bcd97120a4
Merge branch 'develop' into master
2019-07-09 10:33:29 +02:00
Thierry Nischelwitzer
11c9a50931
send NEWS_FEED notification also for the first newsmessage which are shown
2019-07-09 10:20:02 +02:00
Thierry Nischelwitzer
94c0656bcd
update to 2.8
2019-07-02 19:38:17 +02:00