OpenMarine
Update MXTommy does not work - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: Update MXTommy does not work (/showthread.php?tid=2027)



Update MXTommy does not work - verkerkbr - 2019-10-11

Just did the latest update of MXTommy. However MXTommy did not start in OpenPlotter. Not with localhost or 127.0.0.1.

Using MXTommy from another system with Ip adres of the OpenPlotter RPI it does work.

If I use the same adress 192.168.1.146 in OpenPlotter MXTommy also works.

There is something missing.

Bram


RE: Update MXTommy does not work - SkipperEarly - 2019-10-12

Works fine at my install.
Have you checked /etc/hosts file
Mine looks like this:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

127.0.1.1 openplotter
10.10.10.1 openplotter.local openplotter


RE: Update MXTommy does not work - verkerkbr - 2019-10-12

It worked fine before. But after the (SignalK) MxTommy upgrade to 0.1.12. But if I use the signalK Ip adres then it is working.


RE: Update MXTommy does not work - SkipperEarly - 2019-10-14

don't know if there is somewhere a dedicated MXTommy thread - so allow me to raise a question here ( or move to ? )
- how can coordinates get displayed. I tried "numeric" and "unitless" but that does not display e.g. the position satisfying.

Can anyone advise how to configure displaying position data with Degree Minutes.dec N/S or E/W ?


RE: Update MXTommy does not work - SkipperEarly - 2019-10-25

(2019-10-14, 09:25 AM)SkipperEarly Wrote: don't know if there is somewhere a dedicated MXTommy thread - so allow me to raise a question here ( or move to ? )
- how can coordinates get displayed. I tried "numeric" and "unitless" but that does not display e.g. the position satisfying.

Can anyone advise how to configure displaying position data with Degree Minutes.dec N/S or E/W ?

I guess only the author will be able to answer this question


RE: Update MXTommy does not work - verkerkbr - 2019-10-25

MxTommy works very well. Problem with the network settings is not yet solved.

Changing the format of the position data seems allready solved in another application: Instruments.

It is a bit hidden. But if you click on the small icon in the upper left corner, you can change the position data format.

It seems to me, not to be difficult to add this option to MxTommy KIP.


RE: Update MXTommy does not work - SkipperEarly - 2019-12-06

When I use the link 10.10.10.1:3000/@mxtommy/kip/#/page/0 on another devise the "customization" of my configuration is not carried over.
Can anyone advise how to copy the configuration to another e.g. android phone or tablet?


RE: Update MXTommy does not work - jim321 - 2019-12-06

i think the config is saved in the browser so it would need to be set up again for each device.

http://forum.openmarine.net/showthread.php?tid=998&pid=4836#pid4836

just to clarify MxTommy is the developer, kip is the app.
and he has not logged on here for 3 months and last update for kip on github was 4 months ago.
thread to read for discussions with the dev.
http://forum.openmarine.net/showthread.php?tid=998


RE: Update MXTommy does not work - jim321 - 2019-12-06

as for networking
from the pi directly ssh or vnc 127.0.0.1 or localhost or 10.10.10.1 should work.
if connected to the pi's ap with another device
use 10.10.10.1
if connected to another network say pi Ethernet to router you need to use the ip the router assigned to it like 192.168.x.x if you connect thru that network.
openplotter makes a network @10.10.10.1 if you connect to a network with 192.168.x.x.it wont see the 10.10.10.1 localhost network. and it will use the 192.168.x.x to query any web page that openplotter host's
i hope i explained that ok