Web app - Euro Truck Simulator 2 dashboards

Forum rules
SCS as a company do not wish to have paid mods on this forum. While we understand that not all paid mods use the Intellectual Property of other companies/people, it is very hard to moderate what is and isn't acceptable when money is involved. There are also concerns that it could look unfavorable to potential work partners going forward if SCS allow mods that may potentially use unlicensed branding.
Posting in the Mods forum (ATS and ETS2) is restricted to sharing free-to-the-public mods and providing support for mods. For more details, please check the Forum Rules.
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#161 Post by jagfx » 10 Aug 2021 17:45

sanekaze wrote: 10 Aug 2021 15:41 Merci pour la mise à jour, le temps restant de la mission est bien affiché maintenant, et le temps avant le prochain repos aussi, il n'y a plus le décalage d'une heure sur ce que je viens de tester.
Par contre toujours un soucis d'affichage de la vitesse, en automatique, quand tu es en boite de vitesse 12+2
L'affichage de la vitesse est décalé de 2, plutot que d'afficher C1 et C2 puis de 1 à 12, il affiche 5 au lieu de 3 ou 14 au lieu de 12, je ne sais pas si ça peut être corrigé ou si c'est la même chose en manuel.

--------

Thanks for the update, the remaining mission time is well displayed now, and the time until the next rest too, there is no longer the one hour lag on what I just tested.
On the other hand always a problem of displaying the speed, in automatic, when you are in gearbox 12 + 2
The speed display is shifted by 2, rather than displaying C1 and C2 then from 1 to 12, it displays 5 instead of 3 or 14 instead of 12, I don't know if that can be corrected or if it's the same in manual.
Hi. I've see your issue but I've not yet work on it.

But as you explain me, It's a thing that I've been corrected for the new Scania S 12+2 in manual transmission. I'm not yet test or correct for any other truck and / or transmission. I'll do that when I gonna work on your issue.
Caribear
Posts: 31
Joined: 21 Feb 2021 17:24

Re: Web app - Euro Truck Simulator 2 dashboards

#162 Post by Caribear » 04 Sep 2021 08:59

jagfx wrote: 10 Aug 2021 17:39
Caribear wrote: 10 Aug 2021 14:11 Not sure If this was already mentioned and/or fixed but if you disable fatigue simulation in game and then re-enable it, the time in the app is incorrect. This is NOT the case in the EtsTelemetry or SimDashboard apps. Both of them return the time remaining when you disabled fatigue simulation and queries a new time when you re-enable it. Also, the Java version you are using for the latest release no longer works with Win 7.
Hi and thanks for your interest on this project.

But I don't know what you expect or what's your message purpose..
Can you tell me what do you expect about the remaining time ?

Also, this project do not use Java. It's a NodeJs packaged app.
Honestly I don't expect anything, I was merely highlighting that there is a bug with the fatigue time, but if you insist... If you uncheck fatigue simulation, the remaining time should stop and hold, and if you re-enable fatigue simulation the time should start counting down from where it last stopped. As I explained, that is how it works in both those other apps, meaning, there is a bug somewhere with yours.

Moreover.... NodeJs is a Javascript runtime so it for sure uses Java. I am not sure how else you want me to explain it. Using the latest build of yours gives a Java incompatibility error on Win7 due to Java themselves halting support for Win7 and I was again just informing you of this in order for you to state on the front page that Win7 is not supported anymore.
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#163 Post by jagfx » 05 Sep 2021 12:04

Hey all.

A new version was released !
V1.6.4

In this new release, I've worked on the performance issue. This was block me on the others developments. So, now, you've wont get any other performance issue. If you've got one, please tell me ;)

This release can support the latest SCS SDK to the v1.11 version. You can download the latest version ;)
With this new SDK version, another bug have been fixed: #47 The job informations disappearing when you use the train.

And then, the famous part on this release, you can show the map on the JAGFx skin ! See it !
[ external image ]


Also, I've made the map control UI more relevant to match with all possibilities and the JAGFx skin ;)
[ external image ]

Have fun and enjoy ;)

Breaking changes:
No breaking changes on this release.

To see all breaking changes, see this readme

