Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analog Clock face got scrambled #611

Closed
3vidar opened this issue Jan 11, 2017 · 8 comments
Closed

Analog Clock face got scrambled #611

3vidar opened this issue Jan 11, 2017 · 8 comments

Comments

@3vidar
Copy link

3vidar commented Jan 11, 2017

Hi,
After the update to V2.1.0 it got scrambled analog clock face. I resize analogSize to 150px and 300px and then it looks nice but after one day its again scrambled. Before the update i had 550px and it was fine. I disabled also all modules beside the analog clock and nothing changed, my analog face is still scrambled. I tested other faces and all are also scrambled. Someone know why this happend to me after updating MM?

http://i.imgur.com/wvjDlV5.png

Forum
Forum

@MichMich
Copy link
Collaborator

It seems to work fine here ... could you share thes cononfig section of your clock module so I can try it?

@3vidar
Copy link
Author

3vidar commented Jan 13, 2017

Hi, thats my config part for the clock module:
`{
module: 'clock',
position: 'top_center',
config: {

						displayType: 'analog',
						analogSize: '300px',
						analogFace: 'face-001', // options: 'none', 'simple', 'face-###' (where ### is 001 to 012 inclusive)
						analogPlacement: 'right', // options: 'top', 'bottom', 'left', 'right'
						analogShowDate: 'bottom', // options: false, 'top', or 'bottom'
						secondsColor: '#e20f0f',

								}
	},`

I updated my MM first with this:

git fetch origin git reset --hard origin git clean -f and then git pull

and then just replaced my Config and custom.css and after that my clock looks scrambled.

@MichMich
Copy link
Collaborator

could you try it without your custom.css?

@3vidar
Copy link
Author

3vidar commented Jan 14, 2017

Hi,
I try it without my custom.css, but the clock looks the same. I try it also to fetch and reset again but its still the same.

@MichMich
Copy link
Collaborator

Ah, indeed... got the same issue in Electron. Not in Safari.

MichMich added a commit that referenced this issue Jan 15, 2017
@MichMich
Copy link
Collaborator

MichMich commented Jan 15, 2017

I just pushed a fix to the develop branch. Could you give it a try?

NB. Make sure you run npm install after pulling the develop branch, since it needs some new node modules.

@3vidar
Copy link
Author

3vidar commented Jan 15, 2017

You're a genius!!!! It works know like a charm. Thank you for your help and work!

@MichMich
Copy link
Collaborator

Cool, thanks for testing.

MichMich added a commit that referenced this issue Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants