DashTV - The easy way to keep an eye on your investment

naruby

New Member
Feb 17, 2016
29
33
13
Your website doesn't work any more for me since you added the multilingual separators.
Uncaught TypeError: Cannot read property 'delimiters' of undefined

I'm from to Dutch speaking part of Belgium.
The lang var in script.js contains "nl", not "be-nl" as intended.
I've tested on Chrome & Safari, both on OSX 10.11

This will probably creates the same problem for other 2 part language codes ?
 

pille

Active Member
Feb 18, 2015
277
307
123
Your website doesn't work any more for me since you added the multilingual separators.
Uncaught TypeError: Cannot read property 'delimiters' of undefined

I'm from to Dutch speaking part of Belgium.
The lang var in script.js contains "nl", not "be-nl" as intended.
I've tested on Chrome & Safari, both on OSX 10.11

This will probably creates the same problem for other 2 part language codes ?
The language code of your browser is 'nl', correct?

Edit: please try again
 
Last edited by a moderator:

pille

Active Member
Feb 18, 2015
277
307
123
Down for me (Canada). Just says dash.org.
Actually the problem with languages should be fixed. Unsupported language codes just get ignored and you stay with the US standard. Have you tried to refresh the page some times? Tried incognito window? Maybe you have some bad parameters in your URL?

What's the return you get here http://dash-news.de/dashtv/test_locale.html ?
 
Last edited by a moderator:

TaoOfSatoshi

Grizzled Member
Jul 15, 2014
2,841
2,650
1,183
Dash Nation
www.dashnation.com
Actually the problem with languages should be fixed. Unsupported language codes just get ignored and you stay with the US standard. Have you tried to refresh the page some times? Tried incognito window? Maybe you have some bad parameters in your URL?

What's the return you get here http://dash-news.de/dashtv/test_locale.html ?
It's back up now, I refreshed it a couple of times.
 
  • Like
Reactions: pille

pille

Active Member
Feb 18, 2015
277
307
123
Everyone with the browser language code 'de' gets a german translation now. If you like to have supported another language follow these steps:

1. write what you get here (make sure you browser is setup with the correct language):
http://dash-news.de/dashtv/test_locale.html

2. translate this line:
Total value USD, USD/month, USD/day, DASH/value, DASH/month, DASH/day, Share/all MNs, Share/total supply, MN interest p.a.


Edit: maybe it's better to wait with this, until the content is more complete.
 
Last edited by a moderator:
  • Like
Reactions: tungfa

pille

Active Member
Feb 18, 2015
277
307
123
  • Like
Reactions: UdjinM6 and tungfa

tungfa

Grizzled Member
Foundation Member
Masternode Owner/Operator
Apr 9, 2014
8,898
6,747
1,283
hey @pille

somebody is asking:
"can you ask him to put all data in an array then just echo it json encoded without any html"
 

UdjinM6

Official Dash Dev
Dash Core Group
May 20, 2014
3,639
3,537
1,183
/perfectionist mode on
would be nice to get
Code:
"mncount":"3857\n","totalsupply":"6,533,894"
values as numbers instead of strings
/perfectionist mode off
 

UdjinM6

Official Dash Dev
Dash Core Group
May 20, 2014
3,639
3,537
1,183
Code:
TypeError: result.totalsupply is null
DTV.pollDashData/<()
script.js:125
 

pille

Active Member
Feb 18, 2015
277
307
123
New DashTV layout is live.



- more modern/structured fit on any screen layout
- light theme
- clickable tiles
- update-time indicator bar
- polish
- help menu

Enjoy.
 
M

MangledBlue

Guest
Love it - nice surprise to come home to

I use a Samsung Tab 3 that my mother gave me and I really don't have a use for it - or do I ?

:-D

I put it on my front speak near the TV and a couple of Pis

I run DASH TV 24/7 - love it

Only thing I see..... is that - it won't go full screen on this tablet
SWIPE down to re-load screen
SWIPE up to make full screen

nope - no full screen :-(



not the best pix I guess
 

pille

Active Member
Feb 18, 2015
277
307
123
MangledBlue for me it works like that on my android phone (Chrome):
- zoom in a bit
- swipe up
- zoom out

maybe you need to try another browser.
 

UdjinM6

Official Dash Dev
Dash Core Group
May 20, 2014
3,639
3,537
1,183
Nice @pille !

Though I would prefer the text below values to be moved down a bit:
Code:
#value .o, #dashValue .o{
   font-size: 65%;
   margin: 0vh 0 0 5.5vh;
}

div.o{
   margin-left: 5vh;
   margin-top: 0vh;
}
Can also be darken a bit (and [h]elp label too), smth like #777, maybe.
Also, network share labels seems to be missing, probably one node with "en de" class should be split into two nodes "en" and "de".

So in the end it would look smth like this:
 
  • Like
Reactions: splawik21
M

MangledBlue

Guest
Love it - nice surprise to come home to

I use a Samsung Tab 3 that my mother gave me and I really don't have a use for it - or do I ?

:-D

I put it on my front speak near the TV and a couple of Pis

I run DASH TV 24/7 - love it

Only thing I see..... is that - it won't go full screen on this tablet
SWIPE down to re-load screen
SWIPE up to make full screen

nope - no full screen :-(



not the best pix I guess


Okay - realized that I can ZOOM the screen - lol
Much better :-D

I love this tool :-D
 
Top Bottom