Janne Kalliola
c9577bcdc5
Added an if to use absolute dates with all events
2018-08-05 19:47:27 +03:00
Teddy Payet
81432b54a3
Classes for alert module
...
Use of classes instead of inline style. With those modifications, it will be easier to personnalize the alert with custom.css
2018-08-01 09:37:27 +02:00
Teddy Payet
4aa3353a1d
Wrong mixup… (cf german and spanish)
...
Thanks fewieden.
2018-07-11 01:45:16 +02:00
Teddy Payet
08fa511d17
Add some translations (mostly french).
2018-07-10 15:03:54 +02:00
Andreas Cederström
d12509957f
Abillity to toggle article in fullscreen
2018-07-07 16:50:10 +02:00
Janne Kalliola
dc3e960e79
Fixed parsing date, as dt_txt is missing from certain weather API results
2018-07-02 23:22:09 +03:00
fewieden
0fe79b5288
indoor data, new filter, small cleanup
2018-07-02 15:43:24 +02:00
Shameer Ashraf
34e5f29419
Fixed Wind Chill in Kelvin
2018-06-29 01:00:20 -04:00
Shameer Ashraf
f4910f0a8e
Fixed Heat Index for Kelvin
2018-06-29 00:23:04 -04:00
Matthew Veno
e56377117b
Add option to newsfeed for logging errors
...
- 'logFeedWarnings' added to newsfeed config, defaulted to false
- Only log parse feed errors when logFeedWarnings is true
- Updated README and CHANGELOG
- Fixes #1329
2018-06-26 20:01:28 -04:00
fewieden
66ceafd010
show indoor data, add loading message
2018-06-16 10:53:17 +02:00
Teddy Payet
afd829307d
Tabs and spaces from the original files
...
With a diff, here the orginal tabulations.
2018-06-11 23:09:00 +02:00
Teddy Payet
09abdc0f12
ESLint format
...
Resolve format ith eslint
2018-06-11 19:59:21 +02:00
Teddy Payet
ed4d17f578
README updated
...
Update of README for the new option.
2018-06-11 16:41:08 +02:00
Teddy Payet
cbc2eaf908
Customize classes for table
...
MagicMirror offers helper classes in the main.css. Therefore, we give
the possibility to indicate the class that we want.
2018-06-11 12:54:27 +02:00
Kenn Breece
70dccff293
Add regex filtering to calendar module
2018-06-03 21:12:31 -04:00
idoodler
b140ef3b7a
Ability to fetch compliments from a remote server
2018-06-03 15:47:56 +02:00
Michael Teeuw
c4dee3dd8d
Merge pull request #1293 from derRAV3N/patch-1
...
Add note to README.md
2018-05-22 15:27:03 +02:00
derRAV3N
091e024032
Add note to README.md
...
Add note to README.md to not add calendars that have entries before 1st January 1970.
2018-05-22 15:14:05 +02:00
fewieden
3341c9e3bf
start with forecast template
2018-05-21 10:57:22 +02:00
fewieden
91ddc00f7e
fix moment, add unit filter
2018-05-21 10:56:46 +02:00
Edward Shen
55a161fafe
Fixes #1282 .
...
Added a runtime var isShowingDescription that gets reset to user config.
this.config.showDescription no longer mutates during runtime.
Changelog has been updated to include this fix.
2018-05-15 20:37:45 -04:00
=
c6bf69cce4
fix linting errors. add line to changelog
2018-05-10 19:54:01 -04:00
=
e492012004
fix missing s on timeFormat
2018-05-09 22:36:53 -04:00
=
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