Home Forum Community MagicMirror Integration

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6557
    Peter
    Participant

    hi,

    here is a small solution for MagicMirror. This show the detector json data on the MagicMirror.
    Config code:

    {
                            module: 'MMM-json-feed',
                            position: 'top_right',
                            config: {
                                    title: 'Aktuelle Strahlung in CPM',
                                    arrayName: "data",
                                    arraySize: 5,
                                    values: [ "id", "type", "detector", "cpm", "temperature", "uptime" ],
                                    replaceName: [ ["id", "Sensor ID"], ["type", "Type"], ["detector", "Strahlungs$
                                                    ["cpm", "Strahlung CPM"], ["temperature", "Sensor Temperatur °$
                                    urls: [
                                             'http://192.168.xxx.xxx/j',
    
                                              ]
                                     }
                    },

    MagicMirror

    happy fun

    🙂

    #6559
    uRADMonitor
    Keymaster

    Nice work!
    Would love to see that picture in higher resolution!!

    #6560
    Peter
    Participant

    Here:

    MagicMirror

    #6563
    WattSekunde
    Participant

    Very nice! What’s the MagicMirror? DIY?

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.