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

    Topics

    • 1

      MM on Pi Zero creates some wierd issues. Wrong font, and modules not showing.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      1
      0 Votes
      3 Posts
      2k Views
      strawberry 3.141S
      @17saiiqb https://github.com/YR/MMM-YrNow/blob/master/MMM-YrNow.js#L57 and https://github.com/YR/MMM-YrNow/blob/master/MMM-YrNow.js#L62 use arrow functions, which could be replaced with normal functions as the scope isn’t used in the function anyways. return this.list.points.filter(function(item) { item.precipitation.intensity > 0 && Date.parse(item.time) >= new Date().valueOf()})[0]; return this.list.points.filter(function(item) { item.precipitation.intensity === 0 && Date.parse(item.time) >= new Date().valueOf()})[0]; https://github.com/YR/MMM-YrNow/blob/master/printf.js#L14 return String(str).replace(RE_PRINTF, function(token) { not sure if … was also introduced in es6 or before https://github.com/YR/MMM-YrNow/blob/master/printf.js#L10
    • 1

      MagicMirror does not start at all

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      2k Views
      1
      I kinda gave up, I’m just going to reinstall MagicMirror, and see if that fixes anything. Can I mark a topic as closed by the way?
    • 1 / 1