View Single Post
Old 05-25-2024, 08:25 AM   #7
lumping-sugar66
Zealot
lumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trollslumping-sugar66 doesn't feed trolls
 
lumping-sugar66's Avatar
 
Posts: 100
Karma: 81981
Join Date: Oct 2023
Location: Ontario, Canada
Device: Kobo Aura Edition 2, Kobo Clara 2E
Hi,

I have just made a 0.0.4 version available but it fixes an issue with the pin notes.
https://github.com/onatbas/nickelnot...ses/tag/v0.0.4


Can you make sure that the following settings are active?

Show current read: Active
Show book covers full screen: Active
Show info panel on full screen covers: Active

In addition, how many plugins do you have? After installing 4-5 plugins, I find that the Kobo device starts having a hard time installing them all and some get turned off.
What’s the firmware version that comes with the colour devices?

Just to make sure the paths and contents are correct, here's my setup (style is for a Clara 2E, you may need to edit):

Quote:
[root@kobo nickelnote]# pwd
/mnt/onboard/.adds/nickelnote

[root@kobo nickelnote]# ls
content.template pin.template style.template

[root@kobo nickelnote]# cat content.template
<span>Onat Bas</span><br />
<span style="font-size: 30px;">If found, please return at</span><br />
<span style="font-size: 30px;">+1 XXX XXXX</span>

[root@kobo nickelnote]# cat style.template
#infoWidget {
color: black;
background-color: rgba(255,255,255,200);
min-height: 290px;
max-height: 290px;

margin-top: 200px;
margin-left: -30px;
}

#infoWidget[powerOffView=true]{
background-color: rgba(0,0,0,170);
}

QLabel{
min-width: 400px;
min-height: 300px;
}

If with these settings it still doesn't work, We'll need to check if the Libra Colour is a "dragon" device as a codename, because currently nickelnote is only configured to work with dragon devices. Libra and Clara are dragons, but Colour is unchartered territory right now. I'll do some research.

Last edited by lumping-sugar66; 05-25-2024 at 08:35 AM.
lumping-sugar66 is offline   Reply With Quote