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"}
]
}
}