weberk
weberk
Line 471: current var d = Gregorian.info(Time.now(), Time.FORMAT_SHORT); Line 471: var d = Gregorian.info(now(), Time.FORMAT_SHORT); otherwise you do never calculate the tomorrow sunset and sunrise values.
Hi Pedro, just wanted to verify my own Monkey C implementation of Pointcareé Plot with your data and results. Found major differences, as seen in the following screenshots legends (sd1...
Hi, such code will fail compilation because of redefinition of variable `value`. ``` class SunField extends BaseDataField { ... function cur_label(value) { if (gLocationLat != null) { var value =...