Page 4 of 9

Re: Dashticz - Module - Spotify

Posted: Friday 10 November 2017 12:53
by Sembo
HI rob,

thanks a lot, it looks exactly like what I am looking for as I am new to this topic at all. I saw your dashboard on the first page of this thread, do you also have any help for creating such a nice dashboard for me? Are there any documents where I can find more infos on that? Where can I find the config.js file? I do not know that much yet, but I am still learning :-)

Thanks!!

Re: Dashticz - Module - Spotify

Posted: Friday 10 November 2017 13:36
by CaesarPL
Check wiki and other posts in the How to's topic. There are configs and js.

Re: Dashticz - Module - Spotify

Posted: Wednesday 22 November 2017 14:56
by Sembo
Hi,

checked it, but not successfully. Do you have any direct links to the right infos?

Thanks!

Re: Dashticz - Module - Spotify

Posted: Wednesday 22 November 2017 16:01
by CaesarPL
There are lots of examples - check hidden code and build your own.

Re: Dashticz - Module - Spotify

Posted: Wednesday 22 November 2017 16:18
by robgeerts
3 simple steps to get started:
1.) Download Dashticz from https://github.com/robgeerts/dashticz_v2/tree/master
2.) rename CONFIG_DEFAULT (in folder CUSTOM) to CONFIG.js
3.) Change IP in CONFIG.js to the right Domoticz-ip

How to edit your dashboard, check:
Wiki: https://www.domoticz.com/wiki/Dashticz_V2
Getting started topic: http://www.domoticz.com/forum/viewtopic ... 67&t=17426
And all other topics. If you have any further questions. Do not reply to this post but go to the General Discussions-topic:
http://www.domoticz.com/forum/viewtopic ... 67&t=16526

Re: Dashticz - Module - Spotify

Posted: Friday 24 November 2017 20:07
by ArieKanarie
Earlier this day it worked, but now when I add the 'spotify' block to the collumn, all domoticz devices dissapear form the page. (and no spotify player)
WHen I delete the 'spotify' block from the column, the devices/buttons are back.

I did get the login page for the webplayer, and I am logged in succesfully.

Any idea where and how I can solve this?

(ps. latets beta dashticz)

Re: Dashticz - Module - Spotify

Posted: Friday 24 November 2017 23:52
by robgeerts
You cannot right now, I have to fix this plugin ;)
Will be a.s.a.p.

Re: Dashticz - Module - Spotify

Posted: Tuesday 28 November 2017 20:08
by ArieKanarie
ah ok, didn't know it was a known issue.

Re: Dashticz - Module - Spotify

Posted: Wednesday 27 December 2017 22:16
by nldforce
i know i am doing somthing wrong but i dont know what i did wrong.
i have entered this in my config:
Spoiler: show
var _CLIENTID_SPOTIFY = '562c1301c16c40a68b14b26d6c*hidden*a';
i reload my page nothing changes:
https://ibb.co/cWgRjw


when i add the following line:
Spoiler: show
columns[1] = {}
columns[1]['blocks'] = ['blocktitle_1',5,12,13,'s1',6,8,7,'spotify']
columns[1]['width'] = 5;
result:https://ibb.co/nez7rb

my lights disaperes and there is nog plugin.

Re: Dashticz - Module - Spotify

Posted: Thursday 28 December 2017 15:20
by robgeerts
Please disable spotify, not working at the moment...
New version coming (although, very busy at the moment...)

Re: Dashticz - Module - Spotify

Posted: Thursday 28 December 2017 15:37
by nldforce
robgeerts wrote: Thursday 28 December 2017 15:20 Please disable spotify, not working at the moment...
New version coming (although, very busy at the moment...)
ok take your time.
this is verry great work men i love it.

Re: Dashticz - Module - Spotify

Posted: Monday 08 January 2018 18:30
by jeroenkl
robgeerts wrote: Thursday 28 December 2017 15:20 Please disable spotify, not working at the moment...
New version coming (although, very busy at the moment...)
Just wondering if you made already some progress.

best regards, Jeroenkl

Re: Dashticz - Module - Spotify

Posted: Sunday 21 January 2018 10:17
by renerene
Just wondering if you made already some progress.
best regards, Jeroenkl
status 21-1-2018: Just tried git pull as described on https://www.domoticz.com/wiki/Dashticz_ ... stallation to test the latest version: Spotify not working; domoticz devices do not load

Re: Dashticz - Module - Spotify

Posted: Monday 22 January 2018 20:41
by robgeerts
Spotify not working correctly at the moment, the update of 21-1-2018 did not fix it yet ;)

Re: Dashticz - Module - Spotify

Posted: Friday 09 February 2018 18:56
by jeroenkl
robgeerts wrote: Monday 22 January 2018 20:41 Spotify not working correctly at the moment, the update of 21-1-2018 did not fix it yet ;)
just wondering, any progress made?

Re: Dashticz - Module - Spotify

Posted: Saturday 17 February 2018 14:05
by robgeerts
No, unfortunately not.... currently have some other things on my mind...

Re: Dashticz - Module - Spotify

Posted: Tuesday 20 March 2018 22:05
by ArieKanarie
just to keep this wish alive.... :-)

Re: Dashticz - Module - Spotify

Posted: Tuesday 10 April 2018 20:59
by tontze
No progress ?

Re: Dashticz - Module - Spotify

Posted: Monday 30 April 2018 14:15
by Ectholian
Has it ever been a consideration to use another library instead of writing own http-calls? Something like
https://github.com/JMPerez/spotify-web-api-js

Re: Dashticz - Module - Spotify

Posted: Monday 30 April 2018 15:15
by robgeerts
Thanks, will look after this tonight!