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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt2

      I’m trying to use local .ics file for two of my calendars. They are holiday calendars that stay the same throughout the year so they don’t need to be fetched from the web. I just can’t get them to work.
      I get the same error message on both of them:

      [CALEXT2] calendar: Suomen juhlapyhät >> write EPROTO 1936543760:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../../vendor/node/deps/openssl/openssl/ssl/record/ssl3:record.c:252:
      

      My url looks like this:

      url: "https://192.168.1.187:8080/Pyhat.ics",
      

      I tried using

      localhost:8080
      

      but it tried to force 127.0.0.1 which don’t work.

      posted in Utilities
      J
      jani.karna
    • RE: MMM-CalendarExt2

      If I have same event in two calendars, can I use filter to filter out one of them? And if so, how is that done?

      posted in Utilities
      J
      jani.karna
    • RE: MMM-CalendarExt2

      @Sean
      That is exactly what I’m saying. I don’t think I have that many events. Just in case I tried maxItems: 500, but that didn’t change anything.

      My config looks like this:

      module: 'MMM-CalendarExt2',
          		config: {
          				scenes: [
          						{
          							name: "DEFAULT",
          							views: [],
          						},
          				],
          				views: [
          						{
          							name: "Kaikki",
          							mode: "week",
          							slotCount: 4,
          							maxItems: 500,
          							fromNow: 0,
          							slotTitleFormat: "D.",
          							slotAltTitleFormat: "D. MMM",
          							position: "bottom_bar",
          							className: "monthClass",
          							hideOverflow: "false",
          							slotMaxHeight: "150px",
          							calendars: [],
          							timeFormat: "HH.mm",
          							dateFormat: "DD.MM",
      

      As I said earlier, it keeps rotating between 3 different calendars and they never show in one view at the same time.

      posted in Utilities
      J
      jani.karna
    • RE: MMM-CalendarExt2

      @Sean
      Thank you, that did the job.

      Sorry to bother you with one more question: I have 1 scene and 1 view and 3 calendars. All of the calendars are in same week view. I’m trying to have all the 3 calendars to be visible at the same time in week view without rotating between them. I thought this is default with just one scene and one view.

      posted in Utilities
      J
      jani.karna
    • RE: MMM-CalendarExt2

      I’m not sure I understood. Is month view possible to set to show 4 weeks? I also changed to week mode but it only shows 3 weeks instead of 4.

      posted in Utilities
      J
      jani.karna
    • RE: MMM-CalendarExt2

      Oh, I see. Some modules seem to have their own directory, like MMM-CalendarExt for example. But I’ll use MagicMirror directory instead and try with that.

      How about the other question? How can I get month calendar to show 4 weeks instead of 5?

      posted in Utilities
      J
      jani.karna
    • RE: MMM-CalendarExt2

      Hi! I’m trying to modify css. I created css/custom.css in MagicMirror/modules/MMM-CalendarExt2/ and tried doing modifications but none of them seem to do anything. Permissions for dir and file are 777.
      Is there something I’m not understanding here?

      for example I tried this in custom.css but it doesn’t work. This only works in MMM-CalendarExt.css file.

      
      .CX2 .weekSlot.seq_0 .cellSlot .slotSubTitle {
        position:relative;
        top:-30px;
        left:40%;
      }
      

      Also, how can I get month calendar to only show 4 weeks instead of 5?

      posted in Utilities
      J
      jani.karna
    • RE: MagicMirror won't start after installing module

      Thank you so much @sdetweil and @strawberry-3-141 , that got my MM up and running again. However, I still get a bunch of “No helper found for module…” for few of them. I don’t know if this is normal.

      posted in Troubleshooting
      J
      jani.karna
    • RE: MagicMirror won't start after installing module

      Thank you for your replies. I’ll try that when I get back home.

      posted in Troubleshooting
      J
      jani.karna
    • MagicMirror won't start after installing module

      Hi, I need help. Yesterday I installed MMM-Wunderlist module. In the description it said to use ‘npm install’ in modules directory and I did. After that my MagicMirror starts with black screen and nothing on it. At startup I get a bunch of errors/warnings which I don’t understand. Can anyone help? I wouldn’t want to reinstall the whole MagicMirror from scratch!

      Here is a picture of the MagicMirror shell:
      alt text
      If it doesn’t show, here’s link: https://www.dropbox.com/s/79hkyhehk81hgmh/IMG_0513.jpg?dl=0

      EDIT: I actually first ran the ‘npm install’ accidentally from the modules directory instead of modules/MMM-Wunderlist directory which caused MM to stop working.

      posted in Troubleshooting
      J
      jani.karna
    • 1 / 1