MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. JeanMichelC
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 19
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Avstock Graph is not displayed

      Sorry, I sent the wrong code for the config
      Here it is

      config: {
      				timeFormat: "DD-MM HH:mm",
      				width: "50%",
      				symbols : ["NFLX", "AAPL",],
      				alias: ["Netflix",  "Apple"],
      				tickerDuration: 20,
      				chartDays: 90,
      				maxTableRows: 5,
      				mode : "table",                  // "table" or "ticker"
      				direction: "row",
      				showChart: true,
      				pureLine: true,
      				chartWidth: "50%",
      				showVolume: true,
      				chartInterval: "daily",          // choose from ["intraday", "daily", "weekly", "monthly"]
      				decimals : 2,
      				chartType: 'line',                // 'line', 'candlestick', or 'ohlc'
      				alternateGridColor: '#223344',
      				chartLineColor: '#eee',
      				chartLabelColor: '#eee',
      				coloredCandles: true,
      				showPurchasePrices: true,
      				showPerformance2Purchase: true,
      
      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-Avstock Graph is not displayed

      @sdetweil
      I found the error
      Error: attribute viewBox: Expected number, “0 0 NaN 400”
      updateChart @ MMM-Avstock.js 588

      Config
      config: {
      			currencyStyle: "code", // One of ["code", "symbol", "name"]
      			fadeSpeedInSeconds: 3.5,
      			lastUpdateFormat: "HH:mm",
      			maxChangeAge: 1 * 24 * 60 * 60 * 1000,
      			maxWidth: "40%",
      			numberDecimalsPercentages: 1,
      			numberDecimalsValues: 2,
      			displayMode: "table", // One of ["none", "vertical", "horizontal", "table", "default-table"]
      			showColors: true,
      			showCurrency: true,
      			showChangePercent: true,
      			showChangeValue: false,
      			showChangeValueCurrency: false,
      			showHiddenStocks: false,
      			showLastUpdate: false,
      			showPortfolioValue: false,
      			showPortfolioGrowthPercent: false,
      			showPortfolioGrowth: false,
      			showPortfolioPerformanceValue: false,
      			showPortfolioPerformancePercent: false,
      			showStockPerformanceValue: false,
      			showStockPerformanceValueSum: false,
      			showStockPerformancePercent: false,
      			stocksPerPage: 20, // Only relevant for display mode "table"
      			updateIntervalInSeconds: 300,
      			useGrouping: false,
      			virtualHorizontalMultiplier: 2,
      
      posted in Troubleshooting
      J
      JeanMichelC
    • MMM-Avstock Graph is not displayed

      Hi,
      I cannot get the graph to show on the screen. I tried various config but it didn’t work.
      I tried the default config, same issue.
      The ticket is showing up but not the graph.
      Thank you

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-Pages is it possible to name the pages, i.e. weather, stocks, etc...

      @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.

      posted in Forum
      J
      JeanMichelC
    • MMM-Pages is it possible to name the pages, i.e. weather, stocks, etc...

      Hi, I am grouping modules by pages and wonder if it is possible to name each pages, like a header.
      For example, all the weather modules are under the weather pages, stocks, under stick, etc…

      posted in Forum
      J
      JeanMichelC
    • RE: MMM-RAIN-MAP

      @KristjanESPERANTO Thanks for your quick response. Yeah, I figured it out and it’s working beautifully, thanks. It looks great!!!

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-RAIN-MAP

      Hi, I’m trying to set the market in the config file. I see 2 markers with different lat and long. What do they represent each? Same for the markers options.
      Are they defining the area?
      Thanks

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: Frameless Bathroom Magic Mirror (Hue-controlled)

      @Chloe282 I live in California, I’ll check if that company sells around here.
      Thank you!

      posted in Show your Mirror
      J
      JeanMichelC
    • RE: Frameless Bathroom Magic Mirror (Hue-controlled)

      @Chloe282 said in Frameless Bathroom Magic Mirror (Hue-controlled):

      Pilkington MirroView 6mm

      Where can buy this mirror and how much did you pay?

      posted in Show your Mirror
      J
      JeanMichelC
    • RE: 27" Kitchen Dashboard

      @sdetweil Thanks for the tip, I’ll check

      posted in Show your Mirror
      J
      JeanMichelC
    • RE: 27" Kitchen Dashboard

      This is really cool, great work. Any chance you can post the code. I can’t get AlexaControl to work for some reason.

      posted in Show your Mirror
      J
      JeanMichelC
    • RE: Bathroom mirror

      Really awesome work, congrats. It looks great!!!

      posted in Show your Mirror
      J
      JeanMichelC
    • RE: [MMM-OpenWeatherMapForecast] ** ERROR ** null

      I have the same issue and I spent some time debugging it. It turns out that the API call reference the onecall API which is not free. It requires a subscription https://openweathermap.org/api/one-call-3#error401

      The call is using 2.5 but the documentation online only reference 3.0
      https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}

      I tried changing the API call to use hte free one but the layout is probably diffrent and therefore fails.
      I think this module won’t work unless you have the OneCall subscription.

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-AI

      Hi,
      How do you use this module? Do you need Alexa?
      What changes are required to make it work?

      Thank you,
      JM

      posted in Fun & Games
      J
      JeanMichelC
    • RE: MMM-EveryNews is not loading anything

      Thanks Sam for pointing me to issue#6, I applied the changed and now it’s working! I really appreciate your help.

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-EveryNews is not loading anything

      @sdetweil said in MMM-EveryNews is not loading anything:

             if (!error) {
                  if(response.statusCode == 200) {
                      var result = JSON.parse(body).articles;
                      this.sendSocketNotification('NATGEO_RESULT', result);
                  } else {
                       console.error(this.name+" status failed=",response.statusCode)
                  }
              } else {
                  console.error(this.name+" error=",error)
              }
      

      I get a Bad Request 400 response code, any idea?

      This is the entry in the config.js file
      {
      disabled: false,
      module: ‘MMM-EveryNews’,
      position: ‘top right’,
      config: {
      source: “msnbc”, // any source from https://newsapi.org/sources. // Up to 10 at once
      scroll: true, // description scroll or static
      scrollSpeed: “3”, // if scroll is true
      apiKey: “xxxxxxxxxxxxxxxxxxxxxxxx”, // free API key from https://newsapi.org/register
      useHeader: true, // False if you don’t want a header
      header: “Over 30,000 News Sources!”, // Any text you want. useHeader must be true
      maxWidth: “350px”,
      animationSpeed: 3000, // fade speed
      rotateInterval: 5 * 60 * 1000,
      }
      },

      I tested the API key on NewsAPI site and it worked fine

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-EveryNews is not loading anything

      I was looking in the wrong folder, I found it in the MMM-EveryNews folder, making changes now

      posted in Troubleshooting
      J
      JeanMichelC
    • RE: MMM-EveryNews is not loading anything

      I edtited node_helper.js in this folder MagicMirror/js and could not find the code you asked me to change. The only reference I found that checking the response return code 200 is

      NodeHelper.checkFetchStatus = function (response) {
      // response.status >= 200 && response.status < 300
      if (response.ok) {
      return response;
      } else {
      throw Error(response.statusText);
      }
      };

      posted in Troubleshooting
      J
      JeanMichelC
    • MMM-EveryNews is not loading anything

      Re: MMM-EveryNews is not loading anything
      I disabled all modules to try to debug this issue but still could not get any news loaded and no errors using rpm start dev.
      It says “Anyone’s presents…”
      I don’t have any Google modules loaded.

      posted in Troubleshooting
      J
      JeanMichelC
    • 1 / 1