maintenance on their API :(
Read the statement by Michael Teeuw here.
Posts
-
RE: City of Vienna - Public Transport Realtime Monitor
-
RE: NHL Module
@nhl just give me a notice when it’s changed and i will have a look into this
-
RE: Change module position
@samydp the module name is case sensitive so you have to write it like in the config file e.g. in your case it would be
.clock.clock{ left : 100 px, top:50 px }also think about using
positionwith the valuesfixed, absolute or relative -
RE: City of Vienna - Public Transport Realtime Monitor
I had a first look into this, but I could’t find a documentation neither I got a api_key from them.
So I’m trying to get into this on my own, but therefore you guys need to test if the module is working for your needs. I will work on this tonight so propably you can test it today already
You can follow the developing process here when I have started
[card:fewieden/MMM-WienerLinien]
-
RE: Change module position
@samydp you don’t need to link the custom.css file it’s already working with the content in this file
of course you can change the font as well
-
RE: Change module position
@samydp those are all valid positions you can enter in the config.js https://forum.magicmirror.builders/topic/286/regions
however you can make your custom layout in
~/MagicMirror/css/custom.css -
RE: modules day and time Depending represented
@bjoern you can make another cron task on the endtime
-
RE: Mirror, mirror on the wall. Who has the biggest of them all?
@dominic
Of course, the client specific modules (like the globe) are kept private -
RE: assign a symbol to a module
@Plati do you know how regular expression works?makes no sense to remove the asterisks symbol, you need the asterisk because it is in the string otherwise you dont detect the value!
problem is that the asterisk has a special function in the regular expression context so you need to escape it like this
var temperatureRegExp = /Temperature = (.*?) \*C/ig; -
RE: City of Vienna - Public Transport Realtime Monitor
@cpramhofer I applied for an API key, but still have to war for it, then I will have a look into it
-
RE: This might be a daft question, but...
@Mitchfarino feel free to contact me via personal message
-
RE: assign a symbol to a module
@dominic ou can add a fontawesome icon in the header like the following lines here https://github.com/fewieden/MMM-Fuel/blob/master/MMM-Fuel.js#L49
and add
getStyles: function () { return ["font-awesome.css"]; }, -
RE: NFL Score Module
The changes are now merged to master branch
To update do the following
cd ~/MagicMirror/modules/MMM-NFL git pull npm installIf you tested the bugfix branch you have to do the following
cd ~/MagicMirror/modules/MMM-NFL git checkout master git pull -
RE: This might be a daft question, but...
to install the dependencies listed in the package.json file