MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    [MMM-JaST] Just another Stock Ticker (new: version 2.x)

    Scheduled Pinned Locked Moved Utilities
    166 Posts 37 Posters 208.8k Views 39 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K Offline
      Koert 0 @Jalibu
      last edited by Koert 0

      @jalibu I’m facing some problems with displaying the correct value of my stocks.

      modules: [
      
      
      
      {
      module: "MMM-Jast",
      position: "fullscreen_above",
      config: {
      
      maxWidth: "100%",
      updateIntervalInSeconds: 0, 
      fadeSpeedInSeconds: 90.5, 
      scroll: "horizontal",
      defaultCurrency: "EUR",
      showDepotGrowth: false,
      apiKey: "MY API KEY",
      stocks: [
      	{ name: "Porsche", symbol: "PAH3.DE" },
      	{ name: "STS", symbol: "SF3.DE"},
      	{ name: "Haier", symbol: "690D.DE" },
      	{ name: "Siemens Energy", symbol: "ENR.DE" },
      	{ name: "TUI", symbol: "TUI1.DE" },
      	{ name: "HochTief", symbol: "HOT.DE" },
      	{ name: "Siemens", symbol: "SIE.DE" },
      	{ name: "Allianz", symbol: "ALV.DE" },
      	],
      	},
      	},
      		
      	]
         };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      

      Problem 1: The ticker is showing me Values. But also a value for BTC (which isn’t mentioned in the code?!?!)

      Problem 2: Values from the stock list are old Values from the beginning of the Day (or maybe last value of the day before)

      maybe a Log can help you:

      /home/pi/.pm2/logs/mm-out.log last 100 lines:
      0|mm       | [25.03.2021 16:08.16.922] [LOG]   Sending Stock result: { symbol: 'PAH3.DE', current: 84.68, last: 87.42 }
      0|mm       | [25.03.2021 16:08.16.936] [LOG]   Sending Stock result: { symbol: '690D.DE', current: 1.832, last: 1.9368 }
      0|mm       | [25.03.2021 16:08.16.971] [LOG]   Sending Stock result: { symbol: 'TUI1.DE', current: 4.396, last: 4.133 }
      0|mm       | [25.03.2021 16:09.18.891] [LOG]   Sending Stock result: { symbol: 'HOT.DE', current: 73.35, last: 73 }
      0|mm       | [25.03.2021 16:09.18.913] [LOG]   Sending Stock result: { symbol: 'SIE.DE', current: 135.56, last: 135.98 }
      0|mm       | [25.03.2021 16:09.18.974] [LOG]   Sending Stock result: { symbol: 'ALV.DE', current: 212.55, last: 211.45 }
      0|mm       | [25.03.2021 16:09.19.845] [LOG]   Sending Crypto result: { symbol: 'BTC', current: 52417.17, last: 52303.65 }
      0|mm       | 
      0|mm       | > magicmirror@2.14.0 start /home/pi/MagicMirror
      0|mm       | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|mm       | 
      0|mm       | [25.03.2021 16:26.45.698] [LOG]   Starting MagicMirror: v2.14.0
      0|mm       | [25.03.2021 16:26.45.712] [LOG]   Loading config ...
      0|mm       | [25.03.2021 16:26.45.733] [LOG]   Loading module helpers ...
      0|mm       | [25.03.2021 16:26.46.100] [LOG]   Initializing new module helper ...
      0|mm       | [25.03.2021 16:26.46.105] [LOG]   Module helper loaded: updatenotification
      0|mm       | [25.03.2021 16:26.46.111] [LOG]   No helper found for module: helloworld.
      0|mm       | [25.03.2021 16:26.46.112] [LOG]   All module helpers loaded.
      0|mm       | [25.03.2021 16:26.46.305] [LOG]   Starting server on port 8080 ... 
      0|mm       | [25.03.2021 16:26.46.329] [LOG]   Server started ...
      0|mm       | [25.03.2021 16:26.46.331] [LOG]   Connecting socket for: updatenotification
      0|mm       | [25.03.2021 16:26.46.332] [LOG]   Sockets connected & modules started ...
      0|mm       | [25.03.2021 16:26.46.743] [LOG]   Launching application.
      0|mm       | 
      0|mm       | > magicmirror@2.14.0 start /home/pi/MagicMirror
      0|mm       | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|mm       | 
      0|mm       | [25.03.2021 16:27.41.491] [LOG]   Starting MagicMirror: v2.14.0
      0|mm       | [25.03.2021 16:27.41.506] [LOG]   Loading config ...
      0|mm       | [25.03.2021 16:27.41.519] [LOG]   Loading module helpers ...
      0|mm       | [25.03.2021 16:27.41.524] [LOG]   No helper found for module: clock.
      0|mm       | [25.03.2021 16:27.42.080] [LOG]   Initializing new module helper ...
      0|mm       | [25.03.2021 16:27.42.082] [LOG]   Module helper loaded: MMM-Jast
      0|mm       | [25.03.2021 16:27.42.084] [LOG]   All module helpers loaded.
      0|mm       | [25.03.2021 16:27.42.238] [LOG]   Starting server on port 8080 ... 
      0|mm       | [25.03.2021 16:27.42.269] [LOG]   Server started ...
      0|mm       | [25.03.2021 16:27.42.271] [LOG]   Connecting socket for: MMM-Jast
      0|mm       | [25.03.2021 16:27.42.273] [LOG]   MMM-Jast helper method started...
      0|mm       | [25.03.2021 16:27.42.274] [LOG]   Sockets connected & modules started ...
      0|mm       | [25.03.2021 16:27.42.755] [LOG]   Launching application.
      0|mm       | [25.03.2021 16:27.47.791] [LOG]   Sending Stock result: { symbol: 'ALV.DE', current: 212.55, last: 211.45 }
      0|mm       | [25.03.2021 16:27.47.868] [LOG]   Sending Stock result: { symbol: 'SF3.DE', current: 7.88, last: 7.68 }
      0|mm       | [25.03.2021 16:27.47.890] [LOG]   Sending Stock result: { symbol: 'ENR.DE', current: 29.38, last: 30.03 }
      0|mm       | [25.03.2021 16:27.47.916] [LOG]   Sending Stock result: { symbol: '690D.DE', current: 1.832, last: 1.9368 }
      0|mm       | [25.03.2021 16:27.47.960] [LOG]   Sending Stock result: { symbol: 'PAH3.DE', current: 84.68, last: 87.42 }
      

      For Example Porsche received the same value twice
      Greetings from BW to RP ;)

      JalibuJ 1 Reply Last reply Reply Quote 0
      • JalibuJ Offline
        Jalibu Module Developer @Koert 0
        last edited by

        Hi @koert-0 ,

        thank you for your message.

        Problem 1:
        There was a hidden sample crypto entry in the default settings. I removed that and improved the Readme, to avoid this confusion in the future.

        Problem 2:
        The problem for this is more likely to be found with the data provider than with the module.
        The module displays what it gets. If the values are not up to date, then unfortunately I can’t influence that.

        In general, I am rather dissatisfied with Alphavantage. Unfortunately, I don’t know a free alternative. I am open for suggestions.

        1 Reply Last reply Reply Quote 0
        • JalibuJ Offline
          Jalibu Module Developer
          last edited by

          I refactored this module again to use Yahoo’s financial API instead of Alphavantage and need some voluntary testers.

          It should now support many more Symbols and be more accurate and much simpler.

          Please check out this Feature Branch:
          https://github.com/jalibu/MMM-Jast/tree/feat/useYahoo

          B 1 Reply Last reply Reply Quote 0
          • B Offline
            BravoOscar @Jalibu
            last edited by

            @jalibu

            I will test it later today, but I need to know of this is this a upgrade or is it a new install.

            I use the originale MMM-JaST, should this be removed before a new install?

            JalibuJ 1 Reply Last reply Reply Quote 0
            • JalibuJ Offline
              Jalibu Module Developer @BravoOscar
              last edited by

              @bravooscar
              Well, the word “install” is fuzzy…

              You don’t need to uninstall your old one and even your configuration is compatible.

              You can switch between them by just changing the branch.
              In your modules/MMM-Jast folder execute

              Switch to Yahoo test branch:

              git fetch
              git checkout feat/useYahoo
              npm i
              

              Switch back to stable master:

              git checkout master
              
              B 1 Reply Last reply Reply Quote 0
              • B Offline
                BravoOscar @Jalibu
                last edited by

                @jalibu

                pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git fetch
                From https://github.com/jalibu/MMM-Jast
                   1cd91dc..c18758f  master        -> origin/master
                 * [new branch]      feat/useYahoo -> origin/feat/useYahoo
                 * [new tag]         v1.1.0        -> v1.1.0
                 * [new tag]         v1.2.0        -> v1.2.0
                pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git checkout feat/useYahoo
                error: Your local changes to the following files would be overwritten by checkout:
                	MMM-Jast.css
                	MMM-Jast.js
                Please commit your changes or stash them before you switch branches.
                Aborting
                pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ npm i
                
                > magicmirror@2.14.0 install /home/pi/MagicMirror
                > echo "Installing vendor files ...
                " && cd vendor && npm install --loglevel=error
                
                Installing vendor files ...
                
                audited 24 packages in 1.694s
                
                

                It looks like there is a error when using “git checkout feat/useYahoo”.

                Now the alert message on MM says there is a update for MMM-Jast

                B 1 Reply Last reply Reply Quote 0
                • B Offline
                  BravoOscar @BravoOscar
                  last edited by

                  @bravooscar @jalibu

                  pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git fetch
                  pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git checkout feat/useYahoo
                  Branch 'feat/useYahoo' set up to track remote branch 'feat/useYahoo' from 'origin'.
                  Switched to a new branch 'feat/useYahoo'
                  pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ npm i
                  npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
                  added 262 packages from 267 contributors and audited 263 packages in 33.609s
                  
                  35 packages are looking for funding
                    run `npm fund` for details
                  
                  found 0 vulnerabilities
                  
                  

                  I removed MMM-Jast folder, and did a clean install of MMM-Jast.
                  Then I did this

                  git fetch
                  git checkout feat/useYahoo
                  npm i
                  

                  Everythink works now, and also one of my stocks that was not available before.

                  Good work!
                  Think is should be made as master, maby make a config option, so its possible to cange from Yahoo to the other one.

                  1 Reply Last reply Reply Quote 0
                  • earnestrichardsE Offline
                    earnestrichards
                    last edited by earnestrichards

                    I guess I’ve done something wrong…

                    I copied the link, installed to my modules folder, ran the “npm i” command, and updated my config .js file

                    {
                    			module: "MMM-Jast",
                    			position: "top_left",
                    			config: {
                    				maxWidth: "100%",
                    				updateIntervalInSeconds: 300,
                    				fadeSpeedInSeconds: 3.5, // Higher value: vertical -> faster // horizontal -> slower
                    				scroll:"none", // "<none, vertical, horizontal>",
                    				showChangePercent: true,
                    				showChangeValue: false,
                    				showChangeValueCurrency: false,
                    				showDepotGrowth: false,
                    				stocks: [
                    					{ name: "FFFEX", symbol: "FFFEX",quantity: 1},
                    					{ name: "FFFDX", symbol: "FFFDX", quantity: 1},
                    					{ name: "PLFJX", symbol: "PLFJX", quantity: 1}
                    					// { name: "DJIA", symbol: "DJIA"}
                    				]
                    			}
                    		},
                    

                    20831a5a-ef15-43c7-9d3e-6ec28deafa68-image.png

                    JalibuJ 1 Reply Last reply Reply Quote 0
                    • JalibuJ Offline
                      Jalibu Module Developer @earnestrichards
                      last edited by Jalibu

                      @earnestrichards I sent you a PM.
                      I think you are not on the feat/useYahoo branch.

                      No matter. I have now made the feature branch the master.

                      1 Reply Last reply Reply Quote 0
                      • K Offline
                        Koert 0
                        last edited by

                        Hi @jalibu ,

                        It works (for the most of my Stocks). The ticker is showing me the correct value but not an increase/decrease in percent (for 2 of 10 stocks).

                        can you help me with this error message?

                        thank you in advance!

                        0|mm       | [31.03.2021 11:25.10.250] [ERROR] WARNING! Could not validate config file. Starting with default configuration. Please correct syntax errors at or above this line: /home/pi/MagicMirror/config/config.js:58
                        0|mm       | 			stocks: [
                        0|mm       | 			^^^^^^
                        0|mm       | 
                        0|mm       | SyntaxError: Unexpected identifier
                        0|mm       |     at Module._compile (internal/modules/cjs/loader.js:896:18)
                        0|mm       |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:986:10)
                        0|mm       |     at Module.load (internal/modules/cjs/loader.js:816:32)
                        0|mm       |     at Module._load (internal/modules/cjs/loader.js:728:14)
                        0|mm       |     at Function.Module._load (electron/js2c/asar.js:748:26)
                        0|mm       |     at Module.require (internal/modules/cjs/loader.js:853:19)
                        0|mm       |     at require (internal/modules/cjs/helpers.js:74:18)
                        0|mm       |     at loadConfig (/home/pi/MagicMirror/js/app.js:70:12)
                        0|mm       |     at App.start (/home/pi/MagicMirror/js/app.js:217:3)
                        0|mm       |     at Object.<anonymous> (/home/pi/MagicMirror/js/electron.js:129:7)
                        0|mm       | [31.03.2021 11:25.11.849] [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
                        0|mm       | [31.03.2021 11:28.30.123] [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
                        0|mm       | [31.03.2021 11:34.45.284] [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
                        0|mm       | [31.03.2021 11:41.15.680] [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
                        
                        1 Reply Last reply Reply Quote 0
                        • earnestrichardsE Offline
                          earnestrichards
                          last edited by

                          :man_facepalming: As I have read so many times here on the forum… Read. The. Instructions. Thanks!!!
                          79807da2-2086-47f3-968c-f9bec364d618-image.png

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            jack819
                            last edited by

                            I am very new to all of this but have been able to install every module so far. I had the old one working fine until the other day when it would not update the stocks. Then I discovered it was updated so I removed the old one and installed the new one as directed. I copied the config file directly to the config.js but I keep getting an error. When I run the config check it keeps coming back as below:

                            pi@raspberrypi:~/MagicMirror $ npm run config:check
                            
                            > magicmirror@2.14.0 config:check /home/pi/MagicMirror
                            > node js/check_config.js
                            
                            [01.04.2021 06:41.32.155] [INFO]  Checking file...  /home/pi/MagicMirror/config/config.js
                            [01.04.2021 06:41.32.210] [ERROR] Your configuration file contains syntax errors :(
                            [01.04.2021 06:41.32.212] [ERROR] Line 109 col 3 Parsing error: Unexpected token stocks```
                            

                            Any ideas? Like I said, the config file is copied right from the sample. Line 109 is the stocks : [ line from the sample.

                            S JalibuJ 2 Replies Last reply Reply Quote 0
                            • S Offline
                              sdetweil @jack819
                              last edited by

                              @jack819 is there a comma on the end of line 108?

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              J 1 Reply Last reply Reply Quote 0
                              • J Offline
                                jack819 @sdetweil
                                last edited by

                                @sdetweil
                                There was not a comma (like I said, I am new to this). I did add one but now I just get a black screen when I start Magic Mirror. Nothing seems to load.

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @jack819
                                  last edited by

                                  @jack819 and when u look at the messages in the window where u started MM???

                                  did u do an npm install in the module folder after git clone?

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @sdetweil
                                    last edited by

                                    @jack819 said in [MMM-JaST] Just another Stock Ticker (new: version 2.0.0):

                                    did u do an npm install in the module folder after git clone?

                                    I see the instructions do not say to change to the module folder before doing the npm i
                                    I submitted an issue to the modules github repo

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 1
                                    • J Offline
                                      jack819
                                      last edited by

                                      Bear with me, I am new to this:

                                      I got to the modules folder in terminal, copied the git command, hit enter. Once that happened, I typed in the npm i command. It appears it was still in the module folder.

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @jack819
                                        last edited by

                                        @jack819 to install a module (read the link below in my signature)

                                        cd ~/MagicMirror/modules
                                        git clone   url from module
                                        cd module_name
                                        npm i
                                        

                                        you need the module folder to be the current folder to do the dependency install

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        1 Reply Last reply Reply Quote 1
                                        • R Offline
                                          RIKKO14
                                          last edited by

                                          Hello,
                                          I am French.
                                          Since The data is now fetched from Yahoo’s finance API. I would like to try again to install this module but beforehand I would like to know how we find the symbols for the stocks ​​we want to have and present them like this:
                                          {name: “BASF”, symbol: “BAS.DE”, quantity: 10},
                                          {name: “SAP”, symbol: “SAP.DE”, quantity: 15},
                                          {name: “Henkel”, symbol: “HEN3.DE”},
                                          {name: “Alibaba”, symbol: “BABA”}
                                          ]
                                          }
                                          }

                                          The stocks ​​that interest me are:
                                          CAC 40
                                          Dow jones
                                          Euro stoxx 50
                                          Crédit Agricole.

                                          Thank you

                                          JalibuJ 1 Reply Last reply Reply Quote 0
                                          • R Offline
                                            RIKKO14
                                            last edited by

                                            I tried to install this module with the stocks in examples but I had a problem of “Electron rebuild” because of black screen, I do not know how to make an “electron rebuild” so I deleted the module and the modules of my MM reappeared.
                                            how to do an “electron rebuild”?

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 8
                                            • 9
                                            • 2 / 9
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy