Voici un exemple de la structure JSON de la configuration de la météo.
Certains copier/coller peuvent ne pas fonctionner correctement ( problème de format d'origine, encodage des espaces et des retours à la ligne, etc... ) Pour coller sur le formulaire de votre navigateur, on vous conseille d'utiliser le "Copier en texte brut" de votre navigateur => raccourci = Ctrl+Maj+V |
{
"grids" : [
{
"nb_tiles_in_width" : 60,
"nb_tiles_in_height" : 120,
"separation_grid_element_max" : 10,
"separation_grid_element_min" : 3,
"separation_grid_element_percent": 0.5,
"type" : "grid",
"grid_elements" : [
{
"position_x": 0,
"position_y": 0,
"width" : "all",
"height" : 3,
"content" : {
"type" : "title_widget",
"layout" : {
"information_to_display" : {
"title_area" : {
"label" : "Test",
"text_color" : "black",
"font_zoom_percent" : "default"
}
}
}
}
},
{
"position_x" : 0,
"position_y" : 3,
"width" : "all",
"height" : 2,
"content" : {
"type" : "separator_widget",
"layout" : {
"information_to_display" : {
"left_area" : {
"displayed" : "true",
"width_percent" : "20"
},
"title_area" : {
"text_color" : "black",
"text_align" : "center",
"label" : "MON SEPARATEUR",
"font_zoom_percent" : "default"
},
"right_area" : {
"displayed" : "true",
"width_percent" : "20"
}
}
}
}
},
{
"position_x": 0,
"position_y": 5,
"width" : 15,
"height" : 5,
"content" : {
"type": "weather_widget",
"item": {
"item_name": "Le nom de mon hote",
"item_type": "host"
},
"layout" : {
"background" : "default",
"information_to_display" : {
"left_area" : {
"icon_type" : "default"
},
"top_right_area" : {
"displayed" : "default",
"icon_type" : "default"
},
"sla_area" : {
"displayed" : "default",
"show_icon" : "default"
},
"name_area" : {
"property_used_as_name" : "default",
"nb_lines_max" : "default",
"vertical_align" : "default",
"font_zoom_percent" : "default"
}
}
}
}
},
{
"position_x": 15,
"position_y": 5,
"width" : 15,
"height" : 5,
"content": {
"type": "weather_widget",
"item" : {
"item_type": "cluster",
"item_uuid": "00000000000000000000000000000001"
}
},
"layout" : {
"background" : "default",
"information_to_display" : {
"left_area" : {
"icon_type" : "default"
},
"top_right_area" : {
"displayed" : "default",
"icon_type" : "default"
},
"sla_area" : {
"displayed" : "default",
"show_icon" : "default"
},
"name_area" : {
"property_used_as_name" : "default",
"nb_lines_max" : "default",
"vertical_align" : "default",
"font_zoom_percent" : "default"
}
}
}
}
]
}
]
}
|
Le JSON d'exemple comporte :