-
```
1. The existing time expression should be enhanced to support more "well-known"
times and simple math. Right now there are only 2 well known times: Time is
midnight and Time is noon. There shoul…
-
``` js
var datetime = new Date();
var latitude = 29.97;
var longitude = -90.1;
var sunPosition = SunCalc.getPosition(datetime, latitude, longitude);
var moon = SunCalc.getMoonIllumination(datetime);
…
-
Problem fetching latest suncalc apparently...
```
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules…
-
```
1. The existing time expression should be enhanced to support more "well-known"
times and simple math. Right now there are only 2 well known times: Time is
midnight and Time is noon. There shoul…
-
Hello,
I am tring to install iotdb-homestar in Ubuntu 15.04 but it fails. Could you help me to fix that?
sudo apt-get install npm node
Lecture des listes de paquets... Fait
Construction de l'arbre …
lboue updated
9 years ago
-
Sat Nov 15 2014: does not return any moonrise/set. Local weatherclock says moonrise 0:46 moonset 13:23
This seems to be an off by 1 error in SunCalc.getMoonTimes
```
// go in 2-hour chunks, each ti…
ghost updated
9 years ago
-
Hi guys,
Pretty sure this isn't a connection issue.
I'm trying to download the package 'suncalc' and I'm getting a 404 error.
[Link to the Package](https://www.npmjs.org/package/suncalc)
log:
```…
-
there is no value defined for set, if (roots === 1) is false and (h0 < 0) is false.
this leads to error.
tested with my location for today: SunCalc.getMoonTimes(new Date(), 45.5, 28)
result: Error: …
-
I installed clvrbot and launched it on the freenode irc
However, it's alway responding Error: 403.
Do you know why ?
-
I have standalone code that converts to/from the Badi (Baha'i) calendar, and formats dates in that system. I would like to make a calendar plugin so that Badi dates are available in moment.
Is there …