v2.0.4
MagicMirrorOrg/MagicMirrorv2.0.4Aug 7, 2016by MichMich
AI Summary
A bug fix release adding Brazilian Portuguese translation, Kiosk mode, and Dev Tools support while fixing various UI and data loading bugs.
Key Highlights
- Brazilian Portuguese Translation
- Kiosk Mode support
- Dev Tools support
- Weather endpoint fixes
- Translation loading fix for 'en' language
New Features
- Kiosk mode
- Start with Dev Tools
- Turn off date display in analog clock
Full Release Notes
## [2.0.4] - 2016-08-07 ### Added - Brazilian Portuguese Translation. - Option to enable Kios mode. - Added ability to start the app with Dev Tools. - Added ability to turn off the date display in `clock.js` when in analog mode. - Greek Translation ### Fixed - Prevent `getModules()` selectors from returning duplicate entries. - Append endpoints of weather modules with `/` to retreive the correct data. (Issue [#337](https://github.com/MichMich/MagicMirror/issues/337)) - Corrected grammer in `module.js` from 'suspend' to 'suspended'. - Fixed openweathermap.org URL in config sample. - Prevent currentweather module from crashing when received data object is incorrect. - Fix issue where translation loading prevented the UI start-up when the language was set to 'en'. (Issue [#388](https://github.com/MichMich/MagicMirror/issues/388)) ### Updated - Updated package.json to fix possible vulnerabilities. (Using Snyk) - Updated weathericons - Updated default weatherforecast to work with the new icons. - More detailed error message in case config file couldn't be loaded.