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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt

      @sean thanks for replying, and yes i should definitly learn more CSS if i want to use this. I just needed to know where to start, and i can work myself forward from there. I know the 1080 pixel space isnt optimal for a Weeks setup, but going through all the other alternatives, it provides just the right kind of data for my family´s day to day activities, so its more suitable. I am playing around with the font sizes, trying to find what fits within the design and how visible it is. I have tried other setups for greater visibility, but ended up with this being the best option together with the upcoming one that is more “at a glance”

      thank you so much for your help, ill try to read up on some CSS so i dont bother you with every little detail. My biggest problem has been that i dont know where to start, and now i have enough data to start changing parameters to learn what i need to change to achieve the best possible outcome.

      posted in Productivity
      C
      cptkex
    • RE: MMM-CalendarExt

      hi! still loving your module but im having some issues :/

      i´ve been trying to add the code you have linked previously to make the calender bigger but i cant seem to stretch it to the screen sides?

      also, why is tuesday bigger then the rest?

      how do i remove the corners for each entry text?

      it doesnt seem to recognize my oneLineEvent: 1; ?

      any help is greatly appriciated

      0_1542230152864_Skärmklipp.JPG

      posted in Productivity
      C
      cptkex
    • RE: MMM-CalendarExt weeks time on events

      @sean editing that into the right Css made all the difference :) thank you for your help! now the next step is to figure out how to add the date inside the icon…

      posted in Troubleshooting
      C
      cptkex
    • RE: MMM-CalendarExt weeks time on events

      @sean wait so it’s not the one in the calendarext directory it’s the general one in the Css directory? That might very well explain why nothing I do works :)

      I have just finished the process of deleting the module and the code in config.js, to make sure I hadn’t screwed up any code. I will reinstall it, and then change the correct Css one and report back. Thanks for taking the time.

      posted in Troubleshooting
      C
      cptkex
    • RE: MMM-CalendarExt weeks time on events

      @cptkex i have been spending the morning changing values and i dont feel that any change in the custom.rss affects any part of the calendar, can i have added something that would stop it from working? the css that is

      posted in Troubleshooting
      C
      cptkex
    • RE: MMM-CalendarExt weeks time on events

      @sean hi! Thanks for replying.

      That’s what I’ve added, but there isn’t any time visible on any entry. Are the multiple entries like that or just the one? Can I have changed the wrong one that is

      weeks: {
                      showWeeks: 1,
                      position: 'middle_center',
              //      onlyStartingTime: 1,
                      weeksTitle: 'Vecka',
                      weeksFormat: 'wo',
                      weekdayFormat: 'dd',
                      titleFormat : 'MMM D',
                      overTitleFormat : 'MMM D',
                      counts: 2,
              },
              },
              defaultCalendar: {
                maxEntries:50,
                maxDays:180,
                interval: 1000*60*5,
              },
      

      and custom.css

      .CALEXT .tableStyle .eventLocation
      .CALEXT .tableStyle .eventTime {
          display:block
      }
      
      posted in Troubleshooting
      C
      cptkex
    • MMM-CalendarExt weeks time on events

      Since this forum is awesome for a newbie like me I’ll keep posting questions until someone stops me 😊

      I’m trying to have the weeks setup but I want each entry to display time, currently it only displays the title. What parameter am I looking for? I round a thread suggesting to modify the custom.css and specifically a setting(entry location and entry time) that had the setting
      Visible: none

      and change that to " block" but i am not getting any results from that.

      So what and where should I change to enable time on each entry in the [weeks] setup?

      posted in Troubleshooting
      C
      cptkex
    • RE: Default Calender relative removes start time

      @lavolp3 thanks i will try it!

      posted in Troubleshooting
      C
      cptkex
    • RE: Mmm-Wunderlist can't show individual lists

      @joela85 this worked like a charm, I must have screwed up the code. I only have to figure out how to place them to not grow upwards when I add items but have a fixed height. Thanks

      posted in Troubleshooting
      C
      cptkex
    • RE: Mmm-Wunderlist can't show individual lists

      @joela85 hi, thanks for replying!

      i had the same thought so i tried to copy paste the same information but MM told me there was an error in the config.js and did not boot when i tried that method. Since i am still a beginner at this i might have screwed up somewhere, so i am going to try to paste your code instead tonight and try it.

      posted in Troubleshooting
      C
      cptkex
    • RE: Default Calender relative removes start time

      @lavolp3 not mine, but thanks, i will keep an eye on it

      posted in Troubleshooting
      C
      cptkex
    • RE: Mmm-Wunderlist can't show individual lists

      @cptkex @paviro perhaps you can offer some advice? i do love your module very much but there is now a big chance that i might go shopping for a kid to drive to the soccer game on saturday ;)

      posted in Troubleshooting
      C
      cptkex
    • RE: Mmm-Wunderlist can't show individual lists

      @cptkex

      
      {
                      module: 'MMM-Wunderlist',
                      position: 'bottom_left',// This can be any of the regions. Best$
                      header: 'Matinköp', // This is optional
                      config: {// See 'Configuration options' for more information.
                              accessToken: '******************',
                              clientID: '****************',   //example clientID
                              lists: ['Att göra', 'Matinköp'],
                              interval: 3500,
                              ShowDeadline: true,
                              fade: true,
                              }
                      },
      
      :::
      posted in Troubleshooting
      C
      cptkex
    • Mmm-Wunderlist can't show individual lists

      Hi. Second question today.

      I am trying to set up Wunderlist and I have gotten it working, but I can’t solve this problem.

      I have two lists I want to display, a, shopping list and a to do list. I add them both to the array but the module shows them both in the same list. So instead of two lists with entries, I get only one with the entries from both lists in the array. I will add the config. Js code from the pi in a minute, see below

      posted in Troubleshooting
      C
      cptkex
    • RE: Default Calender relative removes start time

      @lavolp3 i tried your addition to the code but it only said

      meeting in 5 hoursInvalid Date-1800

      posted in Troubleshooting
      C
      cptkex
    • RE: Default Calender relative removes start time

      @lavolp3 I’m home and I was mistaken. It does not show the date when it goes into relative, only the end time. I will try your code later tonight and see if it works.

      posted in Troubleshooting
      C
      cptkex
    • RE: Default Calender relative removes start time

      @lavolp3 thanks for that suggestion, ill try that tonight when i get home!

      I will have to check when i get home, i was moving between the three options of absolute, relative and dateheader and i dont really remember if it gave me the date when i switched back to absolute.

      ill doublecheck tonight, because i was trying to achieve my wish of having the start time to be absolute by changing the startdate variable to MMM Do HH:mm. ill get back to you on this. Again, sorry, kind of new at this.

      posted in Troubleshooting
      C
      cptkex
    • Default Calender relative removes start time

      Hello everyone! First time poster, and a newbie when it comes to Linux and the Raspberry PI.

      I am in the process of creating my own Magic mirror, but i was wondering what i need to do to change how the relative time for calender events is displayed?

      right now, i´ve got it set to absolute up until 5 hours before, then it goes into relative mode.

      So in absolute form
      Meeting 25th november 1000-1800

      But, five hours before this, it goes into relative mode

      Meeting 25th november in five hours - 1800

      It seems to remove the start time of any event, and i would like to have both, so even when it goes relative, i would like to keep the start time after the countdown, so like this:

      Meeting 25th november in five hours 1000-1800

      is it possible and where do i need to alter the code of the pre installed calender module?

      Hoping for some beginner-level help!

      posted in Troubleshooting
      C
      cptkex
    • 1 / 1