jirsis / JIR-tarifa-luz

MIT License
2 stars 1 forks source link
javascript magic-mirror-modules magicmirror2 nodejs

Tarifa-luz MagicMirror² module

Progress-bar show in this interval are at concrete moment and change between them.

Screenshots

tarifa-luz screenshot green

tarifa-luz screenshot yellow

tarifa-luz screenshot red

tarifa-luz screenshot green with price

Configuration

Just add to the config file:

    {
        module: "JIR-tarifa-luz",
        position: "top_left"
        config: {
            ...
        }
    },

The following properties can be configured:

Option Description
showPrice Show the price in the current interval.

Possible values: true\|false
Default value: false
esiosToken Token to get all prices updated. You should get yours following the e•sios instructions.

Possible values: "6753856a894a0a3b27bb41cb7843db6f2d2eb88ab8cf3d49b7e39f7980cef700"
Default value: undefined
esiosLocation Location to filter e•sios data.

Possible values: 8741\|8742\|8743\|8744\|8745
8741 - Península, 8742 - Canarias, 8743 - Baleares, 8744 - Ceuta, 8745 - Melilla

Default value: 8741

Tramos

ToDo