You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a page configuration with a message defined as :
I only pasted here the message part of the configuration file
message:
url: assets/menu.jsonmapping:
content: 'message'title: "Menu de la cafet"
Here is the content of menu.json
{"message":"<table><tr><td class=\"pl-3 pt-3\">Table not found for 05/02/2025</td><td class=\"pl-3 pt-3\">CRY</td><td class=\"pl-3 is-size-3\">😭</td></tr></table>"}
When I click on the link for this page, the title of the message is shown but not the content. I have to refresh the web page in my browser to have the content of the message displayed.
I tried with firefox, chromium. In private tabs, history cleared and I always get this issue.
I tried also the refreshInterval: 10000 parameter without success.
It seems to work well with url content but not with "local files"
Expected behavior
When I click on the link for this page, I expect the title and the content of the message to be displayed directly without having to reload the page.
Logs & errors
No error in the console.
Screenshots
Configuration
See above
Thanks for this nice tool!
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello, I have a page configuration with a message defined as :
I only pasted here the message part of the configuration file
Here is the content of menu.json
When I click on the link for this page, the title of the message is shown but not the content. I have to refresh the web page in my browser to have the content of the message displayed.
refreshInterval: 10000
parameter without success.Expected behavior
When I click on the link for this page, I expect the title and the content of the message to be displayed directly without having to reload the page.
Logs & errors
No error in the console.
Screenshots
Configuration
See above
Thanks for this nice tool!
The text was updated successfully, but these errors were encountered: