Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. zynex
    Z
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    zynex

    @zynex

    1
    Reputation
    5
    Posts
    493
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    zynex Follow

    Best posts made by zynex

    • ToDo lists from DAV calendar

      Hi.

      I have most of my stuff on a NextCloud server, like calendar and contacts. I have added my calendars, witch works great (except birthdays due to that dates before 1970 isn’t supported yet). But when i try to add my todo list from the server, it fails.

      Adding a todo list within the calendar module would be a nice feature, so I can add my todo’s to my mirror. I know there is a todo module, but it seems that it’s more focused on another service?

      I have tried to make changes to the default calendar module, but haven’t got it to work so far. Maybe I will try to work more on it when i get the time for it.

      posted in Feature Requests
      Z
      zynex

    Latest posts made by zynex

    • Problem with timezone

      I just reinstalled MagicMirror from AUR (Arch Linux) with latest release (2.14.0). Everything seems working good, except that MagicMirror don’t honor my timezone settings on my system. Time and date is correct on the system itself, but MM seems to use UTC time.

      $ timedatectl 
                     Local time: ons 2021-01-13 11:24:14 CET  
                 Universal time: ons 2021-01-13 10:24:14 UTC  
                       RTC time: n/a                          
                      Time zone: Europe/Stockholm (CET, +0100)
      System clock synchronized: yes                          
                    NTP service: active                       
                RTC in local TZ: no
      

      I can manually set the timezone for the clock, but the calendar still show the time -1h. Isn’t there a global config for setting the timezone, or why doesn’t it get the local time including the timezone settings from the system in the first place?

      – Mike

      posted in Troubleshooting
      Z
      zynex
    • Sort ALL feeds by date

      Hi,

      When using more than one RSS feed, all articles in that source are shown separately (sorted by time) before proceeding to the next RSS feed. This means that it shows the articles from the newest to oldest, the proceed to the next RSS feed and do the same.

      Is there a way to merge all RSS feed sources into one, so all articles are sorted by article date regardless of the number of feeds added? If so, I think this should be a feature option.

      – Mike

      posted in Feature Requests
      Z
      zynex
    • RE: [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported

      @jasondreher That worked like a charm! Thanks for the help 🙂

      posted in Bug Hunt
      Z
      zynex
    • ToDo lists from DAV calendar

      Hi.

      I have most of my stuff on a NextCloud server, like calendar and contacts. I have added my calendars, witch works great (except birthdays due to that dates before 1970 isn’t supported yet). But when i try to add my todo list from the server, it fails.

      Adding a todo list within the calendar module would be a nice feature, so I can add my todo’s to my mirror. I know there is a todo module, but it seems that it’s more focused on another service?

      I have tried to make changes to the default calendar module, but haven’t got it to work so far. Maybe I will try to work more on it when i get the time for it.

      posted in Feature Requests
      Z
      zynex
    • [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported

      Hi.

      I’m trying to add a birthday calendar from my NexClound server, but it fails with the error “Error: dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported”. The other calendars I’ve added works fine.

      The dates added to this calendar reflects when the person is born, thus i have dates previous to 1970.

      The complete error log i get is;

      Error: dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported
          at Object.toOrdinal (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:105:15)
          at Iterinfo.rebuild (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:1409:35)
          at RRule._iter (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:978:10)
          at RRule.between (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:794:21)
          at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:135:24
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:5)
          at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:188:22)
          at emitTwo (events.js:106:13)
          at Request.emit (events.js:191:7)
          at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1171:10)
      
      

      Any idea how to fix this?

      posted in Bug Hunt
      Z
      zynex