@mohamed-elleuch i don’t know if you can hide the port number, after the redirect, and so, the value of the redirect is minimal… just use the port in the browser for each room and be done with it… (no one will see it but you)
So I was hoping that someone may have made a module for this, but I think I am not looking in the right spot or I am just dreaming too big.
What I would like to do is I have my outlook calendar set up, So when Sunday rolls around I have an Event put on there that lasts a week, now I can get that to appear on the side, what I was hoping was that I could take the information typed in the description part (I am using outlook web) Have that display in the middle of the screen. Now in the .ics file from outlook it has the description so seems like I maybe able to pull that date, but I am not sure if this is even possible. Or if something like this has already been done. Or do I need to figure out another way to have the information change weekly, Before I start trying to figure out how to code this was just wondering if it is possible or not
Hi. Im interested in creating a module, where i can take data from a pipedrive dashboard, and showcase some of the figures in a Magic Mirror.
I have been looking at the MMM-JsonGraph module, but im not extremly comfrotable in Java. Therefore, are there anyone who has an idea of how to adapt this module to work for me? Or have a better idea?
I’ve got the bytes string converting to a number, so that’s all good. Now the next question, @Bugsounet how do I use your function within the JSON.parse function?
var payload = JSON.parse(payload, function (key, value) {
if ( key === 'down_rate' ) {
var num = Number(value);
return (num/(1024*1024)).toFixed(2);
}
Just to add, I had tried the following and receive a this.convert is not a function
var downrate = this.convert(value,0);
return downrate;
My modules would like to support multiple languages (e.g. zh-hk and zh-tw). But actually both language uses the same set of language (Traditional Chinese).
UI
I could support both language in the following function:
Is it possible that I could pre-map zh-hk to zh-tw so that I only need to keepzh-tw in getTranslations?
API
The API also returned the localized value based on the language parameters. Therefore I would like to convert zh-hk and zh-tw into zh-hant required by the API (in two different lines). Currently I am doing the conversion in a hard-code way. Is it possible that I could pre-map zh-hk to zh-tw so that I could translatezh-tw into zh-hant in the API code?
@aareben if u haven’t made any progress, see my sample module, which provides a node_helper and uses socket notifications for communications with the modulename.js
I just see, the MMM-Openhab is just linking to the sitemap and has no touch function on its own.
Maybe the module kann be modified, linking to a floorplan generated in habpanel.