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: Automatic checking of all MagicMirror² modules

      @BKeyport or MMM-a-fancy-weather-module, MMM-a-powerful-stock-ticker, MMM-a-bosch-smart-home-dashboard, etc…

      posted in Development
      JalibuJ
      Jalibu
    • RE: Automatic checking of all MagicMirror² modules

      hmm… if this is the cornerstone for a proper MagicMirror Appstore, then I should consider renaming all my modules to start with the letter “A” to attract more attention on the landing page :-D

      posted in Development
      JalibuJ
      Jalibu
    • RE: Update to v2.25.0

      @MZ-BER MMM-NINA and MMM-Jast will work with v2.25.0 :smiling_face_with_sunglasses:

      posted in Troubleshooting
      JalibuJ
      Jalibu
    • RE: Automatic checking of all MagicMirror² modules

      I think that such checks can be valuable. perhaps not the ones which are implemented yet, but this can still be a good starting point for other checks.
      but it will be challenging to automate some of the proposed checks.

      posted in Development
      JalibuJ
      Jalibu
    • RE: MMM-RainForecast

      @lparco you can also try https://github.com/jalibu/MMM-RAIN-MAP which is almost the same module with a few more features.

      posted in Troubleshooting
      JalibuJ
      Jalibu
    • RE: My SmartDisplay

      @Bense cool!
      Does the screen allow you to power the Raspi via USB or how do you manage that?

      posted in Show your Mirror
      JalibuJ
      Jalibu
    • RE: MMM-Jast - Ticker speed

      @Bungle68
      have you tried to change the value of fadeSpeedInSeconds to a higher number (e.g. 10)?
      Just play around with this number until the animation speed is good for you. Usually, a higher number means a slower animation.

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

      @Harry in the config you need to set the value for „scroll“ to „table“.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-SingleStock

      you can just use MMM-Jast as a working alternative.

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

      @MZ-BER done

      posted in Utilities
      JalibuJ
      Jalibu
    • 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