MagicMirror Forum

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

    hisstory2002

    @hisstory2002

    0
    Reputation
    4
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hisstory2002 Unfollow Follow

    Latest posts made by hisstory2002

    • RE: Ecobee

      @LordBane Good day all, really love this module great work. i just found this and noticed that it was in fahrenheit but as a canadian i would like it to be in celsius. so i look at the code and found the lines that need updating for it to display in celsius.

      to do this you will need to edit the file MMM-Ecobee.js (Location = MagicMirror/modules/MMM-Ecobee/)
      update line 58 to be “var desiredHeat = Math.round(((thermo.runtime.desiredHeat / 10)-32)*5/9);”
      update line 59 to be “var desiredCool = Math.round(((thermo.runtime.desiredCool / 10)-32)*5/9);”
      update line 106 to be “currentTemp.innerHTML = Math.round(((device.capability[0].value / 10)-32)*5/9);”
      once that is done refresh the Mirror and the number will be updated.

      Please let me know if this cause any problems for anyone.

      Thank you

      posted in Requests
      H
      hisstory2002
    • Celsius and colour is that still possible.

      Re: Ecobee
      What can i say grate work with the Module. I am hopping that your still working on this module as you do great work. We here in canada is hoping for a Celsius and could option wouldn’t hurt. once again great work for a mod to be made that fair back and still work shown the errort that went into it. keep up the good work.

      posted in Requests
      H
      hisstory2002