embedded HTML accuweather widget

Asked by Manfred Kupper

Hello,

the design tells me that the client has to "beurteilen" thats the German translation, which makes no sense.

embedded HTML:
<a href="http://www.accuweather.com/de/de/nurtingen/72622/weather-forecast/171788" class="aw-widget-legal">
<!--
By accessing and/or using this code snippet, you agree to AccuWeather’s terms and conditions (in English) which can be found at http://www.accuweather.com/en/free-weather-widgets/terms and AccuWeather’s Privacy Statement (in English) which can be found at http://www.accuweather.com/en/privacy.
-->
</a><div id="awcc1418651723826" class="aw-widget-current" data-locationkey="171788" data-unit="c" data-language="de" data-useip="false" data-uid="awcc1418651723826"></div><script type="text/javascript" src="http://oap.accuweather.com/launch.js"></script>

The Preshow displays the widget but not when run on a player. I cant figure out what "beurteilen" means. I set up the registry and the IE security. All Xibo-Player run on Win7 in Version 1.6.4

Thanks for you reply.

Manfred

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Dan Garner
Solved:
Last query:
Last reply:
Revision history for this message
Vincent Vandermeeren (vandermeeren-vincent) said :
#1

Manfred,
Can you post a screenshot of it so that we can also see this ?

Kind regards,
Vincent

Revision history for this message
Manfred Kupper (manfred-kupper) said :
#2

Hi Vincent,

I cant provide a screenshot. But I try to descibe it better. In the administration page Design, there is on top of the design a questionmark icon. At mousehovering it tells: "Einige Inhalte in diesem Layout können nur vom Client beurteilt werden"
I guess this is not an appropriate translation from the questionmark.

After deleting the embedded HTML the questionmark icon changes into an icon which says "Das Layout ist fertig zum abspielen"

This means that the embedded HTML produces a bug.

I hope this information is valuable.

Kind regards,
Manfred

Revision history for this message
Best Dan Garner (dangarner) said :
#3

The question mark means "the CMS can't tell if this layout is valid because it contains content that will be rendered on the player side".

In other words - the embedded content will only be rendered by the player and therefore it is impossible to say whether it is valid or not until it runs.

Revision history for this message
Manfred Kupper (manfred-kupper) said :
#4

Thanks Dan Garner, that solved my question.