Michael Teeuw
|
ef2fd16b69
|
Merge pull request #2448 from khassel/electron11
fix e2e tests after spectron update
|
2021-02-10 10:01:57 +01:00 |
|
TheDuffman85
|
120f0299b2
|
Added a new parameter to hide time portion on relative times
Added a new parameter hideTime with default value false. This parameter hides the time portion on relative times.
|
2021-02-09 16:05:38 +01:00 |
|
TheDuffman85
|
5ffd20b843
|
Removed unnecessary tabs
|
2021-02-09 15:21:14 +01:00 |
|
TheDuffman85
|
8e4ba4fe93
|
Respect parameter ColoredSymbolOnly also for custom events
|
2021-02-09 13:01:57 +01:00 |
|
Karsten Hassel
|
7ba76020d8
|
fix e2e tests after spectron update
|
2021-02-07 00:20:30 +01:00 |
|
buxxi
|
0683734d5a
|
Make a sane default for weatherEndpoint based on the type
|
2021-01-24 10:32:43 +01:00 |
|
buxxi
|
6cbd267384
|
Merge branch 'develop' into deprecate-old-weather
|
2021-01-24 10:22:39 +01:00 |
|
buxxi
|
948b6c8de8
|
deprecate module currentweather and weatherforecast
|
2021-01-23 13:12:56 +01:00 |
|
buxxi
|
3c4d7a33e0
|
Fixing code style issue with no return before default
|
2021-01-23 12:07:10 +01:00 |
|
buxxi
|
5a421220c9
|
Updating readme and changelog and fixing typo in method
|
2021-01-23 11:40:02 +01:00 |
|
buxxi
|
41508931be
|
Moving default values regarding specific providers into the providers themselves
|
2021-01-23 11:21:56 +01:00 |
|
buxxi
|
e2cfa24686
|
make weatherprovider have a method for hourly fetching instead of a generic weatherData
|
2021-01-23 10:45:55 +01:00 |
|
buxxi
|
d48113f2d9
|
Moving openweathermap specific check for hourly into its provider and make invalid types fail nicer
|
2021-01-23 10:13:41 +01:00 |
|
Michael Teeuw
|
78190d9c7f
|
Merge branch 'develop' into Issue-TranslateEncodedHtml
|
2021-01-21 15:10:14 +01:00 |
|
Michael Teeuw
|
eaf27b837e
|
Merge pull request #2422 from buxxi/develop
Refactoring newsfeed-module to use templates instead of dom-generation
|
2021-01-21 15:07:22 +01:00 |
|
Michael Teeuw
|
684dfb643b
|
Merge pull request #2420 from rejas/issue_2416
Add new Notification CURRENTWEATHER_TYPE
|
2021-01-21 15:05:09 +01:00 |
|
Michael Teeuw
|
314c3cb516
|
Merge pull request #2417 from ashishtank/Issue2221
Fixed Unit test case error for #2221
|
2021-01-21 15:04:33 +01:00 |
|
Dan Forsyth
|
33592b3c0e
|
Removed |safe from translates in the default module templates
|
2021-01-20 14:06:00 -05:00 |
|
Dan Forsyth
|
ad9c2549bc
|
Removed |safe from translates in the default module templates
|
2021-01-20 13:47:32 -05:00 |
|
veeck
|
90f07295b1
|
Add extra check for currentweather
|
2021-01-17 15:00:34 +01:00 |
|
buxxi
|
a5bb9d962d
|
Fixing eslint issues
|
2021-01-16 14:06:07 +01:00 |
|
buxxi
|
69c053a94f
|
refactoring newsfeed to use templates instead of generating dom in the code
|
2021-01-16 13:37:18 +01:00 |
|
buxxi
|
aaaf1f660c
|
refactoring newsfeed, moving hiding of module while loading away from dom-generation
|
2021-01-16 12:26:38 +01:00 |
|
buxxi
|
8538d83520
|
Moving newsfeed styling from js to a new css file
|
2021-01-16 11:52:55 +01:00 |
|
buxxi
|
132c98b767
|
refactoring newsfeed, moving tag stripping to loading instead of presentation logic
|
2021-01-16 11:10:53 +01:00 |
|
rejas
|
42cac81953
|
Fix tests
|
2021-01-15 23:12:44 +01:00 |
|
rejas
|
e0d43a4c1e
|
Add new Event CURRENTWEATHER_TYPE
- send it from the weather and currentweather module
- use it in the compliments module directly instead of the data
|
2021-01-15 21:47:14 +01:00 |
|
Ashish Tank
|
4966d6c920
|
Fixed Unit test case error for #2221
|
2021-01-14 19:10:04 +01:00 |
|
Michael Teeuw
|
1fd506f25d
|
Merge pull request #2414 from ashishtank/FeelsLikeCleanup
Feels like translation code cleanup
|
2021-01-13 09:50:11 +01:00 |
|
Ashish Tank
|
774b86c7dc
|
Code cleanup for feels like translation
|
2021-01-10 17:37:10 +01:00 |
|
Ashish Tank
|
2c3e8533c7
|
Issue #2221 - Weather forecast always shows night icons in day time
|
2021-01-10 16:24:46 +01:00 |
|
Michael Teeuw
|
6f0f75cf27
|
Merge pull request #2388 from drewski3420/no_negative_zero
No negative zero
|
2021-01-07 12:41:30 +01:00 |
|
Michael Teeuw
|
7b36bb025a
|
Improve readabiliy.
|
2021-01-07 11:51:10 +01:00 |
|
Ashish Tank
|
4a341b381e
|
Added support for variables in nunjucks templates for translate filter
|
2020-12-31 18:58:21 +01:00 |
|
Ashish Tank
|
fba91329f1
|
Added support optional support for DEGREE position in FEELS translation
|
2020-12-31 16:28:00 +01:00 |
|
drewski3420@gmail.com
|
e51f6597ed
|
This change prevents returning '-0' (negative zero) when roundTemp is true.
|
2020-12-30 09:03:19 -05:00 |
|
drewski3420@gmail.com
|
e80a65a3cd
|
This change prevents returning '-0' (negative zero) when roundTemp is true
|
2020-12-30 08:51:07 -05:00 |
|
drewski3420@gmail.com
|
7c3675c9e1
|
This change prevents returning '-0' (negative zero) when roundTemp is true.
|
2020-12-29 21:07:14 -05:00 |
|
Michael Teeuw
|
684dcdcef3
|
Merge pull request #2224 from ashishtank/develop
Issue 2221 - Weather module always shows night icons for locale other then english
|
2020-12-21 11:33:05 +01:00 |
|
Michael Teeuw
|
0419e06e7c
|
Merge pull request #2361 from buxxi/smhi-provider
Adding SMHI as a provider for the weather module
|
2020-12-21 11:29:20 +01:00 |
|
Michael Teeuw
|
a8ef594dab
|
Stupid commit to check github actions.
|
2020-12-21 11:23:02 +01:00 |
|
Michael Teeuw
|
a0366e794b
|
Stupid commit to check github actions.
|
2020-12-21 10:57:18 +01:00 |
|
buxxi
|
3f851c1fd6
|
Adding SMHI as a provider for the weather module
|
2020-12-19 11:13:46 +01:00 |
|
veeck
|
b373aa6250
|
Hide alert overlay when dismissed manually
|
2020-12-17 18:31:18 +01:00 |
|
Ashish Tank
|
85b6df3738
|
Issue #2221
|
2020-12-09 15:27:36 +01:00 |
|
ashishtank
|
a7b571e5d0
|
Merge pull request #6 from MichMich/develop
Develop
|
2020-12-09 12:04:15 +01:00 |
|
Ashish Tank
|
b3a9b7ef0e
|
Merge branch 'develop' of https://github.com/ashishtank/MagicMirror into develop
Pull from github
|
2020-12-09 11:59:30 +01:00 |
|
Ashish Tank
|
e984893853
|
Issue #2221 - Night icons are always shown for locale other then english
|
2020-12-09 11:58:47 +01:00 |
|
Michael Teeuw
|
e950cdaf32
|
Prettier fixes.
|
2020-12-08 16:20:48 +01:00 |
|
Michael Teeuw
|
f97be2f8f3
|
Fix prettier issue.
|
2020-12-08 16:07:11 +01:00 |
|