Read the statement by Michael Teeuw here.
[MMM-JaST] Just another Stock Ticker (new: version 2.x)
-
@jo-0
Btw. I’m new in MMM.
I got the message that there is an update for JaST.
How can I get this
git pull
npm install --only=production
does not help -
@jo-0 in the module folder, right?
-
@jo-0 said in [MMM-JaST] Just another Stock Ticker (new: version 2.x):
@jalibu said in [MMM-JaST] Just another Stock Ticker (new: version 2.x):
useGrouping: true,
it does not work.
I run scroll: “none”please PN me your module config
-
@jalibu don’t know how to PN
therefore here:
{
module: “MMM-Jast”,
position: “bottom_right”, //“bottom_center”,
config: {
locale: “de-DE”,
useGrouping: true,
stocks: [
{ name: “DOW 30”, symbol: “^DJI”, quantity: 10 },
//{ name: “S&P 500”, symbol: “^GSPC”, quantity: 15 },
{ name: “Nasdaq 100”, symbol: “^NDX” },
//{ name: “DAX 30”, symbol: “^GDAXI” },
{ name: “EUR/USD”, symbol: “EURUSD=X”}
],
maxWidth: “100%”,
updateIntervalInSeconds: 300,
fadeSpeedInSeconds: 15, //3.5,
scroll: “none”, // One of [“none”, “vertical”, “horizontal”]
useGrouping: false,
currencyStyle: “symbol”, // One of [“code”, “symbol”, “name”]
lastUpdateFormat: “HH:mm”,
showColors: true,
showCurrency: true,
showChangePercent: true,
showChangeValue: false,
showChangeValueCurrency: false,
showLastUpdate: false,
showPortfolioValue: false,
showPortfolioGrowthPercent: false,
showPortfolioGrowth: false,
numberDecimalsValues: 2,
numberDecimalsPercentages: 1,
virtualHorizontalMultiplier: 2
}
}, -
@jo-0 he meant pm, private message
-
@sdetweil I know, but where can I find the email address?
-
@jo-0 not email. chat here,
click his username,
then 3 dots to the right,
start new chat -
@jo-0 you have useGrouping property twice in your settings. As true and as false. remove the ‚useGrouping: false‘ and it will work
-
@jalibu Hi,
workes fine now! Exactly how i wanted it.
thank you.But next:
how can I update the modul?
‘git pull’
decline with the notice ‘please committen or stashen …’
cancellation.
Not sure what to do. -
@jo-0 in the modules/MMM-Jast folder try to execute
git reset --hard
first and continue withgit pull
andnpm install --only=production
in a second step.