rejas
|
3438a5a374
|
Cleanup newsfeed jsdoc
|
2020-08-03 11:36:29 +02:00 |
|
rejas
|
9f3806dabf
|
Update eslint jsdoc plugin
|
2020-08-03 11:20:11 +02:00 |
|
rejas
|
1d4d5cc4e7
|
Cleanup calendar jsdoc
|
2020-08-03 11:19:54 +02:00 |
|
Bryan Zhu
|
3901543697
|
readded processing for numEntries option that I accidentally took out
|
2020-08-02 00:22:19 -04:00 |
|
Bryan Zhu
|
a4d73e2a67
|
amended code according to pull request reviews
|
2020-08-01 17:39:58 -04:00 |
|
Bryan Zhu
|
f6854f58ff
|
ran prettier on weather module code
|
2020-08-01 14:03:48 -04:00 |
|
Bryan Zhu
|
ad7f7d2890
|
Merge branch 'bryanzzhu-weather' of https://github.com/bryanzzhu/MagicMirror into bryanzzhu-weather
|
2020-08-01 13:33:21 -04:00 |
|
Bryan Zhu
|
498db63cac
|
Merge branch 'develop' of https://github.com/MichMich/MagicMirror into develop
|
2020-08-01 13:32:29 -04:00 |
|
rejas
|
05659820d0
|
Minor cleanups
|
2020-08-01 17:06:56 +02:00 |
|
rejas
|
02779ef725
|
Cleanup main jsdoc
|
2020-08-01 17:06:46 +02:00 |
|
rejas
|
935c9b6a42
|
Cleanup loader jsdoc
|
2020-08-01 16:38:42 +02:00 |
|
rejas
|
522f7644a3
|
Add typedef for Module, use it in other jsdocs
|
2020-08-01 16:31:42 +02:00 |
|
Bryan Zhu
|
b1a67d1fc5
|
integrated onecall usage into existing types
|
2020-08-01 02:59:08 -04:00 |
|
rejas
|
0674c0aff6
|
Updated changelog
|
2020-07-30 13:00:02 +02:00 |
|
rejas
|
c8664d5952
|
Cleanup weatherprovider jsdoc
|
2020-07-30 12:58:35 +02:00 |
|
rejas
|
8ce1e2c956
|
Cleanup calendar jsdoc
|
2020-07-30 12:54:39 +02:00 |
|
rejas
|
90cca28e01
|
Cleanup clock jsdoc
|
2020-07-30 09:36:01 +02:00 |
|
rejas
|
e489b7101c
|
Cleanup notificationFx jsdoc
|
2020-07-30 09:33:19 +02:00 |
|
rejas
|
eee64c8064
|
Cleanup clientonly jsdoc
|
2020-07-29 22:13:19 +02:00 |
|
Brandon Marlowe
|
a0d4e8dafc
|
updated changelog
|
2020-07-28 23:55:39 -04:00 |
|
Brandon Marlowe
|
e6b94df06d
|
Merge branch 'mmpm-integration' of github.com:Bee-Mar/MagicMirror into develop
|
2020-07-28 23:53:03 -04:00 |
|
Brandon Marlowe
|
6f1c7d6253
|
added --dry-run option to prevent updatenotification module from consuming fetch result
|
2020-07-28 23:51:38 -04:00 |
|
rejas
|
2d5a19b676
|
Cleanup module jsdoc
|
2020-07-28 17:29:21 +02:00 |
|
rejas
|
d1e8dded68
|
Cleanup class jsdoc
|
2020-07-28 17:29:16 +02:00 |
|
rejas
|
9888f66c84
|
Cleanup check_config jsdoc
|
2020-07-28 17:29:10 +02:00 |
|
rejas
|
5ec51d0ccc
|
Cleanup app jsdoc
|
2020-07-28 16:49:02 +02:00 |
|
rejas
|
79f9331073
|
Cleanup translator jsdoc
|
2020-07-27 21:37:08 +02:00 |
|
rejas
|
43bcf4ab98
|
Run eslint over files, see what gets fixed automatically and clean up
|
2020-07-27 14:25:43 +02:00 |
|
rejas
|
f4eae72c48
|
Install eslint jsdoc plugin
|
2020-07-27 13:10:07 +02:00 |
|
Michael Teeuw
|
9d14d3e5b7
|
Merge pull request #2095 from rejas/issue_2072_take_2
Fix clock face-006
|
2020-07-20 19:27:55 +02:00 |
|
rejas
|
26d3141489
|
Fix face-006 too
|
2020-07-20 19:13:12 +02:00 |
|
Michael Teeuw
|
5c44f51d6d
|
Merge pull request #2079 from rejas/issue_2023
Added config option to calendar-icons for recurring- and fullday-events
|
2020-07-19 20:41:22 +02:00 |
|
rejas
|
50f3f32ba8
|
Add tests for custom icons
|
2020-07-19 11:54:03 +02:00 |
|
rejas
|
8fa858ca8c
|
Cleanup test descriptions
|
2020-07-18 22:16:44 +02:00 |
|
rejas
|
8b1d1671f7
|
Add test for changing the calendar symbol
|
2020-07-18 21:10:36 +02:00 |
|
rejas
|
73aa35ea2c
|
Pass maximumEntries for each calender to fetcher
Fixes failing test
|
2020-07-18 17:51:21 +02:00 |
|
rejas
|
a391445e5f
|
Add test setup for custom calendar configuration
|
2020-07-18 13:58:05 +02:00 |
|
rejas
|
530c5d416a
|
Remove now unused test data
|
2020-07-18 11:32:01 +02:00 |
|
rejas
|
319a13c0ef
|
Remove orphaned ical entry
|
2020-07-17 18:20:48 +02:00 |
|
rejas
|
ec2fedd797
|
Make sure default symbol is first from right-to-left
|
2020-07-17 18:00:27 +02:00 |
|
rejas
|
7489d19784
|
Merge calendar symbols
|
2020-07-17 18:00:27 +02:00 |
|
rejas
|
3b5a0e8d66
|
Added config option to calendar-icons for recurring- and fullday-events
|
2020-07-17 18:00:27 +02:00 |
|
Michael Teeuw
|
29ed63286c
|
Merge pull request #2089 from rejas/newsfeed
Cleaned up newsfeed module code
|
2020-07-17 16:28:44 +02:00 |
|
Michael Teeuw
|
108da4b6d4
|
Merge pull request #2084 from easyas314/wxGov
Wx gov
|
2020-07-17 16:26:20 +02:00 |
|
Michael Teeuw
|
a00a1c64d1
|
Merge pull request #2083 from sthuber90/backward-browser-compatability
Backward browser compatability
|
2020-07-17 16:25:35 +02:00 |
|
Michael Teeuw
|
275825cfe1
|
Merge pull request #2082 from rejas/istanbul
Add test coverage tool Istanbul
|
2020-07-17 16:25:00 +02:00 |
|
Michael Teeuw
|
cd2fce56a6
|
Merge branch 'develop' into istanbul
|
2020-07-17 16:23:59 +02:00 |
|
Michael Teeuw
|
cab850fb35
|
Merge pull request #2080 from larryare/develop
Add lithuanian translation
|
2020-07-17 16:21:19 +02:00 |
|
Michael Teeuw
|
045dc600b0
|
Merge branch 'develop' into develop
|
2020-07-17 16:21:12 +02:00 |
|
Michael Teeuw
|
1b199c1682
|
Merge pull request #2077 from oemel09/fix-maxNumberOfDays-2018
Fixes getting only full day forecasts
|
2020-07-17 16:18:57 +02:00 |
|