Hi
I am running emoncms in wampserver on a local win7 PC
I am just starting making my first dashboard and have a few questions.
configuring a Graph, what does fill do and what format should I use?
Colour ? seems disabled, can't enter anything ?
what do containers do? they don't seem to contain anything? are they just for show?
The Feed Value widget has no scale input?
any and all advice appreciated I have seen some in the forum showcase !
I have no idea how to do it as good as that at the moment ;)
Mike
Re: Emoncms Dashboard
I give you a bit of credit because emoncms.org has an website loading problem at this moment. but seriously read the manual on emoncms.org/docs
Re: Emoncms Dashboard
well I did try to RTM but I haven't been able to.
thanks
Re: Emoncms Dashboard
you can also see all the documentation on GitHub https://github.com/emoncms/docs
Re: Emoncms Dashboard
Thanks! I have been able to read them now but still have a few un-answered questions.
I expect I'll be able to sort it out with trial and error.
thanks again
Mike
Re: Emoncms Dashboard
This is a good question! I have mentioned it quite some time ago and I think it is still unsolved. Or can someone tell me how to set the color of a graph in a multigraph?
In Firefox there is only a # in the color selection edit field and no color picker appears at all. In Chrome the color 'bar' shown in the edit field is always black (although the graph itself has a different default color (from where?)) and the 'picker' does not function correctly (only if one of the pre-defined color boxes is ticked first).
Jörg.
Re: Emoncms Dashboard
the colour picker is "quirky" in chrome. in IE it doesn't open but you can just type in the colour hex code.
When it opens (in chrome) you have to select one of the 16 "custom colour" presets, then one of the 48 "basic colours". This makes the mixer panel function, once you see your chosen colour in the "Colour|Solid" box click "add to custom colours". The "custom colour" preset you 1st selected should now change to your chosen colour.
At this point you can repeat to fill some of the other 15 "presets" or click ok to use the selected presets colour.
It is the currently selected "preset" custom colour at the time the "ok" button is clicked that gets used, so as the presets are all black by default it appears broken.
These colours appear to be retained (not sure where) and accessible for other multigraphs.
hope this helps, took me a while to figure it out.
Paul
Re: Emoncms Dashboard
the colour picker is "quirky" in chrome.
'quirky' is the right word for it, but in Firefox it doesn't work at all. But in my opinion there is a 'design' fault in this color selection scheme. The way it is implemented at the moment is simply not 'usable' (in Firefox, and IE, and Chrome, and...).
I think that one should only implement a 'feature' if it is 'usable', otherwise it makes no sense. And if a newbie asks how to do something, then it is not a good idea to tell him to RTFM if there is an unsolved problem.
I do not know how the default colors are chosen at all. I cannot find a hint in the code. But I am only one of those old-fashioned C programmers (and BASIC, and ASM, and ALGOL, FORTRAN, Pascal, PEARL, ....) and do not have too much insight into all these new scripting languages. I am just a bit angry about me that I am not able to solve these little things myself! When I see a problem, I want to solve it. And if it's just the simple selection of a color for a graph, ........ this should not normally be a big deal.
Someone able to help here?
( Yes, I will take another of my antidepressant pills in a few moments.... :-) (ähh, no :-((()
Re: Emoncms Dashboard
Oh well !
I Don't know if I am missing something but the "Help" for the dashboards is rather sparse, and does not mention the Button, the LED, the Bar and quite a few others .As for the colour I tried using chrome and I can select a colour for the bar but it stays white anyway.
Not exactly easy for for someone new to the site.
Re: Emoncms Dashboard
I think the emonCMS problem is that it is very much under development, and improvements are being made and features are being added continually. An unfortunate consequence is that the documentation tends to lag behind. I've found that the best way is to jump in and experiment. That way, you get to understand the thinking, and then it becomes easier.
As you are running your own copy, it is possible to edit the code to make it do whatever you want. But before you comment, I do know how impenetrable it can be, and it's going to take a lot of effort to get to know it well.
Re: Emoncms Dashboard
Thanks Robert Yes I do understand. I'm not complaining at this price lol. As long as it's not a problem if I ask what to you and others might seem a stupid question.
I have had a lot to learn in the last two weeks, impenetrable is putting it mildly for a first timer with any of this stuff.
As for stupid questions! I am looking at my dashboard at the moment on my main PC and the same dashboard on the server PC using remote control and they are different! have a look
http://i117.photobucket.com/albums/o50/Michael_Pooley/Public/dashboards_zps5df7cf1a.png
Re: Emoncms Dashboard
I was acknowledging that you had a legitimate question and pointing out, gently, that detailed documentation might not exist and suggesting that you should play around with it and find out. It often requires a little ingenuity and sometimes a chunk of lateral thinking. I never said your question was stupid. Sometimes, we do get stupid questions - but where it is the question that is stupid, not what they wanted to know. And then we get the just plain lazy, who find it easier to ask than spend 30 s with the site search or another search engine. It is always acceptable if you say "I've looked here, here and here and I can't find X". That helps everybody because the hole can be plugged. What I was trying to say, I know from personal experience that writing documentation is a lot less exciting that writing clever software; when the clever software works, there's instant gratification. When the documentation works, the only result I've ever seen is the rate of queries slows to a trickle.
I do see the two dashboards are different - the appearance is generally the same but the one on the right doesn't have the feeds connected. You need to edit each graph and select the feed. I don't know emonCMS well - I've only ever dabbled in it - so I have no idea why the feed is / has become ( ? ) disconnected. Is it a browser problem? - we know there are browser incompatibilities, I think the biggest ones are listed. Apart from that, what else is different, as with the different scales in the image, it's hard to tell? My philosophy with web pages is to write standard code and accept that the layout might not be pixel perfect every time. There are many who reckon to make the page pixel-identical on every browser, but to my mind the cost in complexity and loading times is unwarranted, and it can make for harder access (i.e. horizontal scrolling) too.
Re: Emoncms Dashboard
sorry i did not make it very clear.
Firstly believe me I have googled and always do try to find answers before I ask anything.
that picture was the same browser "pale moon" looking at the same dashboard page fed from the same server from two different PC's at exactly the same time.
Re: Emoncms Dashboard
In that case, it has to be a problem between the browser and the operating system and the machine. Will Firebug work with that browser? If it will, that might shed some light on where the data is being lost. Do you have the Web console and any error messages? What are the machines and their respective OS's?
Re: Emoncms Dashboard
Sorry to jump in but are these private or public dashboards?
and are you logged in to emoncms on either or both machines?
if public have you marked all the feeds as well as the dashboards as public and published ?
On the right are the active dials and absent graphs reporting from the same or different feeds?
Lastly what do you get if you enter the successful "ip number" url in place of the "localhost" url on the host machine?
Re: Emoncms Dashboard
Glad you did jump in pb66 ! ;)
I tried that first as I hadn't given that a thought.
and it worked ;) why I'm not sure yet
Re: Emoncms Dashboard
Oh and to answer about the feeds they were not public and the dashboards were not public or published.