OpenMarine

Full Version: Reinstall Signalk/openplotter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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

[attachment=380]
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?
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