rejas
f2bc10c5c0
Add tests for new methods
2021-08-31 23:32:05 +02:00
rejas
43eb760bce
Use isDayTime method
2021-08-31 22:01:30 +02:00
rejas
a7684e3e9f
Add common method for determining if it is daytime
2021-08-31 21:55:43 +02:00
rejas
8949aa3bec
Add common method for updating suntimes
2021-08-31 21:41:27 +02:00
rejas
6225abb010
Fix showTime parameter
2021-08-29 20:00:55 +02:00
Michael Teeuw and GitHub
8589d9c482
Merge pull request #2634 from jupadin/fixTimeOffset
2021-08-29 14:03:07 +02:00
Julian Dinter
cfff2ad72b
Changed comment regarding "ical.js" and "node-ical".
2021-08-25 17:28:37 +02:00
rejas
3e1b051ec3
Fix layout of digital clock
...
ALignment was always set to center. Instead it now takes the positions alignment (left/center/right)
2021-08-22 22:34:11 +02:00
Julian Dinter
83b8cc6729
Ran npm run lint:prettier..
2021-08-22 14:23:10 +02:00
Julian Dinter
878c0be727
[Fix] start time of calendar event gets corrected by time zone offset.
2021-08-22 14:16:02 +02:00
Julian Dinter
e7f06f5c0c
Removed duplicated and thus superfluous debug messages.
2021-08-22 14:06:24 +02:00
Julian Dinter
a1fc38c5fe
Prettified and added debug messages.
2021-08-22 13:57:24 +02:00
Michael Teeuw and GitHub
ff0ab24000
Merge pull request #2631 from apiontek/develop
2021-08-15 23:26:35 +02:00
Adam Piontek
1a8413d8f0
update weathergov provider to try fetching not just current but also forecast when API URLs available
2021-08-10 18:54:34 -04:00
rejas
f9639d9705
Refactor clock to allow finer placement of analog clock
2021-08-07 13:30:55 +02:00
rejas
3a5052c871
Final jsdoc comments
2021-08-05 16:38:57 +02:00
rejas
cd18794fca
Update jsdocs
2021-08-01 09:53:28 +02:00
rejas
745a5f0376
Move ignoreToday logic into template to fix undefined forecast
2021-08-01 09:39:07 +02:00
veeck
36d6a5bc15
Start cleaning up some jsdoc
2021-07-14 10:41:29 +02:00
rejas and veeck
2619f92d09
More var -> let/const conversions
2021-07-14 10:41:29 +02:00
veeck
bcff953fbb
Fix warning in weather provider
2021-07-14 10:41:29 +02:00
veeck
bcc0cc599d
Fix == usages
2021-07-14 10:41:29 +02:00
veeck
a1e3fed312
Disable eslint checks in deprecated weather modules
2021-07-14 10:41:29 +02:00
Michael Teeuw and GitHub
7fdf7de11c
Merge pull request #2600 from njwilliams/njw/openweathermap-onecall-fix
2021-06-25 11:32:49 +02:00
Nick Williams
775d1091db
typo when not using /onecall - was getting forecast from wrong attr
2021-06-24 21:39:32 -04:00
Nick Williams
e686611890
update One Call API results for openweathermap
...
The results from the /onecall endpoint were not
being parsed correctly in current and forecast mode - it was
assuming the current/forecast endpoint API, and the return
datasets are different. The effect was that the module
would simply display "Loading..." when in /onecall mode, since
it has no way of displaying error status (ideally, it should,
but leave that for another day)
2021-06-17 19:30:56 -04:00
Michael Teeuw and GitHub
2a6ca5d5ac
Merge pull request #2581 from Crazylegstoo/envCanadaFix
...
Fix to Environment Canada weather provider
2021-06-16 10:07:48 +02:00
Karsten Hassel
9269848f66
Merge branch 'develop' into jest
...
# Conflicts:
# CHANGELOG.md
2021-06-15 23:32:22 +02:00
Karsten Hassel
a71e61cd30
use short if in weatherforecast.js, add comment to logger.js
2021-06-15 23:29:07 +02:00
karsten13
1a244726aa
run prettier
2021-06-11 22:24:21 +02:00
Karsten Hassel
66759a33fa
unit tests
2021-06-07 00:16:53 +02:00
Robert Ewald
d56a6fb06f
disabled by default.
2021-06-03 12:45:08 +02:00
Robert Ewald
bace0ad339
indentation in template fixed.
2021-06-03 12:38:54 +02:00
Robert Ewald
6014eaf8eb
Merge remote-tracking branch 'upstream/develop' into feature/newsfeed-show-as-list
2021-06-03 12:27:26 +02:00
Robert Ewald
3e96e8b3f5
newsfeed: showAsList implemented.
2021-06-03 11:40:18 +02:00
Kevin G and GitHub
95d1b8a6d0
Corrected formating
2021-06-02 16:25:53 -04:00
Kevin G and GitHub
0ecb66c99e
Fixed precipitation unit conversion logic
...
Found an error that precipitation amount was not being calculated correctly when config.js is asking for Imperial units. This has been fixed.
2021-06-02 16:15:44 -04:00
Kevin G and GitHub
af52b91799
Fix to precipitation logic
...
Found a really dumb error I made that broke compatibility with OpenWeatherMap hourly forecast under certain conditions. This is now fixed.
2021-06-02 11:43:56 -04:00
rejas
1b42dc779b
Run prettier again
2021-05-29 16:11:39 +02:00
Michael Teeuw and GitHub
cdc8db4837
Merge pull request #2576 from rejas/calendar_fix
2021-05-29 14:02:13 +02:00
Michael Teeuw and GitHub
a0ee23d84e
Merge pull request #2568 from Crazylegstoo/envcanada
2021-05-29 14:01:04 +02:00
Michael Teeuw and GitHub
49d2d8c9d0
Merge pull request #2574 from daniel-windsor/forecase-ignore-today
2021-05-29 13:59:55 +02:00
rejas
4a63af0490
Set error to null once the events are coming again
2021-05-29 13:22:31 +02:00
Daniel Windsor
fc5a438cdc
Add flag that removes today entry in forecast
2021-05-26 21:45:24 +12:00
Robert Ewald
aa3a3bdf16
server data for newsfeed list.
2021-05-25 09:29:48 +02:00
Kevin G and GitHub
db89da3daa
Ran prettier
2021-05-21 12:11:58 -04:00
Kevin G and GitHub
463ce394fe
ran prettier...
2021-05-21 10:13:39 -04:00
Kevin G and GitHub
1faefebe42
Formatting correction for min/max display
2021-05-21 10:06:54 -04:00
rejas and veeck
4b1c7da171
Update jsdoc
2021-05-19 11:12:56 +02:00
rejas and veeck
bdfd6e5e9f
Fix calendar test
2021-05-19 11:12:56 +02:00