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-RAIN-MAP (new: version 2.x)

      @whimsicality you don’t need additional code in your weather module.
      It is only important to have one of the supported (weather, MMM-OpenWeatherForecast) running together with MMM-RAIN-MAP on your mirror.
      If you use OpenWeatherForecast, all you need to do is to set the displayHoursBeforeRain option in your MMM-RAIN-MAP settings.

      For example, if you want to let the rain map appear one hour before rain starts, your rain map config should look like that:

      {
      	module: "MMM-RAIN-MAP",
      	position: "top_left",
      	config: {
      		// all your other config
      		displayHoursBeforeRain: 1,
      		// all your other config
      	}
      }
      
      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      Some may have noticed, that this module stopped working in the past days due to a change in Yahoo’s finance API.
      Today, I published an update for MMM-Jast which should fix that.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP always showing marker

      @johndeluxe override the module‘s default config with your values (e.g. with an empty array for the markers)

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

      @spitzlbergerj
      from within the MMM-Jast directory, execute

      git checkout development
      

      Unfortunately, I really don’t find the time to continue working on this project.

      Community, I would be very grateful for help.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: Factory Reset button

      Or you can just unplug it and plug it back in again :-D :detective:

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

      @spitzlbergerj @MZ-BER
      I introduced a first draft for a table view. You can select a “page size” for stock rotation.

      Please share your feedback.
      screenrecording.gif

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

      @spitzlbergerj @MZ-BER
      I added some options to calculate the stock’s and the portfolio’s performance based on the purchase price.
      You can test it in the module’s development branch: https://github.com/jalibu/MMM-Jast/tree/development

      It currently looks like this which is not very pretty, imho. Please share your feedback and thoughts for further improvement.
      fa0d1269-c353-48f7-9cb3-05e47ee06f9b-image.png

      PS: Inspired by this, I thought of a new display mode with a table with sticky header and alternating body in the future.
      7fc47886-a5da-4f90-b745-b4bac79d44d6-image.png

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

      @MZ-BER thanks for your feedback. Also @spitzlbergerj asked for such a feature.
      Technically, the implementation (and calculation) should be very easy. The tricky part is to get this fitting into the different display modes/styles (e.g. horizontal, vertical scrolling). The horizontal scrolling values for example are hard to understand without any caption for what they stand for.
      In a table view like your’s, that’s easy and I’ve been thinking for a long time to introduce an additional table mode (like MMM-AVStock for example). The reason why I haven’t so far implemented this is, that I want to avoid that some features are only visible in a subset of modes/styles.

      But since several people have already expressed their wish and one shouldn’t hold back improvements because one could theoretically make it even better, I’ll try to implement that soon.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: ChatGPT is creating Modules

      @MZ-BER said in ChatGPT is creating Modules:

      Anyone else experience with ChatGPT?

      This is just mindblowing!

      posted in Development
      JalibuJ
      Jalibu
    • RE: MMM-NINA

      Happy Warntag allerseits 😅

      posted in Utilities
      JalibuJ
      Jalibu
    • 1 / 1