• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-MyCalendar

Scheduled Pinned Locked Moved Utilities
109 Posts 40 Posters 128.7k Views 38 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    DolphinScientist
    last edited by Nov 11, 2018, 4:50 AM

    Hi @j-e-f-f , thanks for the great module. The config indicates that the icons are customizable using Font Awesome, but the behavior and the code (line ~181) seem to indicate otherwise. Any chance we could get it back? Do you know how you would want it implement with the svg system you have?

    1 Reply Last reply Reply Quote 0
    • J Offline
      j.e.f.f Project Sponsor Module Developer
      last edited by Nov 11, 2018, 4:18 PM

      My module does not have a configurable icon. It wouldn’t work with the calendar icon with the date inside.

      I based my modyle off the default calendar midule included wth MM. that one has a configurablenicon and perhaps I forgot to remove the instruction in my version.

      Mine never had a configurable icon. I might enable a few options that would work with the date number inside, but at the moment you just get the one.

      1 Reply Last reply Reply Quote 0
      • H Offline
        hnsy
        last edited by Dec 4, 2018, 10:19 PM

        Hi @j-e-f-f , thanks a lot for your really great modules. I really appreciate the style and convenience of your modules.
        As I am using MyCalendar now for a while, I was wondering, if there is a possibility to display time-ranges? I mean the start date of a range is displayed, but when an event is taking place for, let’s say three days, currently I can only display the first day (start time).
        Is there a possibility that all (3) days would appear in the list?

        Maybe it is already integrated and I just didn’t get it.

        Once more: Thumbs up for your work!!

        Cheers, HNSY

        J 1 Reply Last reply Dec 4, 2018, 11:59 PM Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @hnsy
          last edited by Dec 4, 2018, 11:59 PM

          @hnsy I’m not sure… I’m using the default calendar code to retrieve the calendar data. I’ve only customized the display portion. If multi-day blocks are included in the data then it should be possible. I’ll have to take a look.

          1 Reply Last reply Reply Quote 0
          • B Offline
            bdeelman @j.e.f.f
            last edited by bdeelman Jan 2, 2019, 7:30 PM Jan 2, 2019, 7:28 PM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • N Offline
              nagaculun
              last edited by Jan 20, 2019, 1:36 AM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • N Offline
                nagaculun
                last edited by Jan 20, 2019, 1:50 AM

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • G Offline
                  ganget
                  last edited by Jan 30, 2019, 8:14 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    Fonfon
                    last edited by Mar 17, 2019, 3:55 PM

                    is it possible to color text ?
                    because when i you have a wallpaper sometimes text is not visible.

                    thanks for your help

                    J 1 Reply Last reply Mar 17, 2019, 7:23 PM Reply Quote 0
                    • J Offline
                      j.e.f.f Project Sponsor Module Developer @Fonfon
                      last edited by Mar 17, 2019, 7:23 PM

                      @Fonfon No, but you can add a background colour to the module to make the text stand out better. try something like this in your custom.css file:

                      .MMM-MyCalendar .module-content {
                        background-color: rgba(0,0,0,0.5);
                      }
                      

                      The first three parameters 0,0,0 mean black, and the fourth parameter 0.5 is the level of transparency. Specify a decimal between 0 and 1, where 0 is fully transparent, and 1 is fully opaque.

                      F 1 Reply Last reply Mar 18, 2019, 4:31 PM Reply Quote 1
                      • 1
                      • 2
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 10 / 11
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy