Pascal Widdershoven

Results 37 comments of Pascal Widdershoven

Seems like a permission issue with opening a port. Is port your settings.AIRPLAYER_PORT (defaults to 6002) taken or something? Do you have permissions to open that port?

Are those builds final yet?

Please see my blogpost here: http://pwiddershoven.nl/blog/2011/04/13/airplayer-status.html

Hi @chaiwatmat I think you might be able to achieve this as follows. In your `dashbling.config.js` add a `configureServer` function that sets the `server.realm.modifiers.route.prefix` like so: ```js module.exports = {...

Thanks @chaiwatmat for the detailed information. I'll try to look into this later this week.

Hi @chaiwatmat I looked into this and to implement the following changes would be required: * A `baseUrl` property needs to be added to the Dashbling config. * This `baseUrl`...

Hi @ulutomaz thanks for your question! There are a couple of ways to go about this, from simple to more complex: 1. You can pass a custom `className` or inline...

Hi Tomaz, I'm sorry that wasn't clear in the docs. I'm still planning to write some more guides on how to do common things. You can configure the auth token...

Hey @coder543 I looked into this as well. The downside of writing the battery percentage to the screen like this is that the font will most likely not match the...

@julianlam are you willing/able to make that change? If not let me know, I could do it too.