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

    jasondreher

    @jasondreher

    8
    Reputation
    2.1k
    Profile views
    86
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    jasondreher Unfollow Follow

    Best posts made by jasondreher

    • RE: [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported

      You need to edit the /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js file. See the post below.

      https://forum.magicmirror.builders/topic/2208/calendar-shows-no-entries-after-mm-update/29?page=3

      From the post…
      Edit this file

      /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js
      Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:

      ORDINAL_BASE: new Date(1970, 0, 1),
      set it to a lower year like 1900.
      Then restart your magic mirror (pm2 restart mm)

      posted in Bug Hunt
      J
      jasondreher
    • RE: MMM-Snow - Yet another Snow Module

      @Andrius-ok
      You need both MMM-Snow and MMM-Remote-Control, and its not just my config you need. here are the basic steps I took…

      1. Using home assistant (for me on another pi) https://home-assistant.io/
      2. Set up a Sensor in configuration.yaml for HomeAssistant for weather underground
      - platform: wunderground
        api_key: xxxxxxxxxxxxx
        monitored_conditions:
          - alerts
          - dewpoint_f
          - temp_f
          - weather
      
      1. Automation in Home Assistant will use sell commands in configuration.yaml to run
      switch
          mmsnow:
            command_on: 'curl "http://192.XXX.X.XXX:8090/remote?action=SHOW&module=module_0_MMM-Snow"'
            command_off: 'curl "http://192.XXX.X.XXX:8090/remote?action=HIDE&module=module_0_MMM-Snow"' 
      
      4. Automation in HA calls these when the state changes to "Snow"
      
      • alias: “ShowSnow”
        initial_state: True
        trigger:
        platform: state
        entity_id: sensor.pws_weather
        to: ‘Snow’
        action:

        • service: shell_command.show_snow
      • alias: “HideSnow”
        initial_state: True
        trigger:
        platform: state
        entity_id: sensor.pws_weather
        from: ‘Snow’
        action:

        • service: shell_command.hide_snow
      I use home assistant along with smartthings to automate my lights...
      I plan to share my entire project soon.
      posted in Fun & Games
      J
      jasondreher
    • RE: MMM-Snow enhancements

      You can do this today but need Home Assistant to monitor the weather. This uses weather underground. It works great for me, when it starts snowing my MM displays snow.

      see…
      https://forum.magicmirror.builders/topic/1232/mmm-snow-yet-another-snow-module/14

      posted in Requests
      J
      jasondreher
    • RE: MMM-Snow - Yet another Snow Module

      @McSorley
      I have done this, worked quite well this weekend. Used HomeAssistant to know when it was snowing and if the description changes to “Snow” then have MM unhide the MMM-Snow module. I used RemoteControl to unhide and hide…

      posted in Fun & Games
      J
      jasondreher
    • RE: Samsung washer and dryer status on MM

      This is what I use for my washer/dryer, mine is not on wifi so I have to rely on power and temp sensors to trigger a “running” or “done” state. It may be crude as I may not know exactly what I am doing but it works!

      alt text

      https://github.com/jasondreher/MMM-door-sensor3

      And I use Home Assistant (https://forum.magicmirror.builders/topic/10664/home-assistant-controling-my-magic-mirror) to trigger when you may use ifttt.

      posted in Requests
      J
      jasondreher
    • RE: Show Alexa Timer

      @cowboysdude
      Here is a short description, let me know if you need more detail.
      https://github.com/jasondreher/Alexa-Timer/blob/main/README.md

      posted in Requests
      J
      jasondreher

    Latest posts made by jasondreher

    • RE: MMM-octoprint

      Great module, but mine keeps flipping between fine and unavailable. When it flips to unavailable I look at the ip address and all looks fine…

      any idea what the issue is?

      posted in Utilities
      J
      jasondreher
    • RE: MM shuts down after an hour

      @sdetweil
      https://github.com/scottcl88/MMM-DynamicWeather

      Once I removed this module I had no issues.

      posted in Bug Hunt
      J
      jasondreher
    • RE: MM shuts down after an hour

      I had a similar issue, the screen would go black after an hour or so (never the login screen just always went black). On of my modules was not compatible with the upgrade. Once I removed that module all was well.

      posted in Bug Hunt
      J
      jasondreher
    • RE: Question, is there a way to hide or show in use or not

      @xkustomz
      I do this with my Alexa and home assistant, when the echo dot is in a “Playing” status it shows the module, once it is not it hides it.
      Looks like home assistant has an integration for volumio
      https://www.home-assistant.io/integrations/volumio/

      posted in General Discussion
      J
      jasondreher
    • RE: Conceptual check: Can I make MM2 work for a home theatre?

      @SpinCharm
      You would have to incorporate something like https://www.home-assistant.io/. This will be able to save a file of what is playing on PLEX and then the MM can show hide…

      posted in Entertainment
      J
      jasondreher
    • RE: calendar with recurring event

      @sdetweil
      I plan on updating this weekend and seeing what shows when this event comes up next, your help is greatly appreciated!!!

      posted in Troubleshooting
      J
      jasondreher
    • RE: calendar with recurring event

      @sdetweil
      Wow, I cant find your email, I am sure its fairly obvious. Anyway I narrowed down the event that is not showing…
      It looks all right, showing “Corrected startDate: Mon Oct 03 2022 19:00:00 GMT-0500 (Central Daylight Time)”

      [27.09.2022 09:25.50.700] [DEBUG] start: Mon Sep 12 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.700] [DEBUG] end:: Mon Sep 12 2022 20:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.701] [DEBUG] duration: 3600000
      [27.09.2022 09:25.50.701] [DEBUG] title: TS Boot Camp
      [27.09.2022 09:25.50.701] [DEBUG] Search for recurring events between: Tue Sep 27 2022 09:25:50 GMT-0500 (Central Daylight Time) and Tue Sep 26 2023 23:59:59 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.705] [DEBUG] Title: TS Boot Camp, with dates: [“2022-10-03T00:00:00.000Z”,“2022-10-10T00:00:00.000Z”]
      [27.09.2022 09:25.50.705] [DEBUG] event.recurrences: undefined
      [27.09.2022 09:25.50.706] [DEBUG] recurring date is Sun Oct 02 2022 19:00:00 GMT-0500 (Central Daylight Time) offset is 300
      [27.09.2022 09:25.50.706] [DEBUG] recurring date is Sun Oct 02 2022 19:00:00 GMT-0500 (Central Daylight Time) offset is 5 Hour is 19
      [27.09.2022 09:25.50.706] [DEBUG] new recurring date2 is Mon Oct 03 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.706] [DEBUG] Corrected startDate: Mon Oct 03 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.707] [DEBUG] initial tz=America/Chicago
      [27.09.2022 09:25.50.707] [DEBUG] corrected tz=America/Chicago
      [27.09.2022 09:25.50.707] [DEBUG] start date/time=Mon Sep 12 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.707] [DEBUG] start offset=-300
      [27.09.2022 09:25.50.707] [DEBUG] start date/time w tz =Mon Sep 12 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.708] [DEBUG] event date=Mon Oct 03 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.708] [DEBUG] event offset=-300 hour=19 event date=Mon Oct 03 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.708] [DEBUG] adjustHours=0
      [27.09.2022 09:25.50.708] [DEBUG] duration: 3600000
      [27.09.2022 09:25.50.708] [DEBUG] saving event: false
      [27.09.2022 09:25.50.709] [DEBUG] recurring date is Sun Oct 09 2022 19:00:00 GMT-0500 (Central Daylight Time) offset is 300
      [27.09.2022 09:25.50.709] [DEBUG] recurring date is Sun Oct 09 2022 19:00:00 GMT-0500 (Central Daylight Time) offset is 5 Hour is 19
      [27.09.2022 09:25.50.709] [DEBUG] new recurring date2 is Mon Oct 10 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.709] [DEBUG] Corrected startDate: Mon Oct 10 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.709] [DEBUG] initial tz=America/Chicago
      [27.09.2022 09:25.50.710] [DEBUG] corrected tz=America/Chicago
      [27.09.2022 09:25.50.710] [DEBUG] start date/time=Mon Sep 12 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.710] [DEBUG] start offset=-300
      [27.09.2022 09:25.50.710] [DEBUG] start date/time w tz =Mon Sep 12 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.711] [DEBUG] event date=Mon Oct 10 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.711] [DEBUG] event offset=-300 hour=19 event date=Mon Oct 10 2022 19:00:00 GMT-0500 (Central Daylight Time)
      [27.09.2022 09:25.50.711] [DEBUG] adjustHours=0
      [27.09.2022 09:25.50.711] [DEBUG] duration: 3600000
      [27.09.2022 09:25.50.711] [DEBUG] saving event: false
      [27.09.2022 09:25.50.712] [DEBUG] Processing entry…
      [27.09.2022 09:25.50.712] [DEBUG] Event:

      posted in Troubleshooting
      J
      jasondreher
    • RE: calendar with recurring event

      @sdetweil

      I do not have broadcastPastEvents: true, in my config.

      I will update this weekend, add broadcastPastEvents: true, and see if that fixes anything, thanks.

      posted in Troubleshooting
      J
      jasondreher
    • RE: calendar with recurring event

      @sdetweil

      I only changed the UID, looks like it started 9/12/22, repeats weekly till 10/12/22. (although some of that is a day off, but that is what some of the other forum items said)

      BEGIN:VEVENT
      DTSTART;TZID=America/Chicago:20220912T190000
      DTEND;TZID=America/Chicago:20220912T200000
      RRULE:FREQ=WEEKLY;WKST=SU;UNTIL=20221012T045959Z;BYDAY=MO
      DTSTAMP:20220927T001542Z
      UID:XXXXXXXXXXXXXXXXXXXX
      CREATED:20220901T144823Z
      DESCRIPTION:
      LAST-MODIFIED:20220913T001004Z
      LOCATION:
      SEQUENCE:1
      STATUS:CONFIRMED
      SUMMARY:TS Boot Camp
      TRANSP:OPAQUE
      END:VEVENT

      posted in Troubleshooting
      J
      jasondreher
    • calendar with recurring event

      I see many posts where recurring events are not showing. But I cant find a solution. Has this been fixed somehow?

      I am running the default calendar module and my recurring events are not showing.

      At one point I used MMM-MyCalendar and that showed all events, but that no longer works with the current MM version.

      Any suggestions on another calendar module to use… something similar to the default one?

      posted in Troubleshooting
      J
      jasondreher