Hi
@Trezdog44:
Feedback for Speedometer 5.0b beta:
Thanks for the beta. I do have the same freeze-problem as strelica (
here) with the Speedometer 5.0b (on my CX-5 / 56.00.513C EU).
What I did:
Installation was possible. But on the first activation/click on Speedometer in MZD apps the complete MZD froze while the MZD apps list was still shown. Speedometer did not start. Nothing could be done/clicked at the display/selected via commander knob, except a reboot via nav+mute. I tried several installations/matrix: With&without nav SD card and an update on an already installed speedo 5.0 and I tried a clean install (previously deinstalled speedometer). Always the same freeze happened.
Unfortunatley I do not have the AIO_log.txt or any other logs - and I do not have access to the car for one week now. But after the installation of the beta there did not show up a statusbar speedometer. Before (with 5.0) there was no speedometer in the statusbar installed.
Feedback for Speedometer 5.0 from AIO 2.7.4:
- 56.00.513C EU (my CX-5): Only after removing the nav SD card the altitude and altitude min/max worked fine. With inserted SD card it was just one value which did not change.
- 56.00.511 EU (another CX-5): Altitude etc. works fine with inserted SD card.
- So it`s just pressing (not turning) the command knob that changes the rows - now I experienced it. Thanks for adding the info to the instructions in the next AIO version - thats a cool feature and will probably be used more, when it is mentioned in the instruction.
German Translation for Speedometer 5.0:
User Tobi-HN from our
Mazda CX-5 Forum did some translations for the german language in "speedometerUpdate.js" - you are free to use them:
Code:
// *********************************************************************************************************************
// *********************************************************************************************************************
// language specific labels
// *********************************************************************************************************************
// *********************************************************************************************************************
// Deutsch
else if(language === 'DE'){
// $('#gpsSpeedFieldSet legend').html('Geschw. GPS');
$('#tripDistFieldSet legend').html('Strecke <span class="spunit">(<span class="distUnit">km</span>)</span>');
$('#speedTopFieldSet legend').html('Geschw. max');
$('#speedAvgFieldSet legend').html('Geschw. ∅');
$('#gpsAltitudeFieldSet legend').html('Höhe ü. NN <span class="spunit">(<span class="altUnit">m</span>)</span>');
$('#gpsAltitudeMinMaxFieldSet legend').html('<span>min/max</span>');
$('#gpsHeadingFieldSet legend').html('Fahrtrichtung');
$('#gpsLatitudeFieldSet legend').html('Breite');
$('#gpsLongitudeFieldSet legend').html('Länge');
$('#tripTimeFieldSet legend').html('Gesamtzeit');
$('#idleTimeFieldSet legend').html('Standzeit');
$('#engIdleTimeFieldSet legend').html('Leerlaufzeit');
$('.NorthEast').html('NO');
$('.East').html('O');
$('.SouthEast').html('SO');
$('#rpmDial .unit').text('U/min');
$('#fuelGaugeFieldSet legend').html('Kraftstofftank');
$('#gearPositionFieldSet legend').html('Ganganzeige');
$('#outsideTempFieldSet legend').html('Aussentemp. <span class="spunit">(°<span class="tempUnit"></span>)</span>');
$('#intakeTempFieldSet legend').html('Ansaugtemp. <span class="spunit">(°<span class="tempUnit"></span>)</span>');
$('#coolantTempFieldSet legend').html('Kühlertemp. <span class="spunit">(°<span class="tempUnit"></span>)</span>');
}
But some other translations were not possible for him, as he did not find the code for:
- Trip Fuel Economy (trpFuel)
- GPS Speed (gpsSpeed)
- AvgTotal Fuel Economy (totFuel)
- Average Fuel Economy (avgFuel)
- Engine Speed (engSpeed)