Michael Teeuw
daf9c807b5
Merge pull request #446 from contra/patch-1
...
fix typo
2016-09-18 08:42:03 +02:00
contra
5dfecfdee3
fix typo
2016-09-17 17:54:38 -04:00
Michael Teeuw
864e3c7a50
Merge pull request #437 from andyipod1437/develop
...
Able to turn off and on the date display the clock module.
2016-09-11 21:16:07 +02:00
Andrew Chumchal
747e1a818d
Able to turn off and on the clock module
2016-09-11 08:14:28 -07:00
Michael Teeuw
41fc7dd73d
Merge pull request #434 from nhubbard/develop
...
Clean Up the Contributing Documentation and Process: An Opera, Reincarnated
2016-09-09 08:56:34 +02:00
Nicholas Hubbard
c87c588c79
Clean Up the Contributing Documentation and Process: Part VII.LXVI.IV
...
* Fix yet another out-of-the-blue error that Stylelint found.
2016-09-08 16:00:48 -04:00
Nicholas Hubbard
5ab4b57411
Clean Up the Contributing Documentation and Process: Part VII.LXVI.III
...
* Fix the errors that popped up out of the blue from Stylelint.
2016-09-08 15:57:25 -04:00
Nicholas Hubbard
0ca903a146
Clean Up the Contributing Documentation and Process: Part VII.LXVI.II
...
* Fix the indentation in the clock CSS.
2016-09-08 15:51:58 -04:00
Robin Appelman
90207f9b68
add support for http basic auth for calendars
2016-09-08 21:29:17 +02:00
Phil Oakley
25ddf2c651
currentweather module api url bugfix
...
Running this on Raspberry Pi 2, node version v6.5.0, magicmirror@2.0.0
The current url created has a typo that causes the module to only display default weather units (Kelvin). After checking the website (http://openweathermap.org/current ), there is no "/" at this location in the url. Removing it fixes the issue and allows the user to see the specified units in config.js.
2016-09-05 19:06:21 -06:00
Jens
63351553d8
calendar.js doesn't overcapitalize future events
2016-09-04 14:24:49 +02:00
Jens
4630740ac7
Added 'getRelative' tag
2016-09-04 00:05:02 +02:00
Jens
0ff4884d3a
Added 'getRelative' tag
2016-09-03 23:42:24 +02:00
Jens
2dfdedf7b0
Update README.md
2016-09-03 23:40:29 +02:00
Jens
e1fa5fb180
Added 'getRelative' tag
2016-09-03 23:39:32 +02:00
Jens
4e47f9eb68
Added 'getRelative' tag
2016-09-03 23:37:09 +02:00
Jens
c4c8955bc2
Added 'getRelative' tag
2016-09-03 23:36:29 +02:00
Jens
493367da5e
point of time when calendar event gets relative now customizable
2016-09-03 23:22:51 +02:00
Jens
4ca185cf45
point of time when calendar event gets relative now customizable
2016-09-03 23:22:37 +02:00
Jens
8f4effbb8d
poinst of time when calendar event gets relative now customizable
2016-09-03 23:17:46 +02:00
Jens
c1b8fc1233
calendar dates are uniformly capitalized
...
This is an attempt at standardizing the calendar layout. Currently the calendar times are only partly capitalized, some time phrases start with lower-case letters, some don't (The ones pulled from the TRANSLATIONS folder start with upper-case letters, the others don't). Behavior has been changed to create a more standardized layout.
2016-09-03 00:39:46 +02:00
Michael Teeuw
c12dfc7b4d
Merge branch 'yo-less-patch-2' into develop
2016-09-01 09:39:34 +02:00
Jens
f5be159187
Added "DAYAFTERTOMORROW" tag if available
2016-08-31 22:11:31 +02:00
Jens
1b69e62e2e
Added "DAYAFTERTOMORROW" tag if config language is German
2016-08-31 14:39:37 +02:00
Platimir
177d113cd9
Update README.md
2016-08-30 15:57:52 +02:00
Andrew McOlash
853fa87012
Slight change to padding of humidity icon, just too much before
2016-08-28 01:58:56 -05:00
Andrew McOlash
a592ca25ff
Add in icon for the current humidity
2016-08-28 01:52:08 -05:00
Jens
bf5587fe09
Updated README.md
...
Fixed minor typo
2016-08-27 20:35:00 +02:00
Jens
d248b11ffc
Updated README.md
...
Fixed inconsistencies in tag removal instructions.
2016-08-27 13:48:33 +02:00
Jens
2a8c0c0c08
Updated README.md
...
Fixed inconsistencies in tag removal instructions.
2016-08-27 12:59:00 +02:00
yo-less
c427050a92
Allow for the removal of feed tags
...
Added options: both, description, title
2016-08-27 01:16:31 +02:00
yo-less
43a0829f44
Allow for the removal of feed tags
...
legibility update
2016-08-27 00:37:19 +02:00
yo-less
e9b8b91861
Allow for removal of feed tags
...
Updated README.md for legibility
2016-08-27 00:35:27 +02:00
yo-less
6f104f5056
Allow for the removal of feed tags
...
User-specified feed tags in description and title can be removed
2016-08-27 00:32:47 +02:00
yo-less
e720efabdc
Updated readme.md / Included more tag
2016-08-26 22:08:23 +02:00
yo-less
45cb770e41
Added option to remove "more" tags in description
...
Many feed descriptions end with with a link tag to the actual article
online (see http://www.deutschlandfunk.de/die-nachrichten.353.de.rss ,
for example). The mirror news description looks strange with this tag in
the end.
I have added an option to remove the tag from the description and
updated the readme.md accordingly.
2016-08-26 22:06:03 +02:00
Andrew McOlash
c6f424201b
Fix indentation and spacing
2016-08-18 09:32:19 -05:00
Andrew McOlash
a7db8cf7cd
Humidity data to the current weather module
2016-08-17 21:51:48 -05:00
xander
281269aa0d
Updated weathericons to latest version and fixed weatherforecast.js which got broken because of it.
2016-08-03 11:43:28 +02:00
Michael Teeuw
3d3c4ba02f
Prevent currentweather module from crashing.
2016-07-31 17:13:49 +02:00
Ashley M. Kirchner
13305d111e
Ability ot turn off date view on analog clock & small grammer error fix in module.js
2016-07-20 13:31:46 -06:00
Michael Teeuw
ae37fa2bc5
Append slash to endpoint. (Fix issue #337 )
2016-07-20 18:51:34 +02:00
Ashley M. Kirchner
e223d752cb
Fixed README typo
...
(cherry picked from commit 368dc5d9b87da7ebdbc80f2fe7fcfc6a86e04b71)
2016-07-09 19:40:54 -06:00
Ashley M. Kirchner
fcb503e885
Switched to SVG graphics for scalability
...
(cherry picked from commit 15f0956b60ec0d16302875bd53dcc037581ad96b)
2016-07-09 19:37:00 -06:00
Ashley M. Kirchner
c1055234d8
Switched to SVG graphics for scalability
...
(cherry picked from commit 6cb43cac824d57e0ebafc3b00bb15104ff78d4be)
2016-07-09 19:36:52 -06:00
Ashley M. Kirchner
66a9138666
Analog clock addition
...
(cherry picked from commit 6af2ce07a17c6456c3a328133db48c2201345f6d)
2016-07-09 19:36:36 -06:00
Ashley M. Kirchner
279582ff21
Analog clock addition
...
(cherry picked from commit 9c7da4c24ee50b51e1e3ab513f73caadf3985e84)
2016-07-09 19:36:28 -06:00
Ashley M. Kirchner
a9540ffabe
Analog clock addition
...
(cherry picked from commit 7bae93fdb2744b0deab84882506a333ff809b3a3)
2016-07-09 19:36:20 -06:00
Ashley M. Kirchner
8f02cb83ed
Analog clock addition
...
(cherry picked from commit e7e7c6494d2cbf739069f8d77278b9241ae6aeec)
2016-07-09 19:36:13 -06:00
Ashley M. Kirchner
5e94c8be7b
Analog clock addition
...
(cherry picked from commit f01b6325ed1784f1bebc3fc755da01e6fda60070)
2016-07-09 19:36:02 -06:00