Commit Graph

3825 Commits

Author SHA1 Message Date
Sam Detweiler 4f9fc032e5 fix for issue 2483, calendar shows wrong date, recurring start before 2007 2021-03-17 07:36:03 -05:00
sam detweiler 5c9dbccc10 Merge pull request #2 from MichMich/develop
synch
2021-03-17 07:33:20 -05:00
Michael Teeuw b2cf470ec9 Merge pull request #2482 from rejas/valid_url 2021-03-16 20:06:25 +01:00
veeck bceb181b47 Update CHANGELOG 2021-03-16 19:28:38 +01:00
veeck 1a314b741a Remove valid-url from dependencies 2021-03-16 19:27:56 +01:00
rejas 7635dea3e9 Replace valid-url library by standard node method 2021-03-16 19:25:23 +01:00
Michael Teeuw 90112d1a7d Merge pull request #2481 from rejas/fix_basic_auth 2021-03-15 21:03:02 +01:00
rejas ad0cf12e53 Update dependencies 2021-03-15 12:50:41 +01:00
rejas a53029f11e Use es6 notation in basic auth server 2021-03-15 12:36:58 +01:00
rejas 848529f9f4 Update CHANGELOG
so the github action is quiet ;-)
2021-03-14 21:12:36 +01:00
rejas b5dc91fd07 Remove now unnecessary require 2021-03-14 21:04:38 +01:00
rejas 0a2b939514 Undo husky upgrade 2021-03-14 19:43:00 +01:00
rejas 52584f36d7 Fix base64 encoding for basic auth in calendar 2021-03-14 19:38:03 +01:00
Michael Teeuw 30c7a24fc2 Merge pull request #2376 from rejas/calendar_refactor 2021-03-14 12:55:24 +01:00
veeck 0643a103ac Update dependencies 2021-03-14 10:40:14 +01:00
rejas 71bd45dfd4 Fix errors introduced after latest rebase 2021-03-14 10:40:14 +01:00
rejas 85c9d3b331 More es6 notations 2021-03-14 10:40:14 +01:00
rejas 5e6cbeb9ba Convert some code to es6 2021-03-14 10:40:14 +01:00
rejas 3d4429d418 Remove copypasted-function that doesnt exist 2021-03-14 10:40:14 +01:00
rejas d3d64d3ca0 Cleanups 2021-03-14 10:40:14 +01:00
rejas 6de983aeb2 Update CHANGELOG 2021-03-14 10:40:14 +01:00
rejas 05c3a5bf83 Remove self variable 2021-03-14 10:40:14 +01:00
rejas c2f5d038de Move filter function into utils class too 2021-03-14 09:03:12 +01:00
rejas 0ac5032db9 Move filter function into seperate method 2021-03-14 08:59:50 +01:00
rejas 9b93066cbe Remove unused variable 2021-03-14 08:53:40 +01:00
rejas bc60ae21c4 Cleanup node_helper to look more like the one from newsfeed module 2021-03-14 08:53:40 +01:00
rejas 0b37ed072c Refactor fetcher methods into util class 2021-03-14 08:53:40 +01:00
Michael Teeuw 57174f09b9 Merge pull request #2479 from buxxi/updatenotification-async-timeout 2021-03-14 07:23:47 +01:00
buxxi 61057d1a25 fix package-lock merge conflict 2021-03-13 22:58:30 +01:00
buxxi 03964d6f68 Merge with upstream 2021-03-13 22:56:14 +01:00
Michael Teeuw 7515fc10d1 Merge pull request #2478 from thomasrockhu/codecov-badge
Add Codecov badge to README
2021-03-13 19:22:34 +01:00
Michael Teeuw 6583f05858 Merge pull request #2477 from PostLogical/openweathermaplatlon
Allowing openweathermap config lat and lon to function without onecall, overrides locationID and location since more specific.
2021-03-13 19:20:59 +01:00
Michael Teeuw 2b1dbbde68 Merge pull request #2475 from MystaraTheGreat/master
Added hiddenOnStartup flag to module config
2021-03-13 19:20:29 +01:00
Michael Teeuw 49c95a9f46 Merge pull request #2474 from khassel/node-fetch
Node fetch
2021-03-13 19:19:22 +01:00
Michael Teeuw a6214c8da3 Merge pull request #2473 from khassel/remove-ical
remove ical
2021-03-13 19:18:35 +01:00
buxxi d2b3414ac6 changelog for zombie processes and fixing linting error 2021-03-13 12:02:56 +01:00
buxxi 401a6f3417 Updating simple-git and using timeout when checking for module updates 2021-03-13 11:58:33 +01:00
buxxi 3ed223a550 Refactoring update notification to use async/await 2021-03-13 11:12:08 +01:00
Tom Hu 47bd48e0a3 Add Codecov badge to README 2021-03-12 23:36:24 -05:00
Robby Griffin cdd1853369 Fix weather module openweathermap not loading if lat and lon set without onecall. Lat and Lon take precedence over LocationID and Location. 2021-03-11 12:48:41 -05:00
MystaraTheGreat 8f2980c23d Fixed unnecessarily verbose way of looping thanks to @rejas :) 2021-03-07 20:34:26 +00:00
MystaraTheGreat b72556b9a9 Merge branch 'master' of https://github.com/MystaraTheGreat/MagicMirror 2021-03-07 20:14:36 +00:00
MystaraTheGreat 49be3cbd6b Changed var to let as requested 2021-03-07 20:13:57 +00:00
MystaraTheGreat fbb0c59b4e Merge branch 'develop' into master 2021-03-07 13:16:18 +00:00
MystaraTheGreat d83e696a8d Changed variable name to appease tester 2021-03-07 11:23:52 +00:00
MystaraTheGreat a467d900c9 Changed iterative variable from m to n to appease tester 2021-03-07 11:20:19 +00:00
MystaraTheGreat 96be8d6fea Updated CHANGELOG.md 2021-03-07 11:14:23 +00:00
MystaraTheGreat 8b1ce26fa6 Added hiddenOnStartup flag to module configuration options to cause a module to be iniitally hidden after starting up 2021-03-07 11:05:29 +00:00
Karsten Hassel 514b9453f8 removed getFetcher function 2021-03-06 21:19:14 +01:00
Karsten Hassel fa0f997928 replace request with node-fetch 2021-03-05 22:17:55 +01:00