Read the statement by Michael Teeuw here.
How to add modules. For absolute beginners.
-
@sdetweil
Found something on the bottom:
an error with my positioning config. Is not possible to have 2 modules on the same position? I have the image app on fullscreen_bottom also -
@fsne04 ok, there u go!..
-
@fsne04 said in How to add modules. For absolute beginners.:
an error with my positioning config. Is not possible to have 2 modules on the same position? I have the image app on fullscreen_bottom also
sorry, don’t know anything about the module itself… so , not sure what that means
-
@sdetweil
No worries, at least I know how to find errors now, Thanks! I guess I also have an issue with the weathermap setup, according to the error message below the screencast one. -
@fsne04 weather u need to sign up and get an api token just for you…
-
@sdetweil
I did, maybe I did not copy it correctly. I will check.
So how do I start a new topic/question and get nice/helpful people like you to answer? I have a few questions on the Remote Control module configuration also. -
-
@sdetweil
In the headder, I see: Unread, Recent, Tags, Unsolved, Solved, Users, Groups, Repository, Documents, Donate, Join Channel… I am sure it’s there, but I don’t see a New Topic, or create Topic button.Thank you for your help today, Sam! Greatly appreciate your time.
Best regards,
Frank -
@fsne04 when I push unread, I see
-
@fsne04 if you check the code of MMM-Screent cast @ https://github.com/kevinatown/MMM-Screencast/blob/master/constants.js then there is no position which supports fullscreen_below.
you need to set one of the below value as per documentation of the module
const POSITIONS = { bottomRight: 'bottomRight', bottomCenter: 'bottomCenter', bottomLeft: 'bottomLeft', center: 'center', topRight: 'topRight', topCenter: 'topCenter', topLeft: 'topLeft', top_bar: 'topRight', top_left: 'topLeft', top_center: 'topCenter', top_right: 'topRight', upper_third: 'topRight', middle_center: 'center', lower_third: 'bottomCenter', bottom_left: 'bottomLeft', bottom_center: 'bottomCenter', bottom_right: 'bottomRight', bottom_bar: 'bottomCenter' };