Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. # MMM DynamicWeather Control Change Log
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](http://keepachangelog.com/)
  4. and this project adheres to [Semantic Versioning](http://semver.org/).
  5. ## [2.14.1] - 2021-04-10
  6. ### Fixed
  7. - Fixed issue #40 with weather animation not changing after API code is different
  8. ## [2.14.0] - 2021-03-22
  9. ### Added
  10. - Removed zIndex option and added opacity as a substitue.
  11. ## [2.13.0] - 2021-03-22
  12. ### Added
  13. - Added sunny effect with multiple images. (added to configuration)
  14. ## [2.12.2] - 2021-02-23
  15. ### Changed
  16. - Applied more logging info and try/catch for error handling.
  17. ## [2.12.1] - 2021-02-19
  18. ### Fixed
  19. - Fixed issue with false value for hideSnowman and hideFlower not working
  20. ## [2.12.0] - 2021-02-19
  21. ### Added
  22. - Added a flower growing animation during rain and a snowman being built during snow
  23. - Added hideSnowman and hideFlower option (added to configuration)
  24. ## [2.11.0] - 2021-02-19
  25. ### Added
  26. - Winter mix weather effect to show snow and rain at sametime based on current weather
  27. - Added realisticClouds option (added to configuration)
  28. - Added particleCount for each effect (added to configuration)
  29. ## [2.10.0] - 2021-02-19
  30. ### Added
  31. - Added lightning effect for weather conditions. Added to alwaysDisplay option and hideLightning option. (added to configuration)
  32. ## [2.9.0] - 2021-02-18
  33. ### Added
  34. - Add min and max speed to effects
  35. ## [2.8.0] - 2021-02-18
  36. ### Added
  37. - Adding effect-one option for sequential
  38. ## [2.7.2] - 2021-02-18
  39. ### Fixed
  40. - Fixed issue with sequential taking twice as long and holiday not being removed the next day
  41. ## [2.7.1] - 2021-02-05
  42. ### Changes
  43. - Cleaned up code, removed unncessary comments and logs, formats, renamed example files
  44. - Updated module description
  45. ## [2.7.0] - 2021-02-05
  46. ### Added
  47. - Added fog weather effect (added to configuration)
  48. ## [2.6.1] - 2021-02-05
  49. ### Fixed
  50. - Issue with larger images getting cut off has been resovled by changing background to "contain", which will not keep ratio of image
  51. ## [2.6.0] - 2021-02-05
  52. ### Added
  53. - Adding fade duration to slowing hide effects (added to configuration)
  54. ## [2.5.0] - 2021-02-05
  55. ### Added
  56. - Adding recurrence option for effects (added to effect configuration)
  57. ## [2.4.1] - 2021-02-04
  58. ### Added
  59. - Adding sequential option (added to configuration)
  60. ## [2.3.0] - 2021-02-04
  61. ### Added
  62. - Adding min and max weatherCode for effects (added to effect configuration)
  63. ## [2.2.1] - 2021-02-04
  64. ### Added
  65. - Adding Right-Left and Left-Right Directions (added to effect configuration)
  66. ## [2.1.3] - 2021-02-04
  67. ### Fixed
  68. - Minor bugfix where effects don't show with no year and no holidays
  69. ## [2.1.0] - 2021-02-04
  70. ### Added
  71. - Holidays to effects so that they display on a specific holiday date (added to effect configuration)
  72. ### Changed
  73. - Forced weather and holiday requests to finish before display effects
  74. ### Fixed
  75. - Issue with effectDelay not working
  76. - Issue with weather API being called multiple times
  77. - Failed requests from weather will no longer break module
  78. ## [2.0.2] - 2021-02-04
  79. ### Fixed
  80. - Minor issue with effects not being displayed on their date
  81. ## [2.0.1] - 2021-02-03
  82. ### Fixed
  83. - Minor issue with effects not having weather code causing them to always display despite having a date
  84. ## [2.0.0] - 2021-02-03
  85. ### Added
  86. - Changelog
  87. - Custom effects
  88. - Configuration changes:
  89. - `locationID` - to work with OpenWeatherMap city IDs
  90. - `effectDuration` - to display effects for X time
  91. - `effectDelay` - to wait X time for effects to restart
  92. - `hideSnow`, `hideRain`, `hideClouds` - to never display certain weather effects
  93. - Added TypeScript
  94. ### Changed
  95. - Configuration changes:
  96. - `interval` renamed to `weatherInterval`
  97. - Weather API changed to use Open Weather Map
  98. ## [1.0.0] - 2021-02-02
  99. ### Initial release of the DynamicWeather module