MagicMirror/js
Karsten Hassel f2957f90df
use internal fetch as replacement for node-fetch (#3184)
related to #2649

I was able to move to internal fetch and all tests seems fine so far.

But we have one problem with the calendar module. In the docs we have
several authentication methods and one of them is `digest`. For this we
used `digest-fetch` which needs `node-fetch` (this is not so clear from
code but I was not able to get it working).

So we have 3 options:
- remove `digest` as authentication method for calendar module (this is
what this PR does at the moment)
- find an alternative npm package or implement the digest stuff
ourselves
- use `digest-fetch` and `node-fetch` for calendar module (so they would
remain as dependencies in `package.json`)

Opinions? @KristjanESPERANTO @rejas @sdetweil @MichMich
2023-09-09 21:12:31 +02:00
..
animateCSS.js Add AnimateCSS (#3113) 2023-09-08 07:43:39 +02:00
app.js Merge branch 'master' into develop 2023-07-01 20:59:34 +02:00
check_config.js add .gitattributes and fix prettier/js warnings (#3094) 2023-04-22 09:29:51 +02:00
class.js add .gitattributes and fix prettier/js warnings (#3094) 2023-04-22 09:29:51 +02:00
defaults.js added a new config option httpHeaders used by helmet 2022-05-13 22:29:43 +02:00
deprecated.js Magic Mirror -> MagicMirror² 2022-01-26 23:09:26 +01:00
electron.js fix electron width/heigth when using xrandr under bullseye (#3161) 2023-08-12 22:57:42 +02:00
loader.js Add AnimateCSS (#3113) 2023-09-08 07:43:39 +02:00
logger.js Magic Mirror -> MagicMirror² 2022-01-26 23:09:26 +01:00
main.js Add AnimateCSS (#3113) 2023-09-08 07:43:39 +02:00
module.js Add AnimateCSS (#3113) 2023-09-08 07:43:39 +02:00
node_helper.js add .gitattributes and fix prettier/js warnings (#3094) 2023-04-22 09:29:51 +02:00
server.js add .gitattributes and fix prettier/js warnings (#3094) 2023-04-22 09:29:51 +02:00
server_functions.js use internal fetch as replacement for node-fetch (#3184) 2023-09-09 21:12:31 +02:00
socketclient.js Add no-param-reassign from eslint (#3089) 2023-04-16 17:38:39 +02:00
translator.js add .gitattributes and fix prettier/js warnings (#3094) 2023-04-22 09:29:51 +02:00
utils.js Magic Mirror -> MagicMirror² 2022-01-26 23:09:26 +01:00