OpenMarine
Reinstall Signalk/openplotter - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Reinstall Signalk/openplotter (/showthread.php?tid=1364)



Reinstall Signalk/openplotter - Luckbert - 2018-08-01

Hello, everybody,

Is there a possibility to reinstall Signaled and/or Openplotter?
In an earlier version it was possible through a tab. 
 


Angel I made changes to a file and can't find them.  I can't go inside, either, I'm afraid.  I know it's a stupid rookie mistake. 
 


Greetings Jürgen


RE: Reinstall Signalk/openplotter - jim321 - 2018-08-01

sudo npm install --unsafe-perm -g signalk-server
dont know if this will work or not..
i think there's a way of changing the version # in a config file and it will be able to run update again..

sudo nano /home/pi/.openplotter/openplotter.conf

change version to lower#.. like 1.0.0 hopefully you have updated to newest v1.1.0...
ctrl x y reboot...run update from openplotter

   


RE: Reinstall Signalk/openplotter - Luckbert - 2018-08-17

Hello Jim,
my problem was not resolved. I'm probably not coming around for a reinstall. I'm still trying to uninstall AISReporter and then reinstall it. maybe this helps.

Jürgen

edit: how can I uninstall an aisreporter?


RE: Reinstall Signalk/openplotter - Luckbert - 2018-08-17

Hello, everybody, 
I'd like to describe my mistake a little. 
I send AIS data with aisreporter to my network running laptop. The virtual boot is also displayed. Unfortunately only a part of the static data. Correctly transferred name and MMSI. no length, width,...
Here is the /home/pi/.signalalk/defaults.json

Code:
{
 "vessels": {
   "self": {
     "name": "Rieke",
     "mmsi": "912119860",
     "design": {
       "draft": {
         "value": {
           "maximum": 1
         }
       },
       "length": {
         "value": {
           "overall": 5
         }
       },
       "beam": {
         "value": 1
       },
       "airHeight": {
         "value": 2
       }
     },
     "sensors": {
       "gps": {
         "fromBow": {
           "value": 1
         },
         "fromCenter": {
           "value": 2
         }
       }
     }
   }
 }
}

Is this where the mistake is?
Jürgen