Open DrMabuse-2017 opened 6 years ago
At least it works for you, if I try to go to the dashboard I only get a blank page with a little bit of text at random places and nothing makes sense xD
@ZeroCool940711 I think that some resources are not loaded. Look in the debugger console of the browser
@DrMabuse-2017 I get this error on the console.
Edit: I managed to fix it, after taking a look at Issue #1176 , what fixed the problem was using
npm install --unsafe-perm
I think that should be added to the readme.md under a section called "Troubleshooting" or something, I see a lot of people having that same problem and if its a known problem I think the best for everyone will be to add it somewhere where everybody can see the fix.
About this issue : you can change the decimal points values in /templates/dashboard.ejs, line 76 for example, the parameter you want to change is : maximumFractionDigits
@sarcos I know that. But the number has already been rounded before. The dashboard is only a view from existing result
Example: Real crypt price in BTC: 0.00000569 Dashboard price in BTC: 0.0000057
System information
Hello guys... The zenbot works very well.
I have a small problem. In the dashboard, some numbers are only with 7 decimal numbers.
Example for a small crypto: TRX 0.0000039 Better for me are 8 decimal numbers: 0.00000394, 0.00000398 etc.
This is in several places on the dashboard like this:
Please see screenshot with the red markings.
How can I extend the decimal numbers to 8 ?
Many Thanks Mario