Questions tagged [fiware-wirecloud]

Widgets Container and Mashup edition tools for composing end-user centric mashup applications developed as part of the FI-WARE platform.

WireCloud builds on cutting-edge end-user development, RIA and semantic technologies to offer a next-generation end-user centred web application mashup platform aimed at leveraging the long tail of the Internet of Services.

WireCloud builds on cutting-edge end-user (software) development, RIA and semantic technologies to offer a next-generation end-user centred web application mashup platform aimed at allowing end users without programming skills to easily create web applications and dashboards/cockpits (e.g. to visualize their data of interest or to control their domotized home or environment). Web application mashups integrate heterogeneous data, application logic, and UI components (widgets) sourced from the Web to create new coherent and value-adding composite applications. They are targeted at leveraging the "long tail" of the Web of Services (a.k.a. the Programmable Web) by exploiting rapid development, DIY, and shareability. They typically serve a specific situational (i.e. immediate, short-lived, customized) need, frequently with high potential for reuse. Is this "situational" character which precludes them to be offered as 'off-the-shelf' functionality by solution providers, and therefore creates the need for a tool like WireCloud.

References

This project is part of FIWARE. Check it out in the Catalogue

151 questions
0
votes
1 answer

wirecloud IDE connect to fi-lab wirecloud instance error

I am trying to connect to the fi-lab wirecloud instance through the wirecloud IDE plugin for eclipse. I follow the guide and i have created an application at the FI-Lab and tried the https://mashup.lab.fi-ware.org/oauth2/default_redirect_uri as the…
pstamatel
  • 3
  • 4
0
votes
1 answer

"The requested name already exists as a different type" HTTP 409 response error

I'm trying to implement a WireCloud widget which communicates with ObjectStorage via JS ObjectStorageAPI. After some troubles with enabling ObjectStorageAPI i've manages to run command os_api.listContainer() and in response I've got 409 error, with…
Buyuk
  • 1,094
  • 1
  • 8
  • 23
0
votes
1 answer

Fiware Wirecloud Block redirecting to mobile page

I got a public mashup in my fiware instance. Is it possible to block the redirecting to the mobile site? (I think its not an url, I cant find a redirecting in the logs. Maybe some javascript code?) And how does fiware/wirecloud determine if I'm…
jonadev95
  • 357
  • 1
  • 5
  • 15
0
votes
1 answer

Wirecloud couldn't open settings of widget

I got a instance of wirecloud, I've added there a few widgets, but I couldn't open the settings of the widget in one of them. I've tested the widgets in the fiware instance of wirecloud, there they worked very good. The problem is that I could click…
jonadev95
  • 357
  • 1
  • 5
  • 15
0
votes
1 answer

Using jQuery in Wirecloud gives "Uncaught ReferenceError: jQuery is not defined"

Here is the order of the includes: index.html:
jccampos
  • 354
  • 3
  • 9
0
votes
1 answer

Unable to upload widget to Wirecloud instances in private server

We have downloaded and installed a running instance of Wirecloud in our company server following the steps at: https://conwet.fi.upm.es/wirecloud/install We created the instance using the --quick-start command to try the instance, and ran wirecloud…
Gabriel
  • 45
  • 4
0
votes
1 answer

FiWare cloud - connect 2 instances

If I have 2 instances on WireCloud: One as Business logic / Data Storage porpoise Another one as Front end server and hosting web applications. Both are visible each other through internal IPs (10.0.9.*) or I need a new public / floating IP. If…
Vicens Fayos
  • 740
  • 1
  • 5
  • 18
0
votes
1 answer

mapViewer widget doesn't show map markers

Following my previous question Rush installation and integration with Orion Context Broker I have Rush Relayer working properly, but it still doesn't let me show the markers on the mapViewer. What I get in my instance is: INFO@21:01:23 …
jiyin
  • 85
  • 1
  • 7
0
votes
1 answer

Get url parameters from within a widget - wirecloud

I'm thinking in developing a mashup in wirecloud to support the frontend of my app, but I have some doubts. I hope you can solve me: - Can I develop a widget which get parameters from the url? I mean, I need to get some parameters which come from an…
lulut
  • 1
  • 1
0
votes
2 answers

How could include javascript libraries on a wirecloud operator

I am trying to develop a wirecloud operator but I don't know how to include a javascript library (i.e. jquery) on the config.xml except the main.js file. I tried to include the jquery library on the config.xml just like the main.js way, using…
athanasp
  • 213
  • 3
  • 7
0
votes
2 answers

Fiware Wirecloud widget config.xml: what unit is width and height?

In the specification config.xml of a wirecloud widget, we can set initial width and height When I put in something like width 300 and height = 80, the widget gets much bigger and overflows the screen. In…
Meier
  • 3,858
  • 1
  • 17
  • 46
0
votes
1 answer

Accessing Cosmos data from widget

I managed to persist context data in Cosmos. However, I don't know exactly how to access that information from a widget in the Mashup section of Fi-Lab. Thanks
user3698602
0
votes
1 answer

Map Widgets recibing data from different Context Brokers and the workspace tabs

In my Wire Cloud mashup I want to use two different maps, each maps get data from a different operator and each operator consult a different instance of ORION context broker. When I put this two operators and the two maps in differents workspaces,…
Mest
  • 99
  • 2
  • 6
0
votes
1 answer

Wirecloud FI-Ware Testbed compatibility

I was wondering if Wirecloud offers complete support for object storage with FI-WARE Testbed instead of Fi-lab. I have successfully integrated Wirecloud with Testbed and have developed a set of widgets that are able to upload/download files to…
Artem
  • 96
  • 6
0
votes
1 answer

Make a wirecloud query using NGSI API

I'm trying to make a query using NGSI API in my Wire Cloud widget but always fails and I don't receive anything: var descubrimiento = connection.query([{ isPattern: true, id: MashupPlatform.prefs.get('idfuente') }], null, { …
Mest
  • 99
  • 2
  • 6
1 2 3
10
11