Michael Teeuw
18b61e35be
Merge branch 'develop' into unittest-calendar
2017-07-31 15:04:16 +02:00
Bas van Wetten
35e3b889c3
Add new unit tests
...
Add new unit tests for 'shorten' function in calendar module
2017-07-29 16:02:53 +02:00
Bas van Wetten
b89ee67daf
Merge branch 'fix-issue-961' into fix-issue-963
2017-07-28 21:33:10 +02:00
Bas van Wetten
7bd256c311
Fix calendar.js bug issue #963
...
Fixed calendar specific configuration settings maximumEntries and maximumNumberOfDays not overriding global setting
2017-07-28 21:07:38 +02:00
Bas van Wetten
4add7cd0b3
Fix calendar.js bug
...
Fix bug where excludedEvents count towards maximumEntries displayed
2017-07-28 17:47:22 +02:00
Rodrigo Ramírez Norambuena
56d2b4a80c
Close code tag and fix format for Modules Readme
2017-07-23 20:31:26 -04:00
Unknown
a7297d2685
Fix for issue #950
...
Changed 'server.js' to allow an empty ipwhitelist to allow any and all hosts instead of none as mentioned in the documentation
2017-07-18 14:07:18 +02:00
Michael Teeuw
c492ea77f1
Merge pull request #943 from QNimbus/fix-issue-940
...
Fix issue #940
2017-07-12 10:55:43 +02:00
Michael Teeuw
61d9112ba7
Merge pull request #941 from QNimbus/fix-issue-933
...
Fix issue #933
2017-07-12 10:55:23 +02:00
Unknown
db0bd3fa2d
Fix issue #940
...
Fix for issue 940 - time was incorrectly displayed in a 12-hour fashion regardless of the 24 hour clock preference in config.js
2017-07-09 11:46:59 +02:00
Unknown
551619e772
Fix issue #933
...
This is a fix for issue 933 which restores the original alligment of the analog clock; the analog clock still does not properly align to the left of the left sidebar when content of other left sidebar modules is too wide.
2017-07-08 21:31:05 +02:00
eouia
561ae102fb
add symbol and color on broadcasted events
2017-07-06 11:57:16 +02:00
Michael Teeuw
8fb7e79bb3
Merge branch 'develop' into calendar-timeformat-pr
2017-06-29 09:26:18 +02:00
Unknown
c15148fc07
Issue with date aligment in clock.js
...
In reference to issue #927 . Made changes to clock.js and clock_styles.css to prevent aligment problem when displaying analog clock and large calendar entries
2017-06-26 20:19:13 +02:00
Unknown
3404ebbbb8
Calender respects timeformat
...
In reference to issue #776 , made changes to calendar.js to respect timeformat config option if it is used
2017-06-26 14:43:40 +02:00
Unknown
9416980096
Added Dutch translation
...
Added Dutch translation to Alert module
2017-06-13 20:33:48 +02:00
Michael Teeuw
a65edf52ca
Merge pull request #916 from paviro/patch-7
...
Markdown header fixes
2017-06-13 16:53:46 +02:00
Paul-Vincent Roll
9f822c0991
Markdown header fixes
2017-06-11 23:44:43 +02:00
Veeck
96c338859b
More lazy sunday cleanups of missing semicolons, unused vars and other small thins
2017-06-11 11:53:55 +02:00
Veeck
20687d915a
Remove unused vars and whitelines, cleanups
2017-06-02 19:35:10 +02:00
Michael Teeuw
3c82dfc0a5
Merge pull request #897 from roramirez/information-Beaufort-function
...
Add link for information about Beaufort Wind Scale for ms2Beaufort
2017-05-26 14:40:47 +02:00
Michael Teeuw
0db40bbb32
Merge pull request #893 from xuanyou/xuanyou-patch-compliments-documentation
...
Xuanyou patch compliments documentation
2017-05-18 12:35:42 +02:00
Michael Teeuw
f66114e203
Merge pull request #892 from markuzSchmidt/patch-1
...
Correction of Documentation of `resume()`
2017-05-18 12:34:17 +02:00
xuanyou
cbb6e4d6f3
Update docs: classes config variable default value
2017-05-18 18:25:17 +08:00
xuanyou
34361ccd1c
Update documentation for compliments module
...
Added documentation for the config variable "classes" that allows the user to override the css classes of the compliments module display.
Fixed the erroneous "a default calendar is shown" to "default compliments".
2017-05-18 18:14:43 +08:00
markuzSchmidt
c953936798
Update README.md
2017-05-17 22:00:55 +02:00
retroflex
7c80eec755
Merge branch 'develop' into develop
2017-05-02 21:24:36 +02:00
retroflex
07c50c20b6
Spaces -> tabs.
2017-05-02 21:20:35 +02:00
Michael Teeuw
6b144c5816
Merge branch 'develop' into patch-2
2017-05-01 14:29:14 +02:00
Michael Teeuw
322cec0980
Merge pull request #877 from Arkkimaagi/better-translations
...
Improve translation flexibility
2017-05-01 14:27:35 +02:00
Jason York
0036ec2214
Update currentweather to support indoor temperature
2017-04-30 20:58:25 -05:00
retroflex
ba63a44ec8
Added option to set a separate date format for full day events.
2017-04-28 23:31:07 +02:00
Mikko Tapionlinna
7e5186c3c7
Add documentation for new translate features
2017-04-28 15:24:41 +03:00
Mikko Tapionlinna
2bc5253725
Set default value for showWindDirectionAsArrow
2017-04-28 13:59:07 +03:00
Mikko Tapionlinna
f58787bb50
Add documentation for showWindDirectionAsArrow
2017-04-28 13:58:52 +03:00
Mikko Tapionlinna
ee88897b18
Add better support for translations with backwards compatibility
2017-04-25 23:15:34 +03:00
Mikko Tapionlinna
0e486b45e1
Support showing wind direction with an arrow
...
As described in https://github.com/MichMich/MagicMirror/issues/871 this feature lets user use arrow instead of an abbreviation for wind directions. This can be especially helpful on languages like Finnish that do not have all the compass directions English has.
2017-04-24 23:54:32 +03:00
Michael Teeuw
7db07bca35
Merge branch 'develop' into bugfix-compliment-duplicates
2017-04-22 18:58:26 +02:00
fewieden
c4282a3593
null isn't typeof undefined
2017-04-22 12:25:51 +02:00
fewieden
778107aae9
add edge case anytime only
2017-04-22 12:09:52 +02:00
fewieden
581af762f9
bugfix for duplicated compliments
2017-04-22 11:35:42 +02:00
Johan Eliasson
31e63b576b
Indent and double-quoute
2017-04-21 23:02:33 +02:00
fewieden
a74efd285c
fix typo + eslint
2017-04-03 10:37:23 +02:00
Andrew McOlash
154e33a2c3
Make times align to the top of the cell
2017-04-02 15:10:00 -05:00
Andrew McOlash
63ae2b8095
Add in ability to wrap calendar events to multiple lines
2017-04-02 15:06:58 -05:00
Michael Teeuw
02f549d1dd
Merge pull request #809 from roramirez/readme-timezone
...
Add link more information timezone information for configuracion in clock module
2017-04-01 11:15:52 +02:00
Johan Hammar
47c356692f
Fix a few more typos
2017-03-30 22:14:11 +02:00
Johan Hammar
7345807871
Updated documentation and fixed typos for the newsfeed module. Fixes GH-804
2017-03-30 21:15:51 +02:00
Johan Hammar
f4509e24c6
Added a week section to the clock module
2017-03-28 22:02:30 +02:00
Rodrigo Ramírez Norambuena
f4408aa72c
Add link for information about Beaufort Wind Scale for ms2Beaufort
...
function in currentweather and weatherforecast module
2017-03-26 16:57:46 -03:00