Embed Dashboard inside an iFrame


#1

1) Give a description of the problem
With webCoRE dashboard being great for displaying data, and ActionTiles dashboard being great for toggling switches with a quick update to the display… It seems only logical to combine the two into one page.

I made a local HTML file, and created two iFrames side by side. Only the ActionTiles half works…

2) What is the expected behavior?
Each dashboard should be displayed in it’s own iFrame

3) What is happening/not happening?
WebCoRE dashboard is not loading, and no visible errors.

Here is what I have so far:

The code is the exact same in both iFrames, other than it pointing to a different web address. Is there any trick to get the webCoRE Dashboard visible in an iFrame coded into a local HTML file?


Simulated multi-sensor?
Daily countdown of days to event that will display on ActionTiles
#2

Thanks to Photoshop, this is the way I want it to look:


#3

It doesn’t load because the webCoRE dashboard returns the headers with “x-frame-options: DENY”. Might have to just load two windows next to each other.


#4

Thanks for pointing me in the right direction, Steven.

I forgot to update this topic earlier, but the plugin for Firefox called “Tile Tabs” works well for displaying both Dashboards at the same time in the same window. (and remembers it’s position between sessions)