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 181.0k 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.
    • S Offline
      sdetweil @popeye2002
      last edited by

      @popeye2002 don’t see this module at all

      Sam

      How to add modules

      learning how to use browser developers window for css changes

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

        @sdetweil it was in there but hard to see with out any break

        pi@raspberrypi:~/MagicMirror/modules $ cd MMM-Jast
        pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ npm install
        
        > magicmirror@2.11.0 install /home/pi/MagicMirror
        > echo "Installing vendor files ...
        " && cd vendor && npm install --loglevel=error
        
        Installing vendor files ...
        
        audited 220 packages in 4.073s
        found 8 vulnerabilities (7 low, 1 high)
          run `npm audit fix` to fix them, or `npm audit` for details
        
        > magicmirror@2.11.0 postinstall /home/pi/MagicMirror
        > npm run install-fonts && echo "MagicMirror installation finished successfully! 
        "
        
        
        > magicmirror@2.11.0 install-fonts /home/pi/MagicMirror
        > echo "Installing fonts ...
        " && cd fonts && npm install --loglevel=error
        
        Installing fonts ...
        
        audited 1 package in 1.865s
        found 0 vulnerabilities
        
        MagicMirror installation finished successfully! 
        
        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
        
        audited 3224 packages in 25.347s
        
        73 packages are looking for funding
          run `npm fund` for details
        
        found 2 low severity vulnerabilities
          run `npm audit fix` to fix them, or `npm audit` for details
        pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ 
        
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @popeye2002
          last edited by sdetweil

          @popeye2002 something is messed up…

          I suggest you erase the MMM-Jast folder and git clone again
          do

          cd ~/MagicMirror/modules
          rm -rf MMM-Jast
          git clone https://github.com/jalibu/MMM-Jast.git
          cd MMM-Jast
          npm install
          cd ~/MagicMirror
          

          then restart mm

          pm2 restart 0
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          popeye2002P 2 Replies Last reply Reply Quote 0
          • popeye2002P Offline
            popeye2002 @sdetweil
            last edited by popeye2002

            @sdetweil much much better!!!
            and now I do see the errors for to many calls

            
            
            0|MagicMirror  | [2020-04-28 11:05:25.153] [ERROR]  
            0|MagicMirror  | Error processing Stock response {
            0|MagicMirror  |   Note: 'Thank you for using Alpha Vantage! Our standard API call frequency is 5 ' +
            0|MagicMirror  |     'calls per minute and 500 calls per day. Please visit ' +
            0|MagicMirror  |     'https://www.alphavantage.co/premium/ if you would like to target a higher ' +
            0|MagicMirror  |     'API call frequency.'
            0|MagicMirror  | }
            0|MagicMirror  | [2020-04-28 11:05:25.167] [ERROR]  
            0|MagicMirror  | Error processing Stock response {
            0|MagicMirror  |   Note: 'Thank you for using Alpha Vantage! Our standard API call frequency is 5 ' +
            0|MagicMirror  |     'calls per minute and 500 calls per day. Please visit ' +
            0|MagicMirror  |     'https://www.alphavantage.co/premium/ if you would like to target a higher ' +
            0|MagicMirror  |     'API call frequency.'
            0|MagicMirror  | }
            0|MagicMirror  | [2020-04-28 11:05:25.460] [LOG]    
            0|MagicMirror  | Sending Stock result: { symbol: 'SBUX', current: 77.74, last: 75.58 }
            0|MagicMirror  | [2020-04-28 11:05:25.482] [LOG]    
            0|MagicMirror  | Sending Stock result: { symbol: 'MSFT', current: 174.05, last: 174.55 }
            0|MagicMirror  | [2020-04-28 11:05:25.555] [LOG]    
            0|MagicMirror  | Sending Stock result: { symbol: 'JD', current: 45.58, last: 45.05 }
            0|MagicMirror  | [2020-04-28 11:05:25.649] [LOG]    
            0|MagicMirror  | Sending Stock result: { symbol: 'VZ', current: 58.22, last: 57.81 }
            0|MagicMirror  | [2020-04-28 11:05:25.683] [LOG]    
            0|MagicMirror  | Sending Stock result: { symbol: 'PFE', current: 38.1199, last: 38.33 }
            0|MagicMirror  | [2020-04-28 11:05:28.263] [ERROR]  
            0|MagicMirror  | Error processing Stock response {
            0|MagicMirror  |   Note: 'Thank you for using Alpha Vantage! Our standard API call frequency is 5 ' +
            0|MagicMirror  |     'calls per minute and 500 calls per day. Please visit ' +
            0|MagicMirror  |     'https://www.alphavantage.co/premium/ if you would like to target a higher ' +
            0|MagicMirror  |     'API call frequency.'
            
            
            
            1 Reply Last reply Reply Quote 0
            • popeye2002P Offline
              popeye2002 @sdetweil
              last edited by

              @sdetweil
              Can’t thank you enough!!!
              You really made my day a whole lot better! no idea how I may pass it along but you can belive i will pass it forward one way or another.

              Cheers

              Scott

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

                @popeye2002 cool, thats the idea around here… we all work together

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • W Offline
                  wilbur245
                  last edited by

                  Hello I have installed Jast, everything is fine.
                  I just don’t see a share.
                  Biontech
                  FRA: 22UA
                  there is zero also 22UA.DE does not work.

                  how can i “https://www.stockdio.com/”
                  insert as API?

                  JalibuJ 1 Reply Last reply Reply Quote 0
                  • M Offline
                    MisterTFM
                    last edited by

                    What “symbol” should I use for the Dow Jones Industrial Average? I tried DJI and .DJI

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

                      Hello,

                      does this module work for french stocks on euronext ?

                      1 Reply Last reply Reply Quote 0
                      • W Offline
                        wilbur245
                        last edited by

                        Hello, what do I have to do so that the values ​​are shown up to date to some extent. It is currently only queried once a day or the value renewed.
                        I sometimes have values ​​for 2 days even though they have fallen or increased

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 10
                        • 11
                        • 12
                        • 13
                        • 14
                        • 15
                        • 16
                        • 17
                        • 12 / 17
                        • 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