6 Commits
Author SHA1 Message Date
BluefoxandGitHub 500de79b5d Sometimes at the very start no profiles provided. (#5591)
At the first start the nightscout is crashed if profile not full.
2020-06-12 17:33:38 +03:00
BluefoxandSulka Haro 5cc19ae163 Allow use cgm-remote-monitor as npm package. (#4847)
To use cgm-remote-monitor as npm package, the main attribute is required.
2019-12-14 14:29:32 +00:00
BluefoxandSulka Haro 196bcd65bd Fixed error if latestSGV not filled (#4919)
* (bluefox) add npmignore

* Make it runnable as npm package

* (bluefox) use absolute path for static folder

* Allow start not only from cgm-remote-monitor

* (bluefox) add polling option to make it possible the communication without socket.io

* 0.12.3-2
Allow slow communication without socket.io

* (bluefox) fix errors

* (bluefox) fix clock with authentication

* (bluefox) fix clock

* fix time

* Formatting

* Fix clock if authentication is enabled
Add .npmignore file

* Add time to clock view back

* Formatting

* Fix authentication dialog
Take browser language for auth dialog

* Select browser language for authentication dialog
Make authentication dialog bigger to suit for other languages.

* Update hashauth.js

* Update hashauth.js

* Update hashauth.js

* Update hashauth.js

* (bluefox) fix chart if no latestSGV defined

* Select language from localStorage

And get suitable language for the very first auth dialog (before the settings were read from server or user can select language in the configuration)

* Fix language selection

* Charts were fixed if no latestSGV value found
HTML formatting for "TDD average" and so on

* Remove .npmignore

* Some code formatting. No relevant changes

* Show "-?-" in clock mode if no measured value found.

* Small CSS Formatting
2019-09-17 20:47:30 +03:00
BluefoxandGitHub 1c9d5b1409 Use not only from cgm-remote-monitor 2019-08-03 21:22:14 +02:00
BluefoxandGitHub 5e883886ee Formatting 2019-08-03 21:18:54 +02:00
BluefoxandGitHub 54ae531528 Allow start nightscout from other directories but cgm-remote-monitor
If I start nightscout from other path, e.g. from `/opt` and nightscout is in `/opt/cgm-remote-monitor`, it tries to find `/opt/tmp` what does not exist.
2019-08-03 21:06:25 +02:00