=
94c46f9881
New calendar display format with date headers for days and times listed next to events for that date
...
IE:
Sunday, May 1st
2:00 pm Soccer
4:00 pm Basketball
2018-05-09 22:32:15 -04:00
Janne Kalliola
0e2e8d2e2a
Changed weatherforecast to use dt_txt field
2018-05-08 18:45:38 +03:00
Parnic
173499f496
Fixed coloredSymbolOnly
2018-05-05 08:31:58 -05:00
Michael Teeuw
1081049074
Merge pull request #1264 from parnic/develop
...
Fixed heat index
2018-05-01 09:55:42 +02:00
Michael Teeuw
6434acd492
Merge branch 'develop' into colored-symbol-only
2018-05-01 09:55:05 +02:00
Brian Johnson
8053256203
Added option to calendar module that colors only the symbol instead of the whole line
2018-04-27 11:06:45 -05:00
Parnic
d6fe5ab417
Fixed heat index
...
Celsius and Fahrenheit were flipped. The index was computed in Fahrenheit but used as if it were Celsius.
2018-04-17 19:43:09 -05:00
Nico Domino
c90a1ab6dc
Updated newsfeed.js - improved fullscreen iframe
...
Had much better performance using 100vw (viewport width) than 100% (why - idk), but with 100% about 5% of my screen (1080x1920) to the right of the scroll bar was left black/blank, with 100vw I legitimately takes up the whole screen/viewport width.
With the 10000 height the articles would always load about half way scrolled down. So I reduced the height and style.height to 3000. At my resolution at least, which I assume is fairly common, I had much better results. Unfortunately 3000 also isn't perfect - this still requires some tweaking. The article loads perfectly at the top of the iframe at 2500, but 2500 is much too small for most articles. 3000 seemed a good compromise, I could scroll far enoguh to read most articles on Reuters, and also load far enoguh up to read the beginning of the article.
And finally I added a "scroll back up" button notification. This seems to work flawlessly.
2018-04-17 00:25:58 +02:00
Michael Teeuw
05ef68e079
Merge pull request #1258 from jannekalliola/develop
...
Support for hiding on-going events
2018-04-08 18:14:39 +02:00
Janne Kalliola
30c5d78647
Support for hiding on-going events
2018-04-08 14:57:28 +03:00
Chris Pickett
6bb4db3842
Midori 0.4.3 support
2018-04-07 20:01:53 -05:00
wonjerry
b73c549131
Error in MagicMirror/modules/default/currentWeather/currentWeather.js line 296, 300
...
Notice that self.config.animationSpeed can not be found because the notificationReceived function does not have "self" variable.
2018-04-06 21:25:10 +09:00
Michael Teeuw
3359c3cd45
Update currentweather.js
2018-04-06 13:03:06 +02:00
Michael Teeuw
1e6201093b
restore windChillInF variable.
2018-04-06 13:01:23 +02:00
BerndKohl
959ea69427
enabling translation for "feelsLike" in current weather
...
enabled translation
fixed typos in comments
added German translation
2018-04-06 12:28:47 +02:00
Michael Teeuw
f1dee488a7
Fix indent.
2018-04-02 14:11:21 +02:00
E:V:A
497145b1b5
null check for notification removal
...
Make sure there is something to remove, before we attempt to remove the notifications.
- This fixes #1240
2018-04-02 14:07:25 +03:00
Michael Teeuw
10eb41d319
FIx wind chill in Fahrenheit.
2018-04-02 12:58:19 +02:00
Michael Teeuw
45ec57afd7
Merge branch 'develop' into forecast_max_days
2018-03-25 14:52:42 +02:00
Michael Teeuw
698a11be58
Merge branch 'develop' into currentweather-module-updates
2018-03-25 14:51:47 +02:00
Michael Teeuw
79d40d5644
Merge pull request #1199 from ThomasMirlacher/develop
...
Add dc:date to parsing in newsfeed module, which allows parsing of mo…
2018-03-21 12:17:23 +01:00
Thomas Mirlacher
008e305a84
use doublequotes.
2018-03-21 11:58:09 +01:00
Kenn Breece
96d883c1c7
Merge branch 'develop' into kb/calendar-adv-filter
2018-03-20 15:38:16 -04:00
Kenn Breece
be0f262e37
Add advanced filtering to excludedEvents
2018-03-18 23:54:23 -04:00
Pranav Sethi
275956caba
Fixed typos in README.md for currentweather.
2018-03-12 22:22:45 -04:00
Pranav Sethi
15bc5431b6
Fixed Trailling Spaces
2018-03-12 05:25:33 -04:00
Pranav Sethi
f767531d89
Fixed Trailling Spaces
2018-03-12 05:25:01 -04:00
Pranav Sethi
7285ada9dd
Added feels like and kmph wind for currentweather module
2018-03-12 05:06:16 -04:00
Pranav Sethi
b9b9773df9
Merge branch 'develop' into currentweather-module-updates
2018-03-12 03:56:44 -04:00
Thomas Mirlacher
fa45e66da6
Add dc:date to parsing in newsfeed module, which allows parsing of more rss feeds.
2018-03-10 00:30:45 +01:00
Michael Teeuw
fb7e97b8ad
Merge pull request #1190 from E3V3A/patch-1
...
made the module "this" instances into a table
2018-03-06 09:36:04 +01:00
Pranav Sethi
62eb4f20da
Fixed Trailling Spaces to Pass checks
2018-03-03 05:08:12 -05:00
Pranav Sethi
43d5311e5e
Fixed Trailling Spaces
2018-03-03 05:00:26 -05:00
Pranav Sethi
a6f08a09d5
Added Feels Like and Windspeed in KMPH
2018-03-03 04:52:22 -05:00
Pranav Sethi
d93f5d7785
Added Feels Like and Windspeed in KMPH
2018-03-03 04:21:24 -05:00
E:V:A
c7170e6dc2
fix md header
2018-03-01 11:53:10 +02:00
E:V:A
bcf3ca7339
made the module "this" instances into a table
2018-03-01 09:44:57 +02:00
Michael Teeuw
b0af5b26ba
Merge pull request #1183 from fewieden/feature/translations-update
...
translations update
2018-02-17 10:30:30 +01:00
fewieden
1f873b93f6
changelog, linting
2018-02-17 10:17:59 +01:00
fewieden
505825056c
use translation template for updatenotifications
2018-02-17 10:10:57 +01:00
E:V:A
4e4d07ced6
Added ToC
...
ToDo: Fix ToC links to headers
2018-02-11 18:24:31 +02:00
Reagan Elm
3d1741c904
Respect maxNumberOfDays regardless of endpoint
2018-02-10 20:53:38 -05:00
vvzvlad
649652e373
Merge branch 'develop' into vvzvlad_local
2018-02-07 14:10:43 +03:00
vvzvlad
f9a525068b
add variable morning afternoon times
2018-02-05 18:15:02 +03:00
henrysun18
6802d152da
Show remote compliments at boot instead of after one updateInterval
2018-01-31 23:19:47 -05:00
Thomas Bachmann
790249dd1a
Merge branch 'MichMich/develop'
2018-01-29 21:37:25 +01:00
Thomas Bachmann
446a201d25
Allow to scroll articles with gesture events
2018-01-29 21:26:34 +01:00
Michael Teeuw
22e2fdc707
Jest implementation to get danger.js to work.
2018-01-25 19:43:09 +01:00
Michael Teeuw
fbcb7ae836
Update README.md
2018-01-23 19:10:37 +01:00
Andreas Cederström
f299ba6218
Put article ifram in front of modules
...
Before this change the article was brought up in its ifram in fullscreen and you could still see the other modules in front of it
2018-01-20 23:46:58 +01:00