Kodi Community Forum
[MOD] CarPC-Carbon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Estouchy (https://forum.kodi.tv/forumdisplay.php?fid=261)
+---- Thread: [MOD] CarPC-Carbon (/showthread.php?tid=320735)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


RE: [MOD] CarPC-Carbon - JackTirol - 2019-10-09

@oytschi 

Try
xml:
<texture background="true">$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>



RE: [MOD] CarPC-Carbon - oytschi - 2019-10-10

(2019-10-09, 23:42)JackTirol Wrote: @oytschi 

Try
xml:
<texture background="true">$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>
Perfect, now it finally works! Thank you so much!


RE: [MOD] CarPC-Carbon - idorel77 - 2019-10-11

(2019-10-09, 23:42)JackTirol Wrote: @oytschi 

Try
xml:
<texture background="true">$INFO[Window(Weather).Property(Current.ConditionIcon)]</texture>

Thanks Jack, i did't realize the icon is not working anymore .. Smile


RE: [MOD] CarPC-Carbon - JackTirol - 2019-10-11

(2019-10-11, 14:20)idorel77 Wrote: Thanks Jack, i did't realize the icon is not working anymore .. Smile 

He he, I had the same issue with my skin some time ago and therefore I already knew the solution. No big deal! Smile 
Keep up your good work!

Cheers 
Jack


RE: [MOD] CarPC-Carbon - suaji - 2019-10-18

Hi Everyone..

Newbie and Noob here..
How to change "Navigation" in Main Screen to "IPTV Simple Client"??
I dont use Navigator because i run it from raspi.
I tried to use Addon Button but it only read addon installed.

I checked Home.xml but only saw <include>Navigation</include>.
I believe it only for Title not shortcut to run addon @or app.

Image


RE: [MOD] CarPC-Carbon - idorel77 - 2019-10-18

@suaji Hi, look here how to change the buttons.




RE: [MOD] CarPC-Carbon - suaji - 2019-10-18

(2019-10-18, 06:44)idorel77 Wrote: @suaji Hi, look here how to change the buttons.


Hi bro..
Thanks for replying..

So i need to key in
"ActiveWindows(TVChannels)"

NOT "RunAddon(pvr.iptvsimple)" ??


RE: [MOD] CarPC-Carbon - idorel77 - 2019-10-19

Is just an example on how to change the buttons.
Try: RunAddon(folder addon name) 
search in addon folder


RE: [MOD] CarPC-Carbon - suaji - 2019-10-21

(2019-10-19, 09:52)idorel77 Wrote: Is just an example on how to change the buttons.
Try: RunAddon(folder addon name) 
search in addon folder

Its working now. By "ActivateWindow(TVChannels)"

Thanks Bro ^_^v


RE: [MOD] CarPC-Carbon - Xxl1087 - 2019-10-21

(2019-09-27, 06:01)crazyazz Wrote: Hi guys, how can I use keyboard to navigate the main menu?  Im using this with libreelec and a pibus board so need to be able to use arrows and enter.

+1 here, I built a custom pcb to use the original headunit touchcontrol and it work as a usb keyboard. But I cant find how to match for keyboard shortcut...


RE: [MOD] CarPC-Carbon - Xxl1087 - 2019-10-21

(2019-09-27, 06:01)crazyazz Wrote: Hi guys, how can I use keyboard to navigate the main menu?  Im using this with libreelec and a pibus board so need to be able to use arrows and enter.

Actually there is a addon called something like keyboard shortcut for kodi, Ill give a try tonight and let you know if it work.


RE: [MOD] CarPC-Carbon - Xxl1087 - 2019-10-22

It does work !
Addon keymap editor, run, edit, programs, addons then you can set specific key to each app XD


RE: [MOD] CarPC-Carbon - idorel77 - 2019-10-23

Hi , i just use 4 buttons shortcut for programs.
​​​​​​https://codewalkerster.blogspot.com/2017/01/how-to-use-gpio-key-in-odroid-c2android.html

Works only on odroid boards c2 , n2 ...


RE: [MOD] CarPC-Carbon - sgthirkell - 2019-11-26

Hi, firstly let me say that this menu system is amazing. Well done and thank you.
I am very new to this but managed to get it installed on my raspberry pi.
Can you tell me what language I have to learn to change the actions on the buttons as I do not understand what to type for different actions.
I am hoping to use a navigation software and wonder what commands I have to put in to run a program that will be on my sd card eventually. 
Thank you for reading this.
Simon.


RE: [MOD] CarPC-Carbon - idorel77 - 2019-12-01

Hi @sgthirkell ,
you just need to read the forum , there was few similar situations.

Thanks.