Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. JerryP
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    JerryP

    @JerryP

    1
    Reputation
    51
    Posts
    26
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online
    Location Heemskerk (Netherland) Age 42

    JerryP Follow

    Best posts made by JerryP

    • RE: My mirror

      @George
      Ken you tell me whits module this is pleas. The rainfall

      Schermafbeelding 2021-01-06 om 16.12.23.png

      posted in Show your Mirror
      JerryP
      JerryP

    Latest posts made by JerryP

    • RE: Covid-19 sparkline

      @ashishtank

      [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???

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: Covid-19 sparkline

      @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.
      
      posted in Troubleshooting
      JerryP
      JerryP
    • RE: MMM-COVID19-SPARKLINE

      @ashishtank @skelliam found another failure in the log.

      [LOG]   [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv
      [LOG]   [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv
      [LOG]   [COVID:CORE] Resolving: csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv
      [LOG]   can't find property recovered Canada:
      

      Every time i’t te recover data from Canada. But I never searched for Canada.

      I’m only have in the config.js

      	sortby: "confirmed",
      	columns: ["confirmed", "deaths", "recovered"],
      	countries: ["Netherlands", "Germany", "Belgium"],
      

      Please help.

      posted in Health
      JerryP
      JerryP
    • RE: Covid-19 sparkline

      @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.

      posted in Troubleshooting
      JerryP
      JerryP
    • Covid-19 sparkline

      Hello everyone.
      I’m a user of the

      I 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
                      }},
      
      posted in Troubleshooting
      JerryP
      JerryP
    • RE: I can't get mmm-screencast to work

      @sdetweil i removed the ip adres of the laptop an tv.
      But for the mmm-screencast module is That no problem

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: I can't get mmm-screencast to work

      @jste84

      var config = {
      	address: "0.0.0.0"
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      	useHttps: false, 		
      	httpsPrivateKey: "", 
      	httpsCertificate: "", 
      
      	language: "nl",
      	timeFormat: 24,
      	units: "metric",
      modules: 
      

      This is my part of de var (ip handeling)

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: I can't get mmm-screencast to work

      @jste84 so tried unplugging the shield when I hit the cast button it says no devices found.

      I’m thinking that you want something that’s not possible. Or I’m confused.
      The Shield is a different device. so unplug the power of it.
      Than take a phone whits is on the seem wifi network as the mirror
      Then use your phone en pick a movie on YouTube.com
      and hit the cast button.

      Your config looks oke.
      The pull is als don
      so I don’t know why it’s not working

      IMG_8749.jpg
      In the picture you can see my 2 mirrors.
      “Huiskamer”
      “Spiegeltje”

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: I can't get mmm-screencast to work

      @jste84
      Can you try to put de Nvidia shield down. (unplug the power) and is I’t than possible tot see the screencast on the mirror (maybe reboot the mirror after you hef unplug the Nvidia shield)
      and kan you post one more time te config.

      posted in Troubleshooting
      JerryP
      JerryP
    • RE: MMM-COVID19-SPARKLINE

      @skelliam

      I have one issue.

      DevTools failed to parse SourceMap: http://localhost:8080/modules/MMM-COVID19-SPARKLINE/lib/highcharts.js.map
      

      Is showing up on the DevTools. log

      posted in Health
      JerryP
      JerryP