A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Covid-19 sparkline
-
Hello everyone.
I’m a user of theI have one issue.
MMM-covid19-sparkline app from @skelliam
Now I see in de dev-tool the next issue.DevTools failed to parse SourceMap: http://localhost:8080/modules/MMM-COVID19-SPARKLINE/lib/highcharts.js.map Is showing up on the DevTools. log
So ken someone tell mee what its meen and how to remove the failer.
Thanks for the help.
{ module: 'MMM-COVID19-SPARKLINE', position: "bottom_left", config : { worldStats: false, sparklines: true, sparklineWidth: 100, sparklineHeight: 55, sparklineDays: 50, sparklineDeltavsDaily: true, sortby: "confirmed", columns: ["confirmed", "deaths", "recovered"], countries: ["Netherlands", "Germany", "Belgium"], updateInterval: 1000 * 60 * 60 * 8, //8 hours infoRowClass: "medium", headerRowClass: "small", fadeSpeed: 1000, showDelta: true, showDeltaPlotNDays: 7, sparklineDeathScale: -4, showDelimiter: true }},
-
@JerryP this is not failure it is warning that highcharts.js.map file not found. Is there any other error ? is module working ?
-
@ashishtank
Yes the module Is look to seem working oke.
I only saw the yellow exclamation mark. and I like to have a smoothie log. -
@ashishtank I have nou manecht to get the failed going away by updating the Higharts.js.
But now I got a nieuw think whit the police. The Electric police.
security-warnings.ts:182 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security Policy set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks. For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged.
-
@JerryP you can ignore this warning.
-
[21.01.2021 19:10.37.452] [WARN] (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397 [21.01.2021 19:10.39.835] [ERROR] (node:3443) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
Is this the same what I can ignore???