Read the statement by Michael Teeuw here.
Need Explanation on how to change the information in modules
-
at last havemm up and running but it shows the clock as gmt thats ok but news is from nyt and also on display is the dates of usa hols.
how do i put the british weather and bbc news on the screen.
have tried various command lines but none seem to work.
i am not comp literate hence the long time it took me to get this far. -
@geo if you look at the readme for the default weather module
https://github.com/MichMich/MagicMirror/tree/master/modules/default/weather
there is a provider in the UK
for bbc news, you would go to bbc.com and find their rss feed url (search rss )
for uk only info
http://feeds.bbci.co.uk/news/rss.xml?edition=ukuse that to configure the feed in the rss module
-
@geo clock takes time from system config. You can change am/pm or 24 hour in the config.js
every module has a config: { … } section in its definition in config.js
each is different, and u need to look at the README.md for each module to determine what settings you need to provide, for it to operate as you wish… some are easy, some are very detailed…