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

    Topics

    • E

      What is wrong with my url?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      16
      1
      0 Votes
      16 Posts
      4k Views
      S
      @EllyJ go to github on the original project push the fork button top right. now u have a copy, and ‘could’ submit changes back to the author as ‘pull request’, pull from your repo back to his. now, rename your current module folder and then git clone your fork, and do npm install if the original asked for it now, copy the changed files from the renamed folder to the new one. if all is good then we can work on getting the changes pushed up to your fork
    • E

      I can't display an image and need help.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      2
      0 Votes
      3 Posts
      900 Views
      E
      var data = this.volumioData; var item = document.createElement('div'); item.className = 'mmm-volumio-item'; item.innerHTML = '<div>' + data['artist'] + '</div>' + '<div>' + data['album'] + '</div>' + '<div><img src=' + data['albumart'] + '></div>'; wrapper.appendChild(item); return wrapper; This is the from the example.
    • 1 / 1