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

    Posts

    Recent Best Controversial
    • calendar - wrong repeating count when using sliceMultiDayEvents

      @sdetweil I know that parsing ics is a pita, but before I submit an issue at github, I wanted to have a quick discussion here in the forum.

      When using the sliceMultiDayEvents config option the calendar shows an additional day. This is probably caused by the RRule parsing.

      The code that causes this starts here

      8fe0a0c7-3fec-4eac-bc4f-3af025845f30-image.png

      BEGIN:VCALENDAR
      PRODID:-//Google Inc//Google Calendar 70.9054//EN
      VERSION:2.0
      CALSCALE:GREGORIAN
      METHOD:PUBLISH
      X-WR-CALNAME:Dirk Test
      X-WR-TIMEZONE:Europe/Berlin
      BEGIN:VEVENT
      DTSTART;VALUE=DATE:20240918
      DTEND;VALUE=DATE:20240919
      DTSTAMP:20240916T084410Z
      UID:2crbv1ijljc2kt9jclkgu5hqa0@google.com
      CREATED:20240916T083831Z
      LAST-MODIFIED:20240916T083831Z
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:1 day single
      TRANSP:TRANSPARENT
      END:VEVENT
      BEGIN:VEVENT
      DTSTART;VALUE=DATE:20240919
      DTEND;VALUE=DATE:20240920
      RRULE:FREQ=YEARLY
      DTSTAMP:20240916T084410Z
      UID:6gb19havnq6vp2qput51e5rmml@google.com
      CREATED:20240916T083850Z
      LAST-MODIFIED:20240916T083850Z
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:1 day repeat
      TRANSP:TRANSPARENT
      END:VEVENT
      BEGIN:VEVENT
      DTSTART;VALUE=DATE:20240920
      DTEND;VALUE=DATE:20240922
      DTSTAMP:20240916T084410Z
      UID:06e9u1trbqi3jbvstvq4qqutau@google.com
      CREATED:20240916T083902Z
      LAST-MODIFIED:20240916T083902Z
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:2 day single
      TRANSP:TRANSPARENT
      END:VEVENT
      BEGIN:VEVENT
      DTSTART;VALUE=DATE:20240923
      DTEND;VALUE=DATE:20240925
      RRULE:FREQ=YEARLY
      DTSTAMP:20240916T084410Z
      UID:0ui78rk6hpcv8rmbb6nuonhmgg@google.com
      CREATED:20240916T083919Z
      LAST-MODIFIED:20240916T083919Z
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:2 day repeat
      TRANSP:TRANSPARENT
      END:VEVENT
      END:VCALENDAR
      
      posted in Troubleshooting
      M
      MarcLandis
    • RE: MMM-Fuel

      @Ray looks like that https://www.autoblog.com no longer provides the data. You should open an issue at the modules github page.

      posted in Troubleshooting
      M
      MarcLandis
    • RE: MMM-Fuel

      @Ray What I meant is the provider you use in the modules config.

      posted in Troubleshooting
      M
      MarcLandis
    • RE: MMM-Fuel

      @Ray what provider are you using?

      posted in Troubleshooting
      M
      MarcLandis
    • RE: Unable to install MagicMirror

      @Klinge yes you have to put a new image on the card.

      posted in Troubleshooting
      M
      MarcLandis
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil /modules/MMM-Config/config.html without the port parameter that gets added when using /modules/MMM-Config/review

      posted in Utilities
      M
      MarcLandis
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @MarcLandis said in Are you tired of editing config.js, or have trouble doing it, see my new module:

      @sdetweil the command now works. Now I need to figure out why the socket.io connection isn’t working.

      Failed to load resource: net::ERR_CONNECTION_REFUSED
      

      Wrong URL :)

      All is working now. Thanks for the help.

      posted in Utilities
      M
      MarcLandis
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil the command now works. Now I need to figure out why the socket.io connection isn’t working.

      Failed to load resource: net::ERR_CONNECTION_REFUSED
      
      posted in Utilities
      M
      MarcLandis
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @sdetweil I got the command running. There is also an issue when the default calendar module is not used. I fixed it by changing the following in buildschema4.js line 1050

      // if the default calendar module is not used, tt will be empty and getValueObject will fail
          if (tt !== undefined && tt.length > 0) {
            module_properties = getValueObject(m, tt);
          }
      

      Maybe you have a better fix ready :)

      posted in Utilities
      M
      MarcLandis
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      @MarcLandis said in Are you tired of editing config.js, or have trouble doing it, see my new module:

      @MarcLandis said in Are you tired of editing config.js, or have trouble doing it, see my new module:

      @sdetweil

      throws an error:

      /home/dirk/MagicMirror/modules/MMM-Config/scripts/buildschema4.js:750
      if(module_scripts[m.module] !== undefined ){
      ^

      @sdetweil

      fixed it myself but ran into the next exception:

      calling module data converter script for module=compliments
      /home/dirk/MagicMirror/modules/MMM-Config/schemas/compliments_converter.js:24
      		Object.keys(config_data.compliments).forEach(c =>{
      		                        ^
      
      TypeError: Cannot read properties of undefined (reading 'compliments')
          at Object.converter (/home/dirk/MagicMirror/modules/MMM-Config/schemas/compliments_converter.js:24:27)
          at /home/dirk/MagicMirror/modules/MMM-Config/scripts/buildschema4.js:754:49
      

      I f… up

      After git pull I have an exception in one of my not published modules. Going to check that first.

      posted in Utilities
      M
      MarcLandis
    • 1 / 1