@Gingos
It is definitely doable with some CSS magic. I have created an issue in the GitHub repository to configure it with parameters as well. Please feel free to follow the development here: https://github.com/heskja/MMM-CalendarWeek/issues/28
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-CalendarWeek
-
RE: MMM-CalendarWeek
@bolish
Great idea! Would need some “css magic”, but I’ve created an issue in the GitHub repository. Please feel free to follow the development here:
https://github.com/heskja/MMM-CalendarWeek/issues/27 -
RE: MMM-CalendarWeek
@othomys It depends on your setup. Calendar icons are supported using font awesome fonts, is that what you are looking for?
If so, you should use the “symbol” parameter in the calendar config as shown here:calendars: [ { url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics', symbol: 'calendar', auth: { user: 'username', pass: 'superstrongpassword', method: 'basic' } }, ],
-
RE: MMM-CalendarWeek
@qjaxxx
As far as I can see, you have closed the “config”-section of the module configuration too soon. As you have posted a screenshot of your config, not the config yourself, I will refrain from typing it manually, but you have a closing bracket “}” between “fetchInterval” and “calendars”. Please remove it, as the array of calendars should be within your config section. -
RE: MMM-CalendarWeek
Actually made an attempt to solve the multi day issue, hope it works :)
-
RE: MMM-CalendarWeek
@lavolp3 It does currently not support multi-day events very well. Had to do some testing as I saw your question, but ended up creating an issue on this one… :)
-
RE: CALENDAR_EVENTS not broadcasting? MMM-Calendarweek
Would also appreciate you marking the issue as solved, as this is not an issue with the MMM-CalendarWeek module :) Thanks!
-
MMM-CalendarWeek
Description:
This calendar module for Magic Mirror² is functionally the same as the default calendar app, however its presentation is different as it uses week view. This module displays events from a public .ical calendar. It can combine multiple calendars.Screenshots:
Download:
[card:heskja/MMM-CalendarWeek]Ideas wanted
Please feel free to submit issues to the repository for new ideas, bugs, feature requests and so on! -
RE: Calendar: Some symbols not working
Hi,
You could also try the icon “futbol-o”. Have verified this in my own setup, seems to be working fine.
-
RE: CALENDAR_EVENTS not broadcasting? MMM-Calendarweek
Hi,
Author of MMM-CalendarWeek here. I can confirm that the module is broadcasting the event as expected, unless you manually disable it in the module configuration page.
As you discovered, the module will broadcast all events available in one array, sorted on startdate as can be seen in the source code here.