On Sunday, February 19, 2017 at 10:49:57 AM UTC-5, tempus wrote: > > > * weewx/latlon: 44.653749,124.048677 >
here is the problem. apparently you entered a non-negative longitude when you first installed weewx. debconf remembered that value, so it is used again when a new weewx.conf is created. (debconf is a debian thing - it remembers the settings for installing/configuring deb packages so that dpkg/apt do not have to prompt each time you update the software) this is how you would modify the weewx/latlon field in the debconf datastore: echo "set weewx/latlon 44.653749, -124.048677" | sudo debconf-communicate similarly for any of the other values. m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
