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 stopped working yesterday.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    mmm-jast stocks
    3 Posts 2 Posters 336 Views 2 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.
    • W Offline
      wyovino
      last edited by sdetweil

      I’m running the latest version of MMM-JAST and it stopped working yesterday. The rest of the modules are working properly. The error log shows “[WARN] API request for GOOG failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.”

      I’m getting a similar message for every ticker symbol. And all reference “AAPL”, which is strange.

      If I go to that link in a browser, it successfully brings up that data. Here is my configuration:

      	module: "MMM-Jast",
      	position: "bottom_left",
      	config: {
      		currencyStyle: "code", // One of ["code", "symbol", "name"]
      		fadeSpeedInSeconds: 200,
      		lastUpdateFormat: "HH:mm",
      		maxChangeAge: 1 * 24 * 60 * 60 * 1000,
      		maxWidth: "100%",
      		numberDecimalsPercentages: 1,
      		numberDecimalsValues: 2,
      		scroll: "horizontal", // One of ["none", "vertical", "horizontal"]
      		showColors: true,
      		showCurrency: false,
      		showChangePercent: false,
      		showChangeValue: true,
      		showChangeValueCurrency: false,
      		showHiddenStocks: false,
      		showLastUpdate: false,
      		showPortfolioValue: false,
      		showPortfolioGrowthPercent: false,
      		showPortfolioGrowth: false,
      		updateIntervalInSeconds: 300,
      		useGrouping: false,
      		virtualHorizontalMultiplier: 2,
      		stocks: [
      			{ name: "DJI", symbol: "^DJI", quantity: 10 },
      			{ name: "NASDQ", symbol: "^IXIC", quantity: 15 },
      			{ name: "APPL", symbol: "AAPL" },
      			{ name: "GOOG", symbol: "GOOG"},
                              { name: "AMZN", symbol: "AMZN"},
                              { name: "META", symbol: "META"},
                              { name: "TSLA", symbol: "TSLA"},
                              { name: "UA", symbol: "UA"}
      		]
      	}
      }
      
      1 Reply Last reply Reply Quote 0
      • JalibuJ Offline
        Jalibu Module Developer @wyovino
        last edited by

        @wyovino please update to the latest version https://github.com/jalibu/MMM-Jast/releases/tag/v2.9.5

        1 Reply Last reply Reply Quote 1
        • W Offline
          wyovino
          last edited by

          I can no longer edit this post so here is some additional information.

          I removed the config line that requests stock “AAPL” but all of the error messages still show unable to retrieve AAPL. Also note that all modules before and after MMM-JAST in the config file are working fine.

          [15.06.2024 21:29.13.803] [WARN] API request for ^DJI failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
          [15.06.2024 21:29.13.806] [WARN] API request for ^IXIC failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
          [15.06.2024 21:29.13.809] [WARN] API request for GOOG failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
          [15.06.2024 21:29.13.813] [WARN] API request for AMZN failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
          [15.06.2024 21:29.13.817] [WARN] API request for META failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
          [15.06.2024 21:29.13.819] [WARN] API request for TSLA failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
          [15.06.2024 21:29.13.820] [WARN] API request for UA failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.

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

            @wyovino please update to the latest version https://github.com/jalibu/MMM-Jast/releases/tag/v2.9.5

            1 Reply Last reply Reply Quote 1
            • S sdetweil has marked this topic as solved on
            • 1 / 1
            • 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