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

cohron

@cohron

6
Reputation
1.3k
Profile views
28
Posts
0
Followers
1
Following
Joined Apr 4, 2017, 7:51 PM
Last Online May 19, 2020, 8:52 PM

cohron Unfollow Follow

Best posts made by cohron

  • RE: 27" custom framed magic mirror - fun to get done

    @cohron nevermind im a dummy, copied the custom.css without really reading it:

    .region.top.right .MMM-WunderGround table th {
    display: none; /* removes icons above max-temp, min-temp and % chance of rain */
    }

    posted in Show your Mirror
    C
    cohron
    Apr 21, 2017, 9:40 PM
  • RE: Calendar module fetchInterval

    @Anhalter42 I spend some time going through the calendar module code, i can read it fairly well, for the syntax i dont understand there is always google. After review, I see why there are no separate fetchInterval’s for each calendar. Each calendar’s events are added to an array, then sorted together also the dom (html table) is created from scratch on each interval. Without a tremendous restructuring of code, setting up separate interval timers, persisting the ical events array, etc. the value to adding this is limited.

    Your comments help me immensely, thank you. I reviewed the template module, i’l start playing with that and do a Hello World module exercise when i return home at the end of the month.

    posted in Development
    C
    cohron
    May 6, 2017, 1:37 PM
  • RE: 27" custom framed magic mirror - fun to get done

    Absolute great job!!! A few questions/comments if you don’t mind. I have a decent build, but like you am looking at a future upgrade.

    1. Have you considered the Intel Compute Stick so you can eliminate the hosting computer?
    2. Any research on touch screen?
    posted in Show your Mirror
    C
    cohron
    Apr 12, 2017, 2:48 PM
  • RE: Working on the ole 32"...

    @cowboysdude mind sharing hardware details on the monitor, mirror, and touchscreen? I finally got my MM plain monitor version but thinking I’d like a touchscreen mirror or just a touchscreen monitor type.

    FYI current plans are to build the first MMM-Pool module to link to my Pentair IntelliTouch via Autelis interface. Will keep everyone posted on progress.

    posted in Show your Mirror
    C
    cohron
    Apr 19, 2017, 3:14 AM

Latest posts made by cohron

  • RE: OpenSprinkler 3.0 irrigation Times on MM

    Just uploaded a MM module that supports OpenSprinkler. It connects to the demo.opensprinkler.com by default. Still needs lots of enhancements but it works.

    https://github.com/johnny-co/MMM-OpenSprinkler/

    posted in Requests
    C
    cohron
    May 4, 2020, 7:22 PM
  • RE: MMM-ScreenLogic - see data from your Pentair pool equipment

    Re: MMM-ScreenLogic - see data from your Pentair pool equipment
    I just reactivated my MM and installed your ScreenLogic Module. I love it and worked out of the box.

    If I could be so bold to make a few enhancement requests? I dont have a touch screen MM so i dont show controls, its more just a status board for me.

    For the Pool Temp and Spa Temp status, perhaps turn the background green when on (Like the Nest turns blue).

    Add a little flame to the right of the temp to show heater on.

    below temp show: Heat Mode: Heater (85*)

    I’ll try to upload a pic but it keeps erroring out.

    Anyway love the module and stay safe in this pandemic.

    mmm-SL.jpg

    posted in Utilities
    C
    cohron
    Apr 23, 2020, 1:59 PM
  • GREAT MODULE - works like a charm

    Re: MMM-ScreenLogic - see data from your Pentair pool equipment
    I just reactivated my MM and installed your ScreenLogic Module. I love it and worked out of the box.

    If I could be so bold to make a few enhancement requests? I dont have a touch screen MM so i dont show controls, its more just a status board for me.

    For the Pool Temp and Spa Temp status, perhaps turn the background green when on (Like the Nest turns blue).

    Add a little flame to the right of the temp to show heater on.

    below temp show: Heat Mode: Heater (85*)

    I’ll try to upload a pic but it keeps erroring out.

    Anyway love the module and stay safe in this pandemic.
    mmm-SL.jpg

    posted in Troubleshooting
    C
    cohron
    Apr 23, 2020, 1:58 PM
  • RE: My display so far...

    @j.e.f.f why not add it to github and make it part of the master so updates won’t overwrite your work.?

    posted in Showcase
    C
    cohron
    May 7, 2017, 6:55 PM
  • RE: Calendar module fetchInterval

    @Anhalter42 I spend some time going through the calendar module code, i can read it fairly well, for the syntax i dont understand there is always google. After review, I see why there are no separate fetchInterval’s for each calendar. Each calendar’s events are added to an array, then sorted together also the dom (html table) is created from scratch on each interval. Without a tremendous restructuring of code, setting up separate interval timers, persisting the ical events array, etc. the value to adding this is limited.

    Your comments help me immensely, thank you. I reviewed the template module, i’l start playing with that and do a Hello World module exercise when i return home at the end of the month.

    posted in Development
    C
    cohron
    May 6, 2017, 1:37 PM
  • RE: Calendar module fetchInterval

    @Anhalter42 Definately, and excellent point about not changing the existing option name. I’m hoping to implement a (swimming) pool module in the next couple of months. I haven’t coded (VB) in over a decade so i am reading up about Github (great concept btw). Not sure if i need to branch or pull request or what just yet. I think i can handle learning JS and use the existing modules to reference. This will be a great exercise for me before i jump into full coding.

    posted in Development
    C
    cohron
    May 4, 2017, 1:42 PM
  • RE: Calender module - icloud calender?

    @strawberry-3.141 Strawberry, your friggin awesome for your involvement here. Unfortunately the ical.js and node-ical.js were not my problem. I did however solve my issue but not sure of the cause.
    The icloud calendars urls were no longer valid but still were active in icloud.com. I simply unmarked each calendar as public, clicked save, marked it again as public which generated a new url. A quick copy and paste of each one got the calendar working again. now if i can figure out why the url stopped working in the first place. Hopefully this wont happen again, but we will see.

    Also if you have a moment, im trying to figure out how to view the start up outputs where i could have seen each calendar trying to load and likely getting an error. is it in a log somewhere or a special way to start the app?

    posted in Troubleshooting
    C
    cohron
    May 3, 2017, 1:36 PM
  • RE: Calendar module fetchInterval

    @Anhalter42 so should the fetchInterval be moved to the calendar array since some calendars only need to be updated once (holidays) and others more often. just a thought have a defaultFetchInterval at the module level and fetchInterval for calendar level?

    posted in Development
    C
    cohron
    May 3, 2017, 1:28 PM
  • RE: Calender module - icloud calender?

    @cohron
    Now it seems the calendar MMM are no longer loading my multiple icloud ics urls. it had been working for a couple of weeks and just stopped. My office365 is loading just fine. I know this is vague just need to figure out where to start looking.

    posted in Troubleshooting
    C
    cohron
    May 3, 2017, 12:10 PM
  • MMM-Wunderground - Bug? High/Lows Reversed on Hourly

    The hi/lo on hourly are reversed, but the daily shows correctly.

    0_1493489923043_upload-4b774732-f937-41f4-ac8c-563b0a840442

    posted in Troubleshooting
    C
    cohron
    Apr 29, 2017, 6:19 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy