MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. heskja
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 10
    • Groups 1

    heskja

    @heskja

    Module Developer
    1
    Reputation
    420
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    heskja Unfollow Follow
    Module Developer

    Best posts made by heskja

    • 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:
      Screenshot

      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!

      posted in Utilities
      H
      heskja

    Latest posts made by heskja

    • RE: MMM-CalendarWeek

      @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

      posted in Utilities
      H
      heskja
    • 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

      posted in Utilities
      H
      heskja
    • 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'
      			}
      		},
      	],
      
      posted in Utilities
      H
      heskja
    • 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.

      posted in Utilities
      H
      heskja
    • RE: MMM-CalendarWeek

      Actually made an attempt to solve the multi day issue, hope it works :)

      posted in Utilities
      H
      heskja
    • 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… :)

      posted in Utilities
      H
      heskja
    • 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!

      posted in Troubleshooting
      H
      heskja
    • 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:
      Screenshot

      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!

      posted in Utilities
      H
      heskja
    • 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.

      posted in Troubleshooting
      H
      heskja
    • 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.

      posted in Troubleshooting
      H
      heskja