Read the statement by Michael Teeuw here.
I'm very new to this
-
Thanks a lot Peter! That helped me out a ton! I have it up and running now but the weather isn’t displayed and the screen didn’t rotate. Help with troubleshooting that would be great! I would also like to know how to customize it to my personal preference. Thanks in advance!
-
When I started I also had a lot of things not working the way I wanted.
I just tried to solve one problem at a time.
And after solving it I saved the config file or the custom. css on a usb stick.
In between a lot of searching and reading in this forum; there are a lot of answers and ideas to find here!
So, tell us what problem you want to solve first (and do some searching …)
Peter (waiting for the Samsung monitor to arrive …) -
Start with weather not showing. You need an API key as described in the readme file for the weather module
-
@Mykle1 I went and grabbed the api key and entered it in and still can’t get it to work, I must be doing something wrong?
-
Does your entry look like this?
{ module: "currentweather", position: "top_right", header: "New York", config: { location: "", locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt appid: "YOUR API KEY HERE", } }, { module: "weatherforecast", position: "top_right", header: "New York City", config: { location: "", locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt appid: "YOUR API KEY HERE", } },