},
"Clock": {
"AnchorX": "Left",
"AnchorY": "Bottom",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0",
"Dock": "TopLeftDock",
"FadeOut": 0.0,
"Height": 0.95,
"Margin": "0 0 0 0.01",
"Order": 1,
"PanelSettings": {
"ClockUpdateFrequency (seconds)": 4,
"TimeFormat": "h:mm tt"
},
"Permission": null,
"Text": {
"Align": "MiddleCenter",
"AnchorX": "Left",
"AnchorY": "Bottom",
"Available": true,
"BackgroundColor": "0 0 0 0",
"Content": "No Content",
"FadeIn": 0.0,
"FadeOut": 0.0,
"FontColor": "1 1 1 1",
"FontSize": 14,
"Height": 0.95,
"Margin": "0 0.01 0 0.01",
"Order": 0,
"Width": 1.0
},
"Width": 0.6
},
I've gotten it to work before, but I absolutely cannot get this thing to work now. Any ideas what is wrong with my config?
Can't get clock to show 12 hour format, and AM/PMSuggestion
got help from elsewhere. From what I can tell .cs doesn't support time formats correctly.
What change did you make to get it working again?
I have no clue, I had to have someone else fix it for me. They said the issue was in the .cs
I still don't understand the problem, because I was able to get it to work in the past (same version) with just changing the config. Here's the .cs I'm using if it helps. I hope it is okay to post links in these threads, if not I apologize.
InfoPanel.cs (Dropbox)