rejas
43bcf4ab98
Run eslint over files, see what gets fixed automatically and clean up
2020-07-27 14:25:43 +02:00
Michael Teeuw
22fcee2a16
Merge branch 'develop' into pr/ZoneMR/2061
2020-07-01 19:29:41 +02:00
ZoneMR
ea31d34649
Fix #2030 - Clock can be off by a minute
...
Set minute/second in our model based on the actual time from moment() rather than our own attempt to track the time - which can drift or fail to respond to time changes.
Also, schedule time refreshes to happen 50ms after the minute/second is expected to change - preventing premature fires and rapid re-firings of notifications due to accuracy limits in setTimeout
2020-06-30 19:51:25 +01:00
Veeck
abb5dc5739
Run prettier over ALL files once
...
No other changes done in this commit
2020-05-11 22:22:32 +02:00
Veeck
7fc7d626bc
Add Module to globals, cleanup comments
2020-05-05 14:55:15 +02:00
rejas
b9d19cfcb4
First round of undef fixes
2020-05-03 12:40:48 +02:00
rejas
d8f093b226
Cleanup some globals
2020-05-02 10:33:24 +02:00
rejas
e7fc4ef1e7
Replace unsecure links with https ones
2020-04-28 23:05:28 +02:00
Veeck
ec187fe109
Update changelog and commen tags
2020-04-21 12:23:50 +02:00
rejas
d08bd4e866
Fix lots of warnings
2020-04-21 12:23:50 +02:00
rejas
941d5d7cd9
Fix mixed tabs and whitespace errors
2020-04-21 12:23:50 +02:00
rejas
6c926b8876
Add husky for pre-commit hook
2020-03-08 16:25:26 +01:00
rejas
5517a913d4
Run linter manually
2020-03-08 16:20:54 +01:00
Denis Treskunov
3f78c664eb
fix floating point bug in moon illumination calc
2020-02-19 09:31:02 -08:00
Denis Treskunov
f4c3e412a2
fix bugs in showMoonTimes in clock module
...
1. as reported on https://github.com/MichMich/MagicMirror/pull/1885 ,
toLocaleString is not supported on old iPad Safari
2. SunCalc.getMoonTimes returns moonRise/moonSet times for the given date,
so moonRise can be after moonSet. We want to display the most relevant
times, which are today's moonRise and the next moonSet.
2020-02-09 22:03:35 -08:00
Denis Treskunov
9cffa3dd67
fix calculation of duration until next sunrise
2020-01-18 17:02:40 -08:00
Denis Treskunov
36762a6e46
add duration until next sunset/sunrise
2020-01-18 09:50:43 -08:00
Denis Treskunov
85a52523cf
show sun/moon as bright rather than bold if obj is visible
2020-01-18 08:43:33 -08:00
Denis Treskunov
08b9e7b5b5
add sun/moon rise/set times
...
Icons become bold when the object is above the horizon. Also shows
percent of moon illumination.
2020-01-17 22:28:24 -08:00
buxxi
d208437c05
Changes to the clock module regarding the notifications sent. Disable sending of CLOCK_SECOND when displaySeconds not set. Avoid drifting by calculating the interval each time and use setTimeout instead of setInterval. Make sure the values sent with CLOCK_SECOND and CLOCK_MINUTE has the correct values instead of starting at 00:00 on startup
2019-09-22 17:33:01 +02:00
Michael Teeuw
7a272ef0ab
Merge conflict.
2019-06-14 13:19:29 +02:00
rejas
835668d96d
Add eslint semi rule
2019-06-05 10:23:58 +02:00
rejas
5c08bde0fa
More == -> === and != -> !== fixes
2019-06-05 09:32:10 +02:00
Charles Dyason
b2f59d6813
Added clock notifications for elapsed time.
...
Added notifications to default `clock` module to broadcast:
- `CLOCK_SECOND` for a clock second, and
- `CLOCK_MINUTE` for a clock minute having elapsed.
Each notification is broadcasted with the corresponding value i.e. `CLOCK_SECOND` -> `30` and `CLOCK_MINUTE` -> `5` .
2019-06-03 14:01:27 +02:00
Jon Kolb
44eccf5ee4
Only call updateDom in clock.js when the content has changed
2019-05-18 20:02:22 -04:00
Michael Teeuw
e4891e699f
Revert "Added autoLocation and autoTimezone option for weather modules and clock respectively."
2019-02-27 13:33:14 +01:00
Jacob Ebey
c608636b7a
- Added autoTimezone property to the clock
2019-02-09 13:41:42 -08:00
andogit7
1bbf2d8ce6
Update clock.js
2019-01-05 17:04:33 +00:00
Wolf-Gideon Bleek
b4fd570269
moved weekNumber into field and adjusted language handling accordingly [issue #910 ]
2017-10-03 21:18:25 +02:00
Unknown
c15148fc07
Issue with date aligment in clock.js
...
In reference to issue #927 . Made changes to clock.js and clock_styles.css to prevent aligment problem when displaying analog clock and large calendar entries
2017-06-26 20:19:13 +02:00
Veeck
20687d915a
Remove unused vars and whitelines, cleanups
2017-06-02 19:35:10 +02:00
Johan Hammar
f4509e24c6
Added a week section to the clock module
2017-03-28 22:02:30 +02:00
Michael Teeuw
4aec39df7a
Fix Merge Conflicts.
2017-03-17 14:32:01 +01:00
fewieden
e69908abef
fix indentation
2017-02-08 00:10:44 +01:00
fewieden
6cb3cf8747
fix indentation
2017-02-08 00:05:28 +01:00
fewieden
2f71a43420
dry pattern
2017-02-07 23:51:13 +01:00
Michael Teeuw
1d02154d99
Fix eslint issues.
2017-01-15 19:41:42 +01:00
Michael Teeuw
949f7587dc
Solve issue: #611
2017-01-15 19:38:46 +01:00
Rodrigo Ramírez Norambuena
19d906c5e4
fix tabs, remove extra spaces and lines.
2016-12-29 22:23:08 -03:00
Rodrigo Ramírez Norambuena
83ee0534f2
fixed eslint error into modules for Javascript files
2016-12-02 23:23:54 -03:00
Rodrigo Ramírez Norambuena
db6e0ccf63
clock: remove statement of repetead code.
2016-11-26 11:45:12 -03:00
Rodrigo Ramírez Norambuena
95f1382fbf
add support to enable set timezone for show in clock module.
2016-10-24 23:55:40 -03:00
Andrew Chumchal
747e1a818d
Able to turn off and on the clock module
2016-09-11 08:14:28 -07:00
Ashley M. Kirchner
13305d111e
Ability ot turn off date view on analog clock & small grammer error fix in module.js
2016-07-20 13:31:46 -06:00
Ashley M. Kirchner
fcb503e885
Switched to SVG graphics for scalability
...
(cherry picked from commit 15f0956b60ec0d16302875bd53dcc037581ad96b)
2016-07-09 19:37:00 -06:00
Ashley M. Kirchner
c1055234d8
Switched to SVG graphics for scalability
...
(cherry picked from commit 6cb43cac824d57e0ebafc3b00bb15104ff78d4be)
2016-07-09 19:36:52 -06:00
Ashley M. Kirchner
a9540ffabe
Analog clock addition
...
(cherry picked from commit 7bae93fdb2744b0deab84882506a333ff809b3a3)
2016-07-09 19:36:20 -06:00
Ashley M. Kirchner
5e94c8be7b
Analog clock addition
...
(cherry picked from commit f01b6325ed1784f1bebc3fc755da01e6fda60070)
2016-07-09 19:36:02 -06:00
Michael Teeuw
5be5741ac3
Possible fix for #181
2016-05-10 16:18:35 +02:00
Nicholas Hubbard
8b792c5fe0
clockBold's Re-Incarnation: Part I
2016-04-29 11:24:14 -04:00