A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Display JSON data from an api

    15
    0 Votes
    15 Posts
    11k Views
    L
    The big elephant in the room here is that Panic’s StatusBoard did this and is now dead. They discontinued their iPad app in November, and users from all over the world are looking for something to replace it with. MagicMirror is the perfect replacement, but it lacks the most popular module: The Graph Module. When the Graph Module in Statusboard is fed just one number, it displays the number with a name, instead of the graph. I think a good solution would be to base further MMM development based on the same JSON structure that has already been established in the StatusBoard community. Examples: { "graph": { "title" : "IKKE BEHANDLET", "total" : true, "datasequences" : [ { "title" : "Datasupport", "datapoints" : [ { "title" : "Antall", "value" : 3 } ] } ] } } This will in StatusBoard look like this: [image: 1488397036452-datasupport-ikkebehandlet.jpeg] If however, the same module is used, and pointed to this JSON-file: { "graph" : { "title" : "Prod-Redigering : antall saker opprettet", "total" : true, "datasequences" : [ { "title" : "Uke 29", "datapoints" : [ {"title" : "Mandag", "value" : 0 }, {"title" : "Tirsdag", "value" : 4 }, {"title" : "Onsdag", "value" : 0 }, {"title" : "Torsdag" , "value" : 3 }, {"title" : "Fredag", "value" : 2 } ] } ] } } That will produce this nice Column Graph: [image: 1488397215581-produke.jpeg] The whitepaper still exists here: https://library.panic.com/statusboard/graph_tutorial/ If someone needs motivation to look into this, please check the comments here: https://panic.com/blog/the-future-of-status-board/
  • TV-Programm or RSS with more than 1 Line

    1
    0 Votes
    1 Posts
    959 Views
    J
    Hi, i want to show the TV-Programm on my MM. A RSS-Modul with more than a oneliner would be enough. I there something like that? Thanks!
  • Column graph to replace StatusBoard by Panic. (JSON data into graphs)

    1
    1
    0 Votes
    1 Posts
    958 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/
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    594 Views
  • 0 Votes
    3 Posts
    2k Views
    C
    It appears to be dead, unfortunately.
  • TiVo Upcoming Recordings Module?

    1
    0 Votes
    1 Posts
    949 Views
    ooom416354O
    Hi all, just thought of a cool idea for a module, perhaps showing a list of the upcoming TiVo scheduled recordings for the next day? Might be a nice add on module. I am not too sure if there’s a TiVo api or something that is useful but has anyone done anything similar?
  • Basic Countdown module

    6
    0 Votes
    6 Posts
    4k Views
    brobergB
    @Jopyth Because I’m not made of money goddamnit! Candles are expensive. :P
  • Picam behind the mirror for on/off

    4
    0 Votes
    4 Posts
    3k Views
    lolobyteL
    @Bones you’re wellcome
  • Today's cartoon from Norwegian online magazine Teknisk Ukeblad

    4
    0 Votes
    4 Posts
    2k Views
    R
    @dridar @dridar said in Today’s cartoon from Norwegian online magazine Teknisk Ukeblad: Hi. I still don’t own a raspberry and I don’t have time. Just pitching my idea for others to have fun with Ok, yes, why not? PS: Anyway, is not need it a RaspberryPI. You can develop any enviroment where NodeJS can be run.
  • Wider Veriety of Modules For Different Kinds of People

    20
    0 Votes
    20 Posts
    13k Views
    A
    @slametps Yes, I am very sorry that it wasn’t clear.
  • Oral-b toothbrush

    4
    0 Votes
    4 Posts
    3k Views
    A
    thank you!
  • Multiple desktop with swipe

    4
    0 Votes
    4 Posts
    3k Views
    brobergB
    @mortenbirkelund I’ve made two touch modules, none of them swipe, but anything you can do with a mouse you can add to MM via javascript events, like click etc etc. There are more profile/module selection modules to hide and show different kind of modules, they don’t need facial recognition, they can get input from any source, more or less.
  • Module for Items to update via Websocket

    Unsolved
    1
    0 Votes
    1 Posts
    977 Views
    binderthB
    I’m looking for something like MMM-Syslog, a module, where I can setup items, which can then be updated via Websocket. I’m not a developer, so I can’t make it my own, but it should do something like this: adding items like Text, Number, Boolean giving them names and Icons updating them via Web-URL or whatever: analog to MMM-syslog syntax: http://MIRROR_IP:MIRROR_PORT/syslog?item=ITEM_NAME&value=ITEM_VALUE Use Case is to send updates of my smarthome-items to show up in the MagicMirror. I’m thinking of some states (Text), Temperatures (Number) or states of e.g. open Windows or whatever (Boolean).
  • ASANA App

    1
    2 Votes
    1 Posts
    1k Views
    D
    I saw that someone made a Trello task manager module and was wondering if one could be made for Asana.
  • Video messages

    4
    0 Votes
    4 Posts
    2k Views
    B
    +1, I was thinking about a mini website where friends could record and post their audio/video message, then a notification is shown on the mirror, and buttons in the remote-app could allow the play/pause/next/delete functionalities.
  • 24h weather forecast graph

    13
    1 Votes
    13 Posts
    10k Views
    T
    @Jeff I ported my 24 hour weather forecast graphs module to https://magicmirror.builders, you can find it on https://github.com/thobach/MMM-WunderGround24Hours.
  • London Bus Times

    3
    0 Votes
    3 Posts
    2k Views
    P
    I tried before, but the Tube API checks the status and color, not times and different stops.
  • Deutsche Bahn Delay

    4
    0 Votes
    4 Posts
    3k Views
    D
    You could use the API by the local organization unit, which is VRR for instance. I wrote something about the VRR-Routing, which possibly may work for other Locations (At leat in NRW): https://forum.magicmirror.builders/topic/1281/deutsche-bahn-list-of-connections-with-delays/3
  • Nullschool weather module

    3
    1 Votes
    3 Posts
    3k Views
    foxF
    Very nice page ! Already some feedbacks about implementation in github?
  • MLB Scores Module

    1
    0 Votes
    1 Posts
    2k Views
    ooom416354O
    Hey all, I know there is a JSON feed of MLB games which is updated in realtime. I was wondering if there is a way to build a module which pulls the results of this feed and displays the schedule and when the game is going on, the inning and score. Similar to what was done for the MMM-NHL or NFL module. Here is the JSON link (set for opening day this year) http://gd2.mlb.com/components/game/mlb/year_2017/month_04/day_02/master_scoreboard.json