Commit Graph

  • 05c3a5bf83 Remove self variable rejas 2020-12-31 21:51:20 +01:00
  • c2f5d038de Move filter function into utils class too rejas 2020-12-26 12:12:44 +01:00
  • 0ac5032db9 Move filter function into seperate method rejas 2020-12-25 12:59:08 +01:00
  • 9b93066cbe Remove unused variable rejas 2020-12-24 00:56:21 +01:00
  • bc60ae21c4 Cleanup node_helper to look more like the one from newsfeed module rejas 2020-12-23 20:15:04 +01:00
  • 0b37ed072c Refactor fetcher methods into util class rejas 2020-12-23 12:45:03 +01:00
  • 57174f09b9 Merge pull request #2479 from buxxi/updatenotification-async-timeout Michael Teeuw 2021-03-14 07:23:47 +01:00
  • 61057d1a25 fix package-lock merge conflict buxxi 2021-03-13 22:58:30 +01:00
  • 03964d6f68 Merge with upstream buxxi 2021-03-13 22:56:14 +01:00
  • 7515fc10d1 Merge pull request #2478 from thomasrockhu/codecov-badge Michael Teeuw 2021-03-13 19:22:34 +01:00
  • 6583f05858 Merge pull request #2477 from PostLogical/openweathermaplatlon Michael Teeuw 2021-03-13 19:20:59 +01:00
  • 2b1dbbde68 Merge pull request #2475 from MystaraTheGreat/master Michael Teeuw 2021-03-13 19:20:29 +01:00
  • 49c95a9f46 Merge pull request #2474 from khassel/node-fetch Michael Teeuw 2021-03-13 19:19:22 +01:00
  • a6214c8da3 Merge pull request #2473 from khassel/remove-ical Michael Teeuw 2021-03-13 19:18:35 +01:00
  • d2b3414ac6 changelog for zombie processes and fixing linting error buxxi 2021-03-13 12:02:56 +01:00
  • 401a6f3417 Updating simple-git and using timeout when checking for module updates buxxi 2021-03-13 11:58:33 +01:00
  • 3ed223a550 Refactoring update notification to use async/await buxxi 2021-03-13 11:12:08 +01:00
  • 47bd48e0a3 Add Codecov badge to README Tom Hu 2021-03-12 23:36:24 -05:00
  • cdd1853369 Fix weather module openweathermap not loading if lat and lon set without onecall. Lat and Lon take precedence over LocationID and Location. Robby Griffin 2021-03-11 12:48:41 -05:00
  • 8f2980c23d Fixed unnecessarily verbose way of looping thanks to @rejas :) MystaraTheGreat 2021-03-07 20:34:26 +00:00
  • b72556b9a9 Merge branch 'master' of https://github.com/MystaraTheGreat/MagicMirror MystaraTheGreat 2021-03-07 20:14:36 +00:00
  • 49be3cbd6b Changed var to let as requested MystaraTheGreat 2021-03-07 20:13:57 +00:00
  • fbb0c59b4e Merge branch 'develop' into master MystaraTheGreat 2021-03-07 13:16:18 +00:00
  • d83e696a8d Changed variable name to appease tester MystaraTheGreat 2021-03-07 11:23:52 +00:00
  • a467d900c9 Changed iterative variable from m to n to appease tester MystaraTheGreat 2021-03-07 11:20:19 +00:00
  • 96be8d6fea Updated CHANGELOG.md MystaraTheGreat 2021-03-07 11:14:23 +00:00
  • 8b1ce26fa6 Added hiddenOnStartup flag to module configuration options to cause a module to be iniitally hidden after starting up MystaraTheGreat 2021-03-07 11:05:29 +00:00
  • 514b9453f8 removed getFetcher function Karsten Hassel 2021-03-06 21:19:14 +01:00
  • fa0f997928 replace request with node-fetch Karsten Hassel 2021-03-05 00:27:59 +01:00
  • 504e7cadd7 getFetcher Karsten Hassel 2021-03-05 00:13:32 +01:00
  • c80aeff945 fixes calendarfetcher Karsten Hassel 2021-03-04 21:12:53 +01:00
  • 454206c803 remove ical Karsten Hassel 2021-03-03 21:22:00 +01:00
  • e4f47178fc Merge pull request #2466 from rejas/electron_update Michael Teeuw 2021-03-03 10:43:10 +01:00
  • 1f9109f8e4 snapshot Karsten Hassel 2021-03-03 00:09:32 +01:00
  • f09c54184a moved tests to fetch, run prettier Karsten Hassel 2021-03-02 21:26:25 +01:00
  • 92a35692f2 snapshot Karsten Hassel 2021-03-02 00:40:55 +01:00
  • 53e300bd31 snapshot Karsten Hassel 2021-03-02 00:17:13 +01:00
  • e8be6ad4f1 Update CHANGELOG veeck 2021-02-27 14:01:10 +01:00
  • 01b9ecb339 Update dependencies rejas 2021-02-27 13:19:29 +01:00
  • 6ff85ebe54 Enable contextIsolation in electron rejas 2021-02-27 13:19:16 +01:00
  • ea6eebd809 Merge pull request #2439 from fewieden/feature/add-error-to-callback Michael Teeuw 2021-02-23 14:18:07 +01:00
  • b2a21b937d Change error string. Michael Teeuw 2021-02-23 14:11:54 +01:00
  • 13010ecaee Merge branch 'develop' into feature/add-error-to-callback Michael Teeuw 2021-02-23 14:10:35 +01:00
  • 2e2e157017 Merge pull request #2458 from codac/patch-2 Michael Teeuw 2021-02-23 14:09:13 +01:00
  • e23e33852e Merge pull request #2464 from fewieden/feature/expose-logger-for-modules Michael Teeuw 2021-02-23 14:08:07 +01:00
  • 5b270b84b4 linted calendarfetcher.js config 2021-02-21 19:56:02 +01:00
  • 9094240024 Merge branch 'develop' into patch-2 Krouty 2021-02-21 11:48:47 +01:00
  • 1db0dbf52b Added support for self-signed certificates Krouty 2021-02-21 11:45:15 +01:00
  • beb5faef8b Added support for self-signed certificates Krouty 2021-02-21 11:32:03 +01:00
  • c6aff8b7dc Added suppoert for self-signed certificates Krouty 2021-02-21 11:29:19 +01:00
  • 1aacc37c83 Added selfSignedCert as a parameter Krouty 2021-02-21 10:29:40 +01:00
  • b18d98f5ea exposed logger as node module Felix Wiedenbach 2021-02-18 19:14:53 +01:00
  • 09ddd3d925 Merge pull request #2461 from fewieden/feature/add-locale Michael Teeuw 2021-02-16 23:55:51 +01:00
  • e2b4823e43 added locale to sample config Felix Wiedenbach 2021-02-16 22:06:53 +01:00
  • 04491ac5ac This is supposed to make self signed certs work with the calendar module Krouty 2021-02-13 17:13:00 +01:00
  • e3bee5aae7 Merge pull request #2454 from rejas/cleanup_tests Michael Teeuw 2021-02-13 17:00:58 +01:00
  • 89152e537e Merge pull request #2452 from TheDuffman85/develop Michael Teeuw 2021-02-13 17:00:07 +01:00
  • 652e1a528f Merge branch 'develop' into feature/add-error-to-callback Felix Wiedenbach 2021-02-13 08:43:23 +01:00
  • 9d85baee37 move error callback into options and rename it Felix Wiedenbach 2021-02-13 08:29:13 +01:00
  • bdc4ed4d86 Add specific change-port test and fix the others rejas 2021-02-11 22:18:51 +01:00
  • 35f3b315a2 Update CHANGELOG rejas 2021-02-11 21:22:56 +01:00
  • efec49bb47 Use es6 notations rejas 2021-02-11 21:22:03 +01:00
  • 68bc77c81e Cleanup global-setup code rejas 2021-02-05 22:41:23 +01:00
  • dbea348779 Cleanup port usage in tests veeck 2021-01-06 12:41:52 +01:00
  • b46160bcbc Simplify weather-compliments test, increase timeWaitout for it rejas 2021-02-11 21:20:16 +01:00
  • ddb06ca214 Added translation for today and tomorrow TheDuffman85 2021-02-10 14:24:59 +01:00
  • ef2fd16b69 Merge pull request #2448 from khassel/electron11 Michael Teeuw 2021-02-10 10:01:57 +01:00
  • d874ad9988 Merge pull request #2451 from TheDuffman85/develop Michael Teeuw 2021-02-09 17:41:05 +01:00
  • 57dc349675 Added a new parameter to hide time portion on relative times TheDuffman85 2021-02-09 16:06:21 +01:00
  • 120f0299b2 Added a new parameter to hide time portion on relative times TheDuffman85 2021-02-09 16:05:38 +01:00
  • b5b6df5e48 Merge pull request #2450 from TheDuffman85/develop Michael Teeuw 2021-02-09 15:37:47 +01:00
  • 5ffd20b843 Removed unnecessary tabs TheDuffman85 2021-02-09 15:21:14 +01:00
  • 3dacce6675 Respect parameter ColoredSymbolOnly also for custom events TheDuffman85 2021-02-09 13:05:11 +01:00
  • 8e4ba4fe93 Respect parameter ColoredSymbolOnly also for custom events TheDuffman85 2021-02-09 13:01:57 +01:00
  • 37d488760f Merge pull request #2449 from rejas/update_jsdoc Michael Teeuw 2021-02-07 09:09:14 +01:00
  • 7cdeceedf1 Update lock file veeck 2021-02-07 08:47:18 +01:00
  • 7ba76020d8 fix e2e tests after spectron update Karsten Hassel 2021-02-06 23:52:44 +01:00
  • aab1b97653 Update CHANGELOG rejas 2021-02-06 22:57:31 +01:00
  • 221eadcc20 Make function callbacks and returns more readable rejas 2021-02-06 22:55:59 +01:00
  • 4a11cdc564 Update dependencies rejas 2021-02-06 22:48:24 +01:00
  • b9333134c7 Fix lint script rejas 2021-02-06 22:21:08 +01:00
  • 8c83dc9494 Cleanup jsdoc veeck 2021-01-06 13:17:39 +01:00
  • 1ed721fb15 updated changelog Felix Wiedenbach 2021-02-06 21:32:57 +01:00
  • 88ed5ed373 add error separate callback Felix Wiedenbach 2021-02-06 21:22:13 +01:00
  • 84995c9252 Merge branch 'develop' into feature/add-error-to-callback Felix Wiedenbach 2021-02-06 11:29:17 +01:00
  • 6fadc76fe3 Merge pull request #2447 from rejas/warn_dom Michael Teeuw 2021-02-06 11:01:21 +01:00
  • d240986fdc Merge branch 'develop' into warn_dom Michael Teeuw 2021-02-06 11:01:08 +01:00
  • afc73920ad Merge pull request #2443 from khassel/electron11 Michael Teeuw 2021-02-06 10:58:38 +01:00
  • 16615c3da2 Update CHANGELOG rejas 2021-02-05 22:40:44 +01:00
  • 88c80973f1 Dont updateDOM when the module is not displayed rejas 2021-02-05 22:40:05 +01:00
  • e322be2624 Merge branch 'develop' into electron11 Karsten Hassel 2021-01-30 22:49:33 +01:00
  • 059b87bbb4 bump electron to v11 Karsten Hassel 2021-01-30 20:29:59 +01:00
  • 911675f995 Merge pull request #2442 from fewieden/fix/translation-fallbacks Michael Teeuw 2021-01-30 20:21:39 +01:00
  • e76fe5e25a updated changelog Felix Wiedenbach 2021-01-29 22:42:57 +01:00
  • 308774c2a6 remove callback hell Felix Wiedenbach 2021-01-29 22:34:12 +01:00
  • db24f20289 cleaned up function and added test in case no file should be loaded Felix Wiedenbach 2021-01-29 22:25:49 +01:00
  • 94bb8e6c03 added sinon, tests for module.loadTranslations Felix Wiedenbach 2021-01-29 22:13:44 +01:00
  • 41da6f455a use error object for callback to include stack trace Felix Wiedenbach 2021-01-28 21:23:48 +01:00
  • d2a7a3b0bb more error like message Felix Wiedenbach 2021-01-28 21:13:17 +01:00
  • afbdacf136 updated changelog Felix Wiedenbach 2021-01-28 07:46:23 +01:00