Commit Graph

651 Commits

Author SHA1 Message Date
fewieden 5759ed3728 implemented config option decimal symbol, align indoor elements vertical, add humidity support to nunjuck unit filter, do not display degree symbol for kelvin 2019-01-04 20:14:28 +01:00
fewieden 827fbfb78f dimmed loading indicator for weather forecast 2019-01-04 20:14:28 +01:00
fewieden dc363de610 fix weather forecast table height 2019-01-04 20:14:28 +01:00
Michael Teeuw e224ec4ae0 Merge branch 'develop' into bug-fix 2019-01-04 17:00:18 +01:00
shbatm a257b15f86 Error handling for bad git data in updatenotification
Update CHANGELOG
2019-01-04 09:23:10 -06:00
Michael Teeuw a70cc53d82 Merge branch 'develop' into fwitte/weather_forecast_daily_openweather 2019-01-04 13:04:02 +01:00
fwitte 1df2de9202 updated README 2019-01-04 12:34:29 +01:00
fwitte b55685d610 added comments 2019-01-04 12:13:39 +01:00
fwitte 2156aac046 fixed typos, fetching forecast parameters by day 2019-01-04 12:07:02 +01:00
fwitte 3541d5adde removed degree symbol display for Kelvin scale, match source code in currentweather and weatherforecast 2019-01-03 12:06:52 +01:00
Michael Teeuw 7e69fa39eb Merge pull request #1497 from fewieden/feature/weather-module-improvements
fix rain amount information for different units and providers, docume…
2019-01-01 15:19:27 +01:00
fewieden 40a30c24a0 link provider readme in module readme 2018-12-30 20:52:27 +01:00
fewieden de04c12d3c fix rain amount information for different units and providers, documentation 2018-12-30 20:46:25 +01:00
Michael Teeuw ed617c5943 Merge pull request #1485 from djgalloway/wip-endtime
Document endTime variables
2018-12-30 15:42:04 +01:00
fewieden 8dd7621f29 add original feels like temperature and fixed it for imperial units 2018-12-30 14:17:13 +01:00
fewieden 88d862303d fixed beaufortwindspeed for imperial units 2018-12-30 14:14:17 +01:00
fewieden cc274ffebe fixed darksky metric units 2018-12-30 14:11:16 +01:00
fewieden 8a65bef004 add unit and language handling for weather provider darksky 2018-12-28 19:39:00 +01:00
fewieden 7a0bc81f48 Merge branch 'develop' of https://github.com/MichMich/MagicMirror into weather
# Conflicts:
#	css/main.css
2018-12-27 23:03:41 +01:00
fewieden 10bc326490 cleanup 2018-12-27 19:37:02 +01:00
fewieden 1920f8158e config options and documentation 2018-12-27 18:52:35 +01:00
fewieden 0ed2ba0183 darksky forecast and darksky current weather fixes 2018-12-27 17:56:34 +01:00
fewieden 95adc0aec1 forecast 2018-12-27 17:14:03 +01:00
fewieden ebee80d10e small improvements 2018-12-27 17:13:49 +01:00
fewieden 63836185d9 weatherprovider 2018-12-27 17:13:06 +01:00
David Galloway d0195e0509 Document endTime variables
Missed docs in https://github.com/MichMich/MagicMirror/commit/188aa14d82c163344dde23a35cd6f30eae8e95eb

Signed-off-by: David Galloway <dgallowa@redhat.com>
2018-12-20 11:40:50 -05:00
Michael Teeuw db04c26d24 Merge pull request #1480 from michael5r/newsfeed-removestarttags-bug
[FIX] Bug in newsfeed module using removeStartTags on a description
2018-12-19 16:17:52 +01:00
György Balássy f0c516e82d CHANGED: The Weather Forecast module by default displays the &deg; symbol after every numeric value to be consistent with the Current Weather module. 2018-12-14 11:32:58 +01:00
mschmidt 5b6306671c Initial 2018-12-10 14:02:50 -06:00
Dirk af459a5a28 formatting corrected
Corrected formatting due to Travis CI errors
2018-11-21 12:10:39 +01:00
Dirk cc96b86b3a Fading for dateheaders
Included fading for dateheaders option
Removed unnecessary switch statement in dateheaders option
2018-11-21 09:32:56 +01:00
Tom Wardill 78daa65d28 Ignore rrule errors 2018-11-07 18:53:04 +00:00
Thomas Bachmann d923ae2107 Merge branch 'develop' into develop 2018-10-29 20:30:37 +01:00
Thomas Bachmann 85931155e6 Fixed eslint issues
.. as requested in Pull Request #1424
2018-10-29 20:26:54 +01:00
Michael Teeuw 4fd87aca09 Change showEnd default to false. 2018-10-26 15:22:05 +02:00
Michael Teeuw 51fbff1a4a Merge branch 'develop' into addClassCellCalendar 2018-10-26 15:14:17 +02:00
Michael Teeuw 03b1389ee5 Merge pull request #1426 from gberg927/develop
Changed OpenWeatherMap URL in ReadME
2018-10-26 15:12:34 +02:00
Michael Teeuw cecc6f7561 Merge branch 'develop' into develop 2018-10-26 15:11:46 +02:00
Michael Teeuw c5e3422fcd Merge branch 'develop' into weather_forecast_screenshot 2018-10-26 14:40:57 +02:00
Michael Teeuw bd5a46b4ab Merge pull request #1431 from shade34321/weather_screenshot
Added in screenshot for current weather module.
2018-10-26 14:38:07 +02:00
Michael Teeuw 3a972bbbab Merge pull request #1432 from shade34321/clock_screenshot
Added in screenshot
2018-10-26 14:37:21 +02:00
Michael Teeuw 7768ea28bd Merge pull request #1433 from shade34321/compliments_screenshot
Added in compliments screenshot
2018-10-26 14:36:22 +02:00
Michael Teeuw 75add44e86 Merge pull request #1434 from shade34321/news_feed_screenshot
Added in screenshot for the newfeed module
2018-10-26 14:35:53 +02:00
Shade Alabsa 676a8a6421 Fixed README formatting errors. 2018-10-08 19:40:54 -04:00
Dustin db79e1271e (doc) showEnd config
Add documentation for showEnd configuration
2018-10-08 21:11:28 +02:00
Shade Alabsa d2b3efacf9 Added in screenshot for the newfeed module 2018-10-07 15:20:11 -04:00
Shade Alabsa a2ab94f971 Added in compliments screenshot 2018-10-07 15:16:10 -04:00
Shade Alabsa a0d92d764b Added in screenshot 2018-10-07 15:12:10 -04:00
Shade Alabsa 649b78e3f2 Added in screenshot for current weather module. 2018-10-07 15:01:51 -04:00
Shade Alabsa e7df1c3e56 Added in 5 day forecast screenshot 2018-10-07 14:55:07 -04:00