sulkaharo on crowdin_incoming
New translations en.json (Frenc… (compare)
sulkaharo on crowdin_incoming
New translations en.json (Norwe… (compare)
@esha1701 may not be the only way but I extract via the api, something like
curl -X GET "https://<nightscout-site>/api/v1/entries/sgv?count=20" >output-file
will pull the last 20 readings to a file called output-file.
more details on the api are on your nightscout site at https://<nightscout-site>/api-docs/
please note: most NS discussion has moved to discord at https://discord.gg/zg7CvCQ so you may be better posting there
I just did a git pull
to upgrade to the latest of master branch(14.0.7). Then i did a npm install
, now when i do npm start
It just does :
```[andy@192 cgm-remote-monitor]$ npm start
nightscout@14.0.7 start /home/andy/cgm-remote-monitor
node server.js
```