monkeymademe / piritos

42 stars 6 forks source link

(Help): Modules #6

Open mccmela opened 1 year ago

mccmela commented 1 year ago

Hello, I have followed the steps up to applying this code - python app.py - in the piritos directory. It keeps saying I am missing modules, is there something else that needs to be installed?

Miniontoby commented 1 year ago

Hey,

By default news, weather and sense are set to enabled in the first line of app.py.

They require pip packages to work: pip install feedparser requests sensehat

But i would recommend to set the 'enableSensehat' to False if you do not have a sensehat

I hope this helps, else just paste your error message here. (Please use markdown code formatting: Use 3 backticks, enter, paste message, 3 backticks and enter)

Kind regards, Miniontoby

Op zondag 6 augustus 2023 schreef mccmela @.***>:

Hello, I have followed the steps up to applying this code - python app.py

  • in the piritos directory. It keeps saying I am missing modules, is there something else that needs to be installed?

— Reply to this email directly, view it on GitHub https://github.com/monkeymademe/piritos/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNYDYG2727L3F2CG2JMACLXT7WZHANCNFSM6AAAAAA3GDLC6A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mccmela commented 1 year ago

Thank you very much, that was helpful.

I am still running into a message though with the getweatherdata - it says: TypeError: emit() got an unexpected keyword argument 'broadcast'

Miniontoby commented 2 months ago

For:

TypeError: emit() got an unexpected keyword argument 'broadcast'

Please see #4 I already reported that

P.s. Sorry for the late reaction