Features:
- Final performance issue correction
- Support of SCS SDK 1.11
- Map widget on JAGFx skin
- Map skin reworked

Changelog:
6065d44 - :bookmark: release v1.6.4 (JAGFx)
44f01c3 - :arrow_up: upgrade dependencies (JAGFx)
9b12aa8 - :bug: #75 correct prefix letter in automatic shift (JAGFx)
f7e977e - :bug: correct event display (JAGFx)
75b149d - :sparkles: upgrade scs SDK to 1.11 (JAGFx)
cbb0c72 - :bug: correct somme bug on event overlay displaying (JAGFx)
4c8be8f - :rotating_light: correct code style (JAGFx)
72e5185 - :memo: update doc (JAGFx)
d12e4f5 - :arrow_up: upgrade dependencies (JAGFx)
7eadce0 - :bug: #75 correct the displayed speed on automatic transmission (JAGFx)
8247a9f - :bug: correct speed limit event overlay (JAGFx)
57b8f82 - :bug: #79 correct calculation of job remaining time (JAGFx)
9c07358 - :twisted_rightwards_arrows: merge perf branch (JAGFx)
5203bbb - Merge branch 'feat/perf' (JAGFx)
b5aa571 - :lipstick: [feat/perf] correct style on the embedded map (JAGFx)
dfd90a3 - :rewind: [feat/perf] revert debug stuff (JAGFx)
69b92e8 - :lipstick: [feat/perf] clear button style for each on map (JAGFx)
b051e63 - :zap: [feat/perf] improve performance of telemetry data update (JAGFx)
5f6abea - :lipstick: update icon for map controls (JAGFx)
40f9ab1 - :zap: change the telemetry websocket implementation (JAGFx)
a23dd0e - :arrow_up: upgrade dependencies (JAGFx)
79d6c85 - :memo: update doc (JAGFx)
a96a3f6 - :memo: update doc (JAGFx)
32f2891 - :memo: update doc (JAGFx)
b9f62bb - :recycle: [feat/perf] change plugin into a vuex store (JAGFx)
e494732 - :construction: [feat/perf] change the place of ready overlay processing (JAGFx)
f18e31b - :construction: [feat/perf] try another way to dispatch telemetry data through components (JAGFx)
2cbd123 - Merge branch 'master' into feat/perf (JAGFx)
3d761f6 - :lipstick: [dash/map] minor fix (JAGFx)
df8baea - :sparkles: [dash/map] reskin of map (JAGFx)
899c311 - :bug: [feat/perf] correct gear displayed (JAGFx)
96b9797 - Merge branch 'master' into feat/perf (JAGFx)
36c17b5 - :zap: [feat/perf] try another way to get telemetry data through components (JAGFx)
ff915d0 - Merge branch 'master' into feat/perf (JAGFx)
68d9e03 - :construction: [feat/perf] some work in progress (JAGFx)
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#164 Post by jagfx » 13 Sep 2021 18:37

Hey all.

A new version was released !
V1.6.5

Quick fix for the event dispatching according to the #81 issue.

Changelog:
a6fe609 - 🔖 release v1.6.5 (JAGFx)
01edeaf - 📝 update documentation (JAGFx)
74bc254 - 🐛 #81 correct the dispatching of event was disabled (JAGFx)
e0afbbd - 📝 update readme (JAGFx)
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#165 Post by jagfx » 10 Oct 2021 14:04

Hey all.

A new version was released !
V1.6.6

In this release you've been able to see this app in multiple language. Currently, only English and French are available, but you can get your !

See more information in this readme

Breaking changes:
No breaking changes on this release.

To see all breaking changes, see this readme

Features:
- Add internationalization: English and French available

Changelog:
35b8644 - :bookmark: release v1.6.6 (JAGFx)
49d7759 - :adhesive_bandage: minor improvement (JAGFx)
05ef57d - :bug: correct debug data on the map (JAGFx)
a97d191 - :adhesive_bandage: correct i18n and debug data (JAGFx)
73385e4 - :arrow_up: upgrade dependencies (JAGFx)
851b8c6 - :memo: update documentation (JAGFx)
d954421 - :arrow_up: upgrade dependencies (JAGFx)
34f1df4 - :speech_balloon: [feat/i18n] add date translations (JAGFx)
8c82f32 - :speech_balloon: [feat/i18n] add translations (JAGFx)
8df12f1 - :speech_balloon: [feat/i18n] add translations (JAGFx)
35e6cc0 - :sparkles: [feat/i18n] add i18 system (JAGFx)
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#166 Post by jagfx » 07 Nov 2021 16:54

Hey all.

A new version was released !
V1.6.7

In this release you've been able to set your own port used by this app. By default, it's the same: 3000. Check your configuration.

Also, new language are available: Chinese and Russian.

Thanks for your work. If you want to update translation files, keep an eye on the Translation changes README.

Breaking changes:
No breaking changes on this release.

To see all breaking changes, see this readme

Features:
- Add new language: Chinese (Thanks dreamstar-2020) and Russian (Thanks Jonny_Bro)
- Add an option to choose port

Changelog:
e1a933a - :bookmark: release v1.6.7 (JAGFx)
8042420 - :memo: upgrade i16n documentation (JAGFx)
68a6360 - Translation for port update (#87) (Jonny_Bro)
0e459ca - :arrow_up: upgrade dependencies (JAGFx)
42ecd15 - :memo: add a translation change readme (JAGFx)
a8fb6ae - :sparkles: #84 add a config option to choose a port (SMITH Emmanuel)
317343e - :globe_with_meridians: add russian language (SMITH Emmanuel)
f12a34d - :globe_with_meridians: Add files via upload (#86) (Jonny_Bro)
5d0e0d8 - :sparkles: add chinese language (SMITH Emmanuel)
fd485ca - Add Chinese language (#85) (dreamstar-2020)
User avatar
zuim
Posts: 25
Joined: 18 Nov 2017 07:40
Location: Kyiv
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#167 Post by zuim » 22 Nov 2021 16:49

Hi!
App is amazing! thank you!!
But one problem happened today.
Yesterday everything was fine, and today "ets2-dashboard-skin_v1.6.7" starts and closes immediately.
Nothing in the system has changed, has not been updated ...
When I'm started ETS2 - popup info about a third-party plugin appears...
How to cure it?
jagfx
Posts: 134
Joined: 25 Apr 2020 07:43
Location: France
Contact:

Re: Web app - Euro Truck Simulator 2 dashboards

#168 Post by jagfx » 22 Nov 2021 17:52

zuim wrote: 22 Nov 2021 16:49 Hi!
App is amazing! thank you!!
But one problem happened today.
Yesterday everything was fine, and today "ets2-dashboard-skin_v1.6.7" starts and closes immediately.
Nothing in the system has changed, has not been updated ...
When I'm started ETS2 - popup info about a third-party plugin appears...
How to cure it?
Thanks for your message.
Can you tell me if you're using the beta 1.43?
If not, have you the latest version of scs-sdk-plugin?

Are you able to capture the third-party plugin error?!
User avatar
AkePhoe
Posts: 2063
Joined: 18 Aug 2016 08:06
Location: in the west of ostwestphalen

Re: Web app - Euro Truck Simulator 2 dashboards

#169 Post by AkePhoe » 22 Nov 2021 19:30

Hi, when starting the server i get this message
[ external image ]
Any idea whats wrong?
Thanks

The ETS2 telemetry app works ok in admin mode :?
User avatar
bmwGTR
Posts: 51
Joined: 30 Dec 2017 10:34
Location: Austria

Re: Web app - Euro Truck Simulator 2 dashboards

#170 Post by bmwGTR » 22 Nov 2021 19:46

Hi,

what helped in my case:
- start the .exe in a CMD window (not directly), then you will get the error message.

How to do it:
- Press "Windows + R"
- Type cmd
- Press enter
- in that cmd Window, go with "cd" to the folder where your dashboard exe is located
- then just type in "ets2-dashboard-skin_v1.6.7.exe" (dashboard will try to start, and you see the error message).

In my case:
[ external image ]

I just had to copy the scsSDKTelemetry.node from the Telemetry Server folder to the desired location, then it worked without problem.

Best regards,
bmwGTR
Post Reply

Return to “Others”

Who is online

Users browsing this forum: No registered users and 13 guests