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

    Topics

    • R

      Module shown few minute after hiding it

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      741 Views
      H
      Hey guys, got a similar Probem with the Weatherforecast Module working with Pages Module. Weatherforecast is configurated on just one Page and shows up on every Page after update. I guess found a solutiion on that: On Weatherforcast.js on line 377 this.show(this.config.animationSpeed, { lockString: this.identifier }); is called. I guess this has to be done, when Module is shown up to update UI, but not if Module is hidden. So if (!this.hidden) this.show(this.config.animationSpeed, { lockString: this.identifier }); does the trick.
    • R

      MM development environment

      Watching Ignoring Scheduled Pinned Locked Moved Development
      2
      0 Votes
      2 Posts
      362 Views
      S
      @ricky install winscp of bitvise ssh client on your PC, then you can double click edit files on the pi thru the file manager. in electron you can use the debugger, same as chrome and Firefox. u can edit styles, and stop on code. but not really edit code. ctrl-r will refresh mm, while refresh will do the same I the dev window. I use notepad++ on my PC to edit pi files.
    • 1 / 1