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

    Topics

    • L

      Mirror crashes daily and pm2 doesn't get it up again

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      665 Views
      L
      @bugsounet Thank you! If it crashes again, I’ll start by disabling 1/2 of the modules until I find the problem. This could take days, hope I don’t have to 😐
    • L

      Calendar not loading after update

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      8
      0 Votes
      8 Posts
      2k Views
      L
      @sdetweil It works now! And it seems to be due to debugging being turned off. Thank you so much for your help!
    • L

      Working Magic Mirror goes white screen over night

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      1
      0 Votes
      1 Posts
      1k Views
      L
      My MagicMirror is working pretty good, however. Morning when I look at the screen it’s just turned white. If i VNC into the screen it doesn’t accept me trying to CTRL Q, CTRL W or CTRL R. I have to reboot the Pi to get it working again. [image: 1488788686745-whiteovernight.jpeg] Any ideas on what’s up?
    • L

      Display values from a JSON file hosted online

      Watching Ignoring Scheduled Pinned Locked Moved Development
      10
      0 Votes
      10 Posts
      5k Views
      E
      @yawns Was that re-load issue ever resolved? I have my own basic issues and I’m considering using this code instead…
    • L

      Column graph to replace StatusBoard by Panic. (JSON data into graphs)

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      1
      0 Votes
      1 Posts
      931 Views
      L
      We’ve been using Panics Statusboard for years. And love it. Panic decided last year to discontinue the product. So we’re switching to MM now. What StatusBoard did really nicely was having a “module” that you configure to a JSON file path. And it will render the graph data into nice column graphs, like this: [image: 1488202370935-statusboard.jpeg] If there’s only one value/digit, it displays it as a number. But if there is multiple datapoints, it will display that as a graph. And a simple flag setting lets you configure between columns graphs or regular graphs. The data input format looks like this: { "graph" : { "title" : "Soft Drink Sales", "datasequences" : [ { "title" : "X-Cola", "datapoints" : [ { "title" : "2008", "value" : 22 }, { "title" : "2009", "value" : 24 }, { "title" : "2010", "value" : 25.5 }, { "title" : "2011", "value" : 27.9 }, { "title" : "2012", "value" : 31 }, ] }, { "title" : "Y-Cola", "datapoints" : [ { "title" : "2008", "value" : 18.4 }, { "title" : "2009", "value" : 20.1 }, { "title" : "2010", "value" : 24.8 }, { "title" : "2011", "value" : 26.1 }, { "title" : "2012", "value" : 29 }, ] } ] } } Tonnes of more info here: https://library.panic.com/statusboard/graph_tutorial/
    • L

      Panic's StatusBoard is dead. Anyone want to port graph modules?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      955 Views
      L
      Panic Software recently announced that they are discontinuing StatusBoard, a simple but popular iOS app for iPads connected to a large display: Blog post: https://panic.com/blog/the-future-of-status-board/ It’s pretty similar to MagicMirror2 in many respects. If you point StatusBoard to .json sources, it will format the data in nice ways. I hope someone out there looks into porting the graphs module. It would be really cool to have on MagicMirror2.
    • L

      AM/PM times shown even with timeFormat: 24,

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      4k Views
      R
      @Richard238 Is a knowed issue https://github.com/MichMich/MagicMirror/issues/776 If you can help with that go ahead with a Pull Request.
    • 1 / 1