Hello, for some time I have noticed that the water level rises no longer occur. We are April 11 and the last lift dates from April 5. Do other users of this module have the same problem?
My config is:
{
module: "MMM-VigiCrues",
position: "top_left",
header: "Vigilance Crue",
config: {
stationid: "R520001001", // Station identifer (www.vigicrues.gouv.fr)
colorLine:"#FFFFFF",
colorBackground:"#666",
colorLegend:"#E4F707",
colorTick:"#E4F707",
colorLabel:"#E4F707",
dataPeriode: 60,
alertTable: [
{ "value": 6840, "title": "Crue 25 déc 1982", "color": "red" }, // Alert set to 5430 mm displayed in red with the title "Flood 2017"
{ "value": 6670, "title": "Crue du 10 janv 1994", "color": "orange" }, // Alert set to 3120 mm displayed in orange with the title "Flood 2014"
{ "value": 6180, "title": "Crue du 8 fév 2021", "color": "yellow" },
{ "value": 5640, "title": "Crue du 8 mars 2007", "color": "green" }, // Alert set to 3120 mm displayed in orange with the title "Flood 2014"
{ "value": 5300, "title": "Inondation route", "color": "blue" }, // Alerte inondation route d'accès
]
}
However, if I restart MagicMirror the recovery is done well.
Thank you for your comeback