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

    mweth

    @mweth

    0
    Reputation
    109
    Profile views
    2
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    mweth Unfollow Follow

    Latest posts made by mweth

    • RE: HowTo: LXC Server, RPi 0 Client.

      Thanks for this.

      posted in Hardware
      M
      mweth
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      Great module and I think this is a simple request. I would like for the ticker to only change to red or green if the stock moves by more than 5%. In VerticalStockList.njk, I changed the code as follows (and added a “same” color in the CSS, but it did not do anything. Super bonus points if I can make a movement of more than 7% show an image.

      {{ utils.getStockName(stock) }}: {% if utils.getStockChange(stock) > 3 %} {% set colorClass = “high” %} {% elif utils.getStockChange(stock) < 3 %} {% set colorClass = "low " %} {% else %} {% set colorClass = “same” %}

      posted in Utilities
      M
      mweth