Go to advanced search

by brendanssound
Thu Mar 09, 2017 2:48 am
Forum: General discussion
Topic: OS for bedside clock
Replies: 7
Views: 3553

Re: OS for bedside clock

This is a project I've been meaning to come back to and try again since Jessie release sorted a lot of the old issues i ran into. If you look up a bit you'll see the link to elParaguyayo's code, I did sort of get it all working on Wheezy (bar the weather screen) eventually but it was not a pleasant ...
by brendanssound
Sun Jan 24, 2016 3:25 pm
Forum: Graphics, sound and multimedia
Topic: mopidy:ws4py unmet
Replies: 4
Views: 1024

Re: mopidy:ws4py unmet

Oh please don't get me mistaken. Definitely not a problem from elParaguayo's end. The program is solid. I know because iv had it all working before. Just can't remember pytz being this much of a problem last time. It will be something silly most likely but for the life of me i can't figure it out ye...
by brendanssound
Sun Jan 24, 2016 12:41 pm
Forum: Graphics, sound and multimedia
Topic: mopidy:ws4py unmet
Replies: 4
Views: 1024

Re: mopidy:ws4py unmet

Disregard my last message. Found out the instructions are incorrect.. You have to load the python-ws4py actual command is meant to be: sudo pip install python-ws4py not sudo pip install ws4py (as the official page states) My victory did not last long as i am now experiencing the same errors with pyt...
by brendanssound
Sat Jan 23, 2016 5:19 pm
Forum: Graphics, sound and multimedia
Topic: mopidy:ws4py unmet
Replies: 4
Views: 1024

mopidy:ws4py unmet

Hey guys, trying to set this up today: https://github.com/9and3r/RPi-InfoScreen-Kivy Mostly all gone well, But when i attempt to load the main screen and switch to mopidy screen it complains at me of unmet dependencies (mopidy:ws4py) I have checked, and triple checked ws4py is installed (following d...
by brendanssound
Sat Jan 23, 2016 8:36 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

haha i meant my project has been put on hold (the sunrise alarm clock)

Can't find anyone else having this issue so must be on my end. Will figure it out.
by brendanssound
Sat Jan 23, 2016 7:51 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Is

Code: Select all

sudo apt-get install mopidy-spotify
working for everyone else anymore?

Keeps telling me package not found. Has been doing this awhile now.

I was attempting to do a fresh install because i had put this project on hold for so long (other stuff come up)
and had no idea where i was up to.
by brendanssound
Sat Nov 28, 2015 3:51 pm
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Pong looks awesome :D I wanna test this out but I'm going away for a week shortly and no time to get into it. Will you be making a video player at any point you think? Would be cool to lay in bed and watch Wall-E or something.
by brendanssound
Sun Nov 15, 2015 2:46 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Ha! Progress.. tweaked a few settings and reinstalled the mopidy screen with your latest one. I can see playlist now and music plays etc.. woohoo :D i have found that if I select a playlist it starts playing.. But the now playing screen does not seem to update properly.. The play button is not a pau...
by brendanssound
Sat Nov 07, 2015 4:04 pm
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Have been meaning to test this but basically since my last message iv been crook.. On the mend now .. horray!.. Will let you know how it all works on touchscreen.

Still no one has any ideas from my video? :( damn
by brendanssound
Mon Nov 02, 2015 2:33 pm
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Sounds good :D I'm looking forward to this.
by brendanssound
Mon Nov 02, 2015 1:59 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Woohoo!

Iv been watching and waiting patiently for progress on this :D Gonna test it out tonight.. need to nap for now.

Now if only i could get mopidy working right ill be done with my project :D
by brendanssound
Thu Oct 22, 2015 9:24 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Yes, these screens use the touch events of the display. Ha, yeah i realized this.. I meant since you had to go buy a new screen did you go with a touchscreen? If i remember rightly, I think you said you were stuck using a laptop screen until you got a new one? or maybe that was somebody else. For t...
by brendanssound
Thu Oct 22, 2015 7:42 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Touch or normal screen?

The new word clock is pretty awesome, loving it.

9and3r - I don't have the calibration file mentioned in that link. I tried to make one but
it seems to have no effect. Again.. The touch works perfect outside of any kivy screens.
by brendanssound
Wed Oct 14, 2015 11:04 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

First of all.. what the hell was up with my formatting in my last post? haha.. that's shocking. This screen calls Mopidy Core API. This makes the screen unaware where the song is coming from (this is handled by mopidy) so it should work with any song that mopidy sees. In my case I am testing with sp...
by brendanssound
Wed Oct 14, 2015 6:58 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

The one done with kivy is starting and has very limited functionality now, but it would get more functionality in the future (probably the same or more than mopidy-touchscreen). So i take it it's not as simple as transferring over the python script already there and making it kivy compatible There ...
by brendanssound
Tue Oct 13, 2015 6:53 pm
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Spent the whole night fiddling with this.. Must sleep soon.. nearly 5am. But here is what iv learned: I did another fresh install to try out https://github.com/9and3r/RPi-InfoScreen-Kivy Installed mopidy first and set it up to run as a service (and the dependencies) etc When i start the main script ...
by brendanssound
Tue Oct 13, 2015 3:11 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

:D Whoopeee! Sounds like 2 great minds with the same idea could make something very cool. Also: https://github.com/elParaguayo/RPi-InfoScreen-Kivy https://github.com/9and3r/RPi-InfoScreen-Kivy No wonder i was getting lost while searching for the best solution to my needs.. The pages are identical. S...
by brendanssound
Mon Oct 12, 2015 10:36 am
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Ha, Silly me.. disabled the template before i even looked at it.. Not too sure why i would have done that.

Waittt a minute.. so if i mixed 9and3r's script for Mopidy with your clock/weather.. that should work.. right?
by brendanssound
Sun Oct 11, 2015 2:27 pm
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Good start, I like the way this is going... And i have plenty of appreciation for people making great things with programming :D Even better when they share it so we can all come together to make even bigger things and awe at the possibilities. No problem at all. I expected this to be the case for ...
by brendanssound
Sat Oct 10, 2015 4:12 pm
Forum: Other projects
Topic: RPi Information Screen for Official Raspberry Pi Display
Replies: 165
Views: 80502

Re: RPi Information Screen for Official Raspberry Pi Display

Hey man, I recently tried out your clock program for my sunrise alarm project. I absolutely love your work and i want to use it. The trouble is everything aside from the clock and weather has no use for me. Instead i wanted to be able to use a screen as a music player (either locally or preferably w...
by brendanssound
Wed Oct 07, 2015 12:34 pm
Forum: General discussion
Topic: OS for bedside clock
Replies: 7
Views: 3553

Re: OS for bedside clock

Day 2:

Got the infoscreen setup.. Do like the clock very much. Not entirely sure how i am going to go about
adding notepad, emails, player for spotify, etc

In the right hands a good programmer could definitely do A LOT with this.. Gotta keep reading up on Kivy i think
and see what i can manage.
by brendanssound
Tue Oct 06, 2015 6:34 pm
Forum: General discussion
Topic: OS for bedside clock
Replies: 7
Views: 3553

Re: OS for bedside clock

I like the idea of dclock and how its a "widget" too.. might be something to look into as well. It's now nearing 4:30am.. I have no idea why but Kivy and Cython (one of the dependencies for Kivy) has been soooo slow to install. I'm following the instructions elParaguayo apparently used but stuff tha...
by brendanssound
Tue Oct 06, 2015 11:52 am
Forum: General discussion
Topic: OS for bedside clock
Replies: 7
Views: 3553

Re: OS for bedside clock

Might be onto a good thing here Scotty. I'll have a go thanks!
by brendanssound
Tue Oct 06, 2015 11:13 am
Forum: General discussion
Topic: OS for bedside clock
Replies: 7
Views: 3553

OS for bedside clock

Not entirely sure which part of the forums something like this belongs in, If not here please move this thread. So i am currently in the process of building a Sunrise Alarm clock/Media player..? I suppose that would be the best way to describe it... Iv built a case from perspex, mounted a 7" touch s...

Go to advanced search