We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry PI OS
18.19.0
2.20.0
v2.9.3
In the previous version, the currency used to be right aligned but now it's jagged since it's left aligned with the stock name.
I tried messing with the CSS to fix this, but nothing worked to help move the currency to the right.
No response
{ module: "MMM-Jast", position: "top_right", header: "Stonks", config: { currencyStyle: "symbol", // One of ["code", "symbol", "name"] fadeSpeedInSeconds: 3.5, lastUpdateFormat: "HH:mm", maxChangeAge: 1 * 24 * 60 * 60 * 1000, maxWidth: "100%", numberDecimalsPercentages: 1, numberDecimalsValues: 2, displayMode: "none", // One of ["none", "vertical", "horizontal", "table"] showColors: false, showCurrency: true, showChangePercent: true, showChangeValue: false, showChangeValueCurrency: false, showHiddenStocks: false, showLastUpdate: false, showPortfolioValue: false, showPortfolioGrowthPercent: false, showPortfolioGrowth: false, showPortfolioPerformanceValue: false, showPortfolioPerformancePercent: false, showStockPerformanceValue: false, showStockPerformanceValueSum: false, showStockPerformancePercent: false, stocksPerPage: 2, // Only relevant for display mode "table" updateIntervalInSeconds: 300, useGrouping: false, virtualHorizontalMultiplier: 2, stocks: [ { name: 'SPDR S&P 500', symbol: 'SPY'}, { name: 'Vanguard', symbol: 'VOO'}, { name: 'Tesla', symbol: 'TSLA'}, { name: 'Apple', symbol: 'AAPL'} ] } },
The text was updated successfully, but these errors were encountered:
Hi @Artistiqa thank you for reporting this. Can you post a screenshot of your problem?
Sorry, something went wrong.
Same issue...
thanks for reporting that.
I can't say yet when I'll be able to take care of it, as I simply don't have the time at the moment.
Any fix PR is welcome
No branches or pull requests
Platform
Raspberry PI OS
Node.js Version
18.19.0
MagicMirror Version
2.20.0
Module Version
v2.9.3
Description
In the previous version, the currency used to be right aligned but now it's jagged since it's left aligned with the stock name.
I tried messing with the CSS to fix this, but nothing worked to help move the currency to the right.
Expected behavior
No response
Current behavior
No response
Possible solution
No response
Steps to reproduce
git clone https://github.com/jalibu/MMM-Jast
cd MMM-Jast
npm install
currencyStyle: "symbol",
displayMode: "none",
Log
No response
config.js
Additional info
No response
The text was updated successfully, but these errors were encountered: