v2.0.5

MagicMirrorOrg/MagicMirrorv2.0.5Sep 20, 2016by MichMich

AI Summary

A community-focused update introducing basic authentication for calendars, 'day after tomorrow' support, and CII compliance, along with fixes for Pi Zero and weather APIs.

Key Highlights

  • HTTP Basic Auth support for calendars
  • 'Day After Tomorrow' calendar definition support
  • CII (Continuous Integration Integration) Badge
  • Pi Zero support message
  • Weather API URL fixes

New Features

  • Remove tags from beginning/end of newsfeed items
  • Ability to turn off date display in analog clock

Full Release Notes

## [2.0.5] - 2016-09-20

### Added
- Added ability to remove tags from the beginning or end of newsfeed items in 'newsfeed.js'.
- Added ability to define "the day after tomorrow" for calendar events (Definition for German and Dutch already included).
- Added CII Badge (we are compliant with the CII Best Practices)
- Add support for doing http basic auth when loading calendars 
- Add the abilty to turn off and on the date display in the Clock Module

### Fixed
- Fix typo in installer.
- Add message to unsupported Pi error to mention that Pi Zeros must use server only mode, as ARMv6 is unsupported. Closes #374.
- Fix API url for weather API.

### Updated
- Force fullscreen when kioskmode is active.
- Update the .github templates and information with more modern information.
- Update the Gruntfile with a more functional StyleLint implementation.