| Scroll Ignore | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
Présentation
Voici un exemple de la structure JSON de la configuration de la météo.
| Note |
|---|
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 du navigateur, on vous conseille il est conseillé d'utiliser le "Copier en texte brut" de votre du navigateur => ( raccourci = Ctrl+Maj+V) |
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"grids" : [
{
"nb_tiles_in_width" : 60,
"nb_tiles_in_height" : 120,
"separation_grid_element_maxmin" : 103,
"separation_grid_element_minmax" : 310,
"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"
}
}
}
} "label" : "MON TITRE",
},
{
"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"
}
}
}
}
},
{
"text_color" : "black",
"text_align" : "default",
"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": {
"label" : "MON SEPARATEUR",
"font_zoom_percent": "default",
"text_color" : "black",
"text_align" : "center"
},
"right_area": {
"displayed" : true,
"width_percent": 20
}
}
}
}
},
{
"position_x": 0,
"position_y": 5,
"width" : 15,
"height" : 5,
"content" : {
"type": "weather_widget",
"item": {
"item_uuid": "10000000000000100000000000000001",
"item_name": "Le nom de mon hote",
"item_type": "host"
}
}
},
{
"position_x": 15,
"position_y": 5,
"width" : 15,
"height" : 5,
"content" : {
"position_x "type": 0"weather_widget",
"position_yitem": 5,{
"width" "item_uuid": 15"10000000000000100000000000000002",
"height" : 5,
"item_name": "Le nom de mon cluster",
"content" : {
"type": "weather_widget",
"item_type": {
"cluster"
"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"
}
}
}
}
}
],
"external_links": {
"links": [
{
"link_name" : "Lien 01",
"link_uuid" : "49872e4e-ffee-7084-fb91-b52346c3dcca",
"link_protocol" : "default",
"link_base_url" : "default",
"link_external_part_url": "default",
"authentication_needed" : "default",
},
{
"info_bar" "position_x": 15,{
"positionbackground_ycolor": 5"default",
"widthlogo_displayed" : 15"default",
"height" : 5,
"content": {
"type": "weather_widget",
"item" : {
position" : "default",
"refresh" : {
"chrono_displayed" "item_type" : "clusterdefault",
"itemgeneration_time_uuiddisplayed": "00000000000000000000000000000001default"
}
}
},
},
"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"
}
}
}
"notifications" : {
"sound" : {
"enabled": "default"
},
"visual": {
"blink": {
"enabled": "default"
}
}
]
}
}
]
}
} |
Le JSON d'exemple comporte :
- 4 widgets :
- Un 1 widget Titre "MON TITRE"
( pour plus d'informations vous référez à voir la page Widget Titre - Edition Édition JSON - Météo )
Un - 1 widget Séparateur "MON SEPARATEUR"
( p our plus d'informations vous référez à voir la page Widget Séparateur - Edition Édition JSON - Météo ) - Deux 2 widgets Météos qui ont bien sûr un problème, car vous il n'avez existe pas d'hôte qui se nomme "Le nom de mon hotehôte" ou un cluster avec un identifiant = "00000000000000000000000000000001qui se nomme "Le nom de mon cluster"
( p our plus d'informations vous référez à voir la page Widget Météo - Edition Édition JSON - Météo )
- Un 1 widget Titre "MON TITRE"
- 1 lien :
- Lien 101, qui nécessite d'être authentifié pour y accéder
( p our plus d'informations vous référez à la page L'Edition voir la page Édition des liens externes - Édition JSON - Météo )
- Lien 101, qui nécessite d'être authentifié pour y accéder
| Panel |
|---|
