ciaranj / MMM-CalendarExt2

Whole new build-up for MMM-CalendarExt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-CalendarExt2

Whole new build-up for MMM-CalendarExt

Screenshot

screenshot

Install & Configuration

cd ~/MagicMirror/modules
git clone --depth=1 https://github.com/eouia/MMM-CalendarExt2
cd MMM-CalendarExt2
npm install

Afterwards read how to configure everything in the configuration documentation. If you like adjust to your language or adapt the styling.

Finally if you like a shortcut browse through the examples of other peoples config.

Note: If you want to start developing and miss the entire history run git fetch --unshallow.

New Updates

[1.0.5]

  • ADDED: can display name of Month (e.g: August) in month view (monthFormat:"MMMM")

Major feature

  • Multiple views at same time in a scene
  • Scenes could be rotated by time or notification or other trigger (e.g: Scene per PAGE)
  • MMM-CalendarExtTimeline, MMM-TelegramBot supported.
  • Over 5000 icons; (iconify)
  • custom class for beautifying
  • month/week timeline view.

What's different with MMM-CalendarExt

But if you have no dissatisfaction with MMM-CalendarExt, leave it.

  • New parser. New look.
  • profile is deprecated. scene is more than that.
  • Beautiful timeline view (month/week)
  • dynamic scene changeable.

Plugins

Updates

[1.0.4]

  • ADDED: event property ms_busystatus is added. (Thanks to @klaernie for the PR)

[1.0.3]

  • FIXED: calendar filter is implemented (Sorry, I've totally forgotten it).

[1.0.2]

  • FIXED: not visible in second or followed pages of MMM-pages.

[1.0.1]

  • view:transform() is added, now you can modify event value as your wish.

MEMO

Bug with MMM-Carousel.

  • When you are using it with MMM-Carousel, MMM-CalendarExt2 should be in main page or all pages.

About

Whole new build-up for MMM-CalendarExt

License:MIT License


Languages

Language:JavaScript 88.3%Language:CSS 11.7%