-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ombi something new [Request] #26
Comments
What is the problem? Did you follow the setup instructions in the readme? You should clone the repo and not copy and paste the code. Edit: Are you modifying the code? That does not match what is in the repo |
Yes thats what i'am trying to say, tryed to do so i can see i grafana what a user did requested. so that in grafana it will be like.. "Username | Movie Name" in a table e.g |
Unfortunately, If you would like to modify the code to suit your needs you will have to do it on your own. Once you figure it out and would like to incorporate it into the repo you may do a pull request. |
@GugZi As a hint, try to keep them as separate entities of information and collate them on the table (Let grafana do the leg work) |
Hey i did try some copy paste, but can not really get it to work.
I want to get the data in to grafana to show what a user have requested and maybe som more stuff
`def get_user_request():
# Set the time here so we have one timestamp to work with
now = now_iso()
The text was updated successfully, but these errors were encountered: