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

    Posts

    Recent Best Controversial
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      Hi @koert-0 ,

      thank you for your message.

      Problem 1:
      There was a hidden sample crypto entry in the default settings. I removed that and improved the Readme, to avoid this confusion in the future.

      Problem 2:
      The problem for this is more likely to be found with the data provider than with the module.
      The module displays what it gets. If the values are not up to date, then unfortunately I can’t influence that.

      In general, I am rather dissatisfied with Alphavantage. Unfortunately, I don’t know a free alternative. I am open for suggestions.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-BoschSmartHome

      @majorc
      I can not reproduce your problem. Could you send me a Debug Dump of your environment again?

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      I think multiple instances don’t work due to duplicate element IDs.
      I’ll fix that some day ;-)

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @doudy this doesn‘t work at the moment. If you open an issue on github for that, I can try to add it.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: Bosch SmartHome Eyes Camera / Amazon Fire TV

      @117agu
      I could add support for the camera’s service state to MMM-BoschSmartHome module.
      But I did not find a way to retrieve its video stream.

      posted in Requests
      JalibuJ
      Jalibu
    • RE: Help with creating a table

      @Schmaniel said in Help with creating a table:

      https://pastebin.com/jK2jGmjA

      You could either use the nunjucks template engine, which is baked in the magic mirror core or you could use javascript template strings:

      let markup = `
      <table>
        <tr>
          <td>Matches</td>
          <td>${numMatches}</td>
        </tr>
      </table>
      `
      wrapper.innerHTML = markup
      
      posted in Development
      JalibuJ
      Jalibu
    • RE: MMM-BoschSmartHome

      The latest version fixes a few bugs and supports an option to hide individual components per room.
      Example:

      config: {
        hideComponents: {
          "Livingroom": ["temperature", "purity", "humidity"],
          "Bed Room": ["battery", "climateControl", "temperatureLevel", "hue"],
          "Kitchen": ["shutters", "dishwasher", "thermostats"]
          }
      }
      
      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-BoschSmartHome

      I released a new version and updated my first Topic post with the latest Features and Screenshots.

      Features

      • Support for multiple rooms
      • Shutter Contacts
      • Room Climate Controls
      • Thermostats
      • Twinguards
      • Visualization of Temperature, Humidity and Purity
      • Bosch Home Connect Dishwashers (experimental!)
      • Philips Hue Bridge
      • Languages: English, German

      Thanks to all testers!

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      I have refactored this module from scratch. It now should also support DepotGrowth calculation in currencies other than EUR. A few internal and UI bugs were also fixed.

      Please let me know if you are facing any issues with the latest version.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-BoschSmartHome

      @MajorC There was a wrong/old value in my sample config (replace MMM-BSH with MMM-BoschSmartHome)

      posted in Utilities
      JalibuJ
      Jalibu
    • 1 / 1