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

    Posts

    Recent Best Controversial
    • RE: Stocks

      There are a few symbols that don’t exist. Remove .DJI and CICS

      posted in Utilities
      A
      alexyak
    • RE: Stocks

      I’ve updated the code to support the new API’s from https://iextrading.com/developer/docs/#stocks. Which BTW, doesn’t even require registration.

      posted in Utilities
      A
      alexyak
    • RE: Stocks

      I’ve found a web service which provides free intraday stock quotes. You will only need to register to get an API key.

      https://www.alphavantage.co/support/#api-key

      The code in the module will need to be modified though to parse a different payload result. I will try to update it today or tomorrow.

      posted in Utilities
      A
      alexyak
    • RE: Send Selfie to Flickr or Photobucket

      You will need to communicate via the API’s that these services provide. For example flickr has this:

      https://www.flickr.com/services/api/upload.api.html

      posted in Requests
      A
      alexyak
    • RE: Motion Detector

      @trividar I don’t see anything related to the motiondetector in your logs. It seems the error coming from the mmm-systemperature/node_helper.js

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      @trividar My apologies. This should be fixed. Just pull the latest.

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      Hi All,

      I’ve revamped the motiondetector module to use a more optimised code to detect the motion from the web camera. The old one was performing very poorly. The new code works many times better. Just pull the latest from

      https://github.com/alexyak/motiondetector

      • Alex
      posted in Utilities
      A
      alexyak
    • RE: Stocks

      @ZTA0796 The object that you get int the stocks.js is the deserialized javascript object. In your case it’s going to be a single row object. You could just access the properties list this:

      this.result.symbol, this.result.price, etc…

      -Alex

      posted in Utilities
      A
      alexyak
    • RE: Stocks

      @ZTA0796 Could you show your code?

      posted in Utilities
      A
      alexyak
    • RE: Stocks

      @ZTA0796 The original code does a hardcoded substring on the result:

      var result = JSON.parse(body.substring(3, body.length));

      You probably don’t need to do that.

      posted in Utilities
      A
      alexyak
    • 1
    • 2
    • 3
    • 4
    • 5
    • 10
    • 11
    • 1 / 11