@BKeyport or MMM-a-fancy-weather-module, MMM-a-powerful-stock-ticker, MMM-a-bosch-smart-home-dashboard, etc…
Read the statement by Michael Teeuw here.
Posts
-
RE: Automatic checking of all MagicMirror² modules
-
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
-
RE: Update to v2.25.0
@MZ-BER MMM-NINA and MMM-Jast will work with v2.25.0 :smiling_face_with_sunglasses:
-
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. -
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.
-
RE: My SmartDisplay
@Bense cool!
Does the screen allow you to power the Raspi via USB or how do you manage that? -
RE: MMM-Jast - Ticker speed
@Bungle68
have you tried to change the value offadeSpeedInSecondsto 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. -
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“.
-
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 thedisplayHoursBeforeRainoption 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 } } -
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. -
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: [], -
RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)
@spitzlbergerj
from within the MMM-Jast directory, executegit checkout developmentUnfortunately, I really don’t find the time to continue working on this project.
Community, I would be very grateful for help.
-
RE: Factory Reset button
Or you can just unplug it and plug it back in again :-D :detective:
-
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.

-
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/developmentIt currently looks like this which is not very pretty, imho. Please share your feedback and thoughts for further improvement.

PS: Inspired by this, I thought of a new display mode with a table with sticky header and alternating body in the future.

-
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.
-
RE: ChatGPT is creating Modules
@MZ-BER said in ChatGPT is creating Modules:
Anyone else experience with ChatGPT?
This is just mindblowing